Home
last modified time | relevance | path

Searched refs:CreateAVCodecList (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/capability/src/InnerAPI/
H A Dcap_test.cpp62 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in SetUpTestCase()
105 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in HWTEST_F()
121 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in HWTEST_F()
137 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in HWTEST_F()
161 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in HWTEST_F()
177 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in HWTEST_F()
201 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in HWTEST_F()
217 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in HWTEST_F()
241 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in HWTEST_F()
266 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock_factory.cpp22 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in GetCapability()
33 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in GetCapabilityByCategory()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_list.h64 static std::shared_ptr<AVCodecList> CreateAVCodecList() in CreateAVCodecList() function in OHOS::MediaAVCodec::AVCodecListFactory
69 static std::shared_ptr<AVCodecList> CreateAVCodecList();
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp37 std::shared_ptr<AVCodecList> codeclist = AVCodecListFactory::CreateAVCodecList(); in OH_AVCodec_GetCapability()
38 CHECK_AND_RETURN_RET_LOG(codeclist != nullptr, nullptr, "Get capability failed: CreateAVCodecList failed"); in OH_AVCodec_GetCapability()
61 std::shared_ptr<AVCodecList> codeclist = AVCodecListFactory::CreateAVCodecList(); in OH_AVCodec_GetCapabilityByCategory()
63 "Get capabilityByCategory failed: CreateAVCodecList failed"); in OH_AVCodec_GetCapabilityByCategory()
136 std::shared_ptr<AVCodecList> codeclist = AVCodecListFactory::CreateAVCodecList(); in OH_AVCapability_GetSupportedProfiles()
138 "Get supported profiles failed: CreateAVCodecList failed"); in OH_AVCapability_GetSupportedProfiles()
177 std::shared_ptr<AVCodecList> codeclist = AVCodecListFactory::CreateAVCodecList(); in OH_AVCapability_GetSupportedLevelsForProfile()
179 "Get supported levels for profile failed: CreateAVCodecList failed"); in OH_AVCapability_GetSupportedLevelsForProfile()
289 std::shared_ptr<AVCodecList> codeclist = AVCodecListFactory::CreateAVCodecList(); in OH_AVCapability_GetAudioSupportedSampleRates()
291 "Get audio supported samplerates failed: CreateAVCodecList faile in OH_AVCapability_GetAudioSupportedSampleRates()
[all...]
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dcodec_capability_adapter.cpp40 codeclist_ = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in Init()
H A Ddecoder_surface_filter.cpp531 auto codeclist = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in GetCodecName()
847 std::shared_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in ParseDecodeRateLimit()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/include/
H A Ddcamera_handler.h56 int32_t CreateAVCodecList(cJSON* root);
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp169 int32_t DCameraHandler::CreateAVCodecList(cJSON *root) in CreateAVCodecList() function in OHOS::DistributedHardware::DCameraHandler
172 std::shared_ptr<MediaAVCodec::AVCodecList> avCodecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in CreateAVCodecList()
230 int32_t ret = CreateAVCodecList(root); in CreateDHItem()
231 CHECK_AND_FREE_RETURN_RET_LOG(ret != DCAMERA_OK, DCAMERA_BAD_VALUE, root, "CreateAVCodecList failed"); in CreateDHItem()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodeclist_impl.cpp26 std::shared_ptr<AVCodecList> AVCodecListFactory::CreateAVCodecList() in CreateAVCodecList() function in OHOS::MediaAVCodec::AVCodecListFactory
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp226 std::shared_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in QueryCodecInfo()
/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Ddecoder_demo.cpp195 std::shared_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in CheckCodecType()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_service.cpp154 std::shared_ptr<MediaAVCodec::AVCodecList> avCodecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in GetCodecInfo()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp295 std::shared_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in NegotiateCodecType()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideoenc_temporal_scalability_unit_test.cpp170 std::shared_ptr<AVCodecList> codecCapability = AVCodecListFactory::CreateAVCodecList(); in GetTemporalScalabilityCapability()
H A Dvideoenc_func_unit_test.cpp297 std::shared_ptr<AVCodecList> codecCapability = AVCodecListFactory::CreateAVCodecList(); in GetWaterMarkCapability()
329 std::shared_ptr<AVCodecList> codecCapability = AVCodecListFactory::CreateAVCodecList(); in GetTemporalScalabilityCapability()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp1206 std::shared_ptr<AVCodecList> codecCapability = AVCodecListFactory::CreateAVCodecList(); in GetWaterMarkCapability()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcaps_unit_test.cpp36 avCodecList_ = AVCodecListFactory::CreateAVCodecList(); in SetUp()

Completed in 20 milliseconds