/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/ |
H A D | codeclist_inner_mock_factory.cpp | 22 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in GetCapability() 35 auto codeclist = AVCodecListFactory::CreateAVCodecList(); in GetCapabilityByCategory()
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_list.h | 64 static std::shared_ptr<AVCodecList> CreateAVCodecList() in CreateAVCodecList() function 69 static std::shared_ptr<AVCodecList> CreateAVCodecList();
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 37 std::shared_ptr<AVCodecList> codeclist = AVCodecListFactory::CreateAVCodecList(); in OH_AVCodec_GetCapability() 61 std::shared_ptr<AVCodecList> codeclist = AVCodecListFactory::CreateAVCodecList(); in OH_AVCodec_GetCapabilityByCategory() 136 std::shared_ptr<AVCodecList> codeclist = AVCodecListFactory::CreateAVCodecList(); in OH_AVCapability_GetSupportedProfiles() 177 std::shared_ptr<AVCodecList> codeclist = AVCodecListFactory::CreateAVCodecList(); in OH_AVCapability_GetSupportedLevelsForProfile() 289 std::shared_ptr<AVCodecList> codeclist = AVCodecListFactory::CreateAVCodecList(); in OH_AVCapability_GetAudioSupportedSampleRates() 343 std::shared_ptr<AVCodecList> codeclist = AVCodecListFactory::CreateAVCodecList(); in OH_AVCapability_GetVideoSupportedPixelFormats()
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | media_codec_list_adapter_impl.cpp | 60 avCodecList_ = AVCodecListFactory::CreateAVCodecList(); in GetCodecCapability()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | codec_capability_adapter.cpp | 40 codeclist_ = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in Init()
|
H A D | decoder_surface_filter.cpp | 551 auto codeclist = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in GetCodecName() 871 …d_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in ParseDecodeRateLimit()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/include/ |
H A D | dcamera_handler.h | 56 int32_t CreateAVCodecList(cJSON* root);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/ |
H A D | dcamera_handler.cpp | 169 int32_t DCameraHandler::CreateAVCodecList(cJSON *root) in CreateAVCodecList() function in OHOS::DistributedHardware::DCameraHandler 172 …ptr<MediaAVCodec::AVCodecList> avCodecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in CreateAVCodecList() 230 int32_t ret = CreateAVCodecList(root); in CreateDHItem()
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodeclist_impl.cpp | 26 std::shared_ptr<AVCodecList> AVCodecListFactory::CreateAVCodecList() in CreateAVCodecList() function in OHOS::MediaAVCodec::AVCodecListFactory
|
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/src/ |
H A D | dscreen_handler.cpp | 219 …d_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in QueryCodecInfo()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | decoder_demo.cpp | 195 …d_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in CheckCodecType()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/ |
H A D | distributed_camera_source_service.cpp | 154 …ptr<MediaAVCodec::AVCodecList> avCodecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in GetCodecInfo()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen.cpp | 289 …d_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in NegotiateCodecType()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videoenc_func_unit_test.cpp | 297 std::shared_ptr<AVCodecList> codecCapability = AVCodecListFactory::CreateAVCodecList(); in GetWaterMarkCapability() 329 std::shared_ptr<AVCodecList> codecCapability = AVCodecListFactory::CreateAVCodecList(); in GetTemporalScalabilityCapability()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/ |
H A D | videoenc_ndk_inner_sample.cpp | 1206 std::shared_ptr<AVCodecList> codecCapability = AVCodecListFactory::CreateAVCodecList(); in GetWaterMarkCapability()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | caps_unit_test.cpp | 36 avCodecList_ = AVCodecListFactory::CreateAVCodecList(); in SetUp()
|