/foundation/multimedia/av_codec/test/moduletest/capability/src/InnerAPI/ |
H A D | cap_test.cpp | 65 true, AVCodecCategory::AVCODEC_HARDWARE); in SetUpTestCase() 74 true, AVCodecCategory::AVCODEC_HARDWARE); in SetUpTestCase() 108 true, AVCodecCategory::AVCODEC_HARDWARE); in HWTEST_F() 124 false, AVCodecCategory::AVCODEC_HARDWARE); in HWTEST_F() 141 true, AVCodecCategory::AVCODEC_HARDWARE); in HWTEST_F() 147 true, AVCodecCategory::AVCODEC_HARDWARE); in HWTEST_F() 164 false, AVCodecCategory::AVCODEC_HARDWARE); in HWTEST_F() 181 true, AVCodecCategory::AVCODEC_HARDWARE); in HWTEST_F() 187 true, AVCodecCategory::AVCODEC_HARDWARE); in HWTEST_F() 221 false, AVCodecCategory::AVCODEC_HARDWARE); in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | codec_capability_adapter.cpp | 54 true, MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in IsWatermarkSupported() 82 std::string(MediaAVCodec::CodecMimeType::VIDEO_AVC), true, MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in GetVideoEncoder() 88 std::string(MediaAVCodec::CodecMimeType::VIDEO_HEVC), true, MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in GetVideoEncoder()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videoenc_temporal_scalability_unit_test.cpp | 68 AVCodecCategory::AVCODEC_HARDWARE); in SetUpTestCase() 133 AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam() 137 AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam() 175 AVCodecCategory::AVCODEC_HARDWARE); in GetTemporalScalabilityCapability() 179 AVCodecCategory::AVCODEC_HARDWARE); in GetTemporalScalabilityCapability()
|
H A D | videoenc_func_unit_test.cpp | 155 AVCodecCategory::AVCODEC_HARDWARE); in SetUpTestCase() 227 AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam() 231 AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam() 302 AVCodecCategory::AVCODEC_HARDWARE); in GetWaterMarkCapability() 306 AVCodecCategory::AVCODEC_HARDWARE); in GetWaterMarkCapability() 334 AVCodecCategory::AVCODEC_HARDWARE); in GetTemporalScalabilityCapability() 338 AVCodecCategory::AVCODEC_HARDWARE); in GetTemporalScalabilityCapability()
|
H A D | videodec_func_unit_test.cpp | 125 AVCodecCategory::AVCODEC_HARDWARE); in SetUpTestCase() 196 AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam() 200 AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam() 1284 AVCodecCategory::AVCODEC_HARDWARE); in HWTEST_F()
|
H A D | videodec_hdrvivid2sdr_unit_test.cpp | 66 AVCodecCategory::AVCODEC_HARDWARE); in SetUpTestCase() 131 AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam() 135 AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam() 139 AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam()
|
/foundation/distributedhardware/distributed_screen/screenhandler/src/ |
H A D | dscreen_handler.cpp | 237 MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in QueryCodecInfo()
|
/foundation/multimedia/av_codec/services/engine/codeclist/ |
H A D | codeclist_core.cpp | 245 bool isVendor = (category == AVCodecCategory::AVCODEC_HARDWARE) ? true : false; in GetCapability()
|
/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | decoder_demo.cpp | 201 MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in CheckCodecType()
|
/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | codeclist_unit_test.cpp | 60 category = AVCodecCategory::AVCODEC_HARDWARE; in HWTEST_F() 136 category = AVCodecCategory::AVCODEC_HARDWARE; in HWTEST_F()
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_info.h | 50 AVCODEC_HARDWARE = 0, member in OHOS::MediaAVCodec::AVCodecCategory
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/ |
H A D | distributed_camera_source_service.cpp | 170 MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in GetCodecInfo()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen.cpp | 304 MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in NegotiateCodecType()
|
/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 66 innerCategory = AVCodecCategory::AVCODEC_HARDWARE; in OH_AVCodec_GetCapabilityByCategory()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/ |
H A D | dcamera_handler.cpp | 187 MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in CreateAVCodecList()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/ |
H A D | videoenc_ndk_inner_sample.cpp | 1208 capabilityData = codecCapability->GetCapability(codecMimeType, true, AVCodecCategory::AVCODEC_HARDWARE); in GetWaterMarkCapability()
|