Home
last modified time | relevance | path

Searched refs:AVCODEC_HARDWARE (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dcodec_capability_adapter.cpp54 true, MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in IsWatermarkSupported()
80 …ng(MediaAVCodec::CodecMimeType::VIDEO_AVC), true, MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in GetVideoEncoder()
86 …g(MediaAVCodec::CodecMimeType::VIDEO_HEVC), true, MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in GetVideoEncoder()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_unit_test.cpp60 category = AVCodecCategory::AVCODEC_HARDWARE;
136 category = AVCodecCategory::AVCODEC_HARDWARE;
818 AVCodecCategory category = AVCodecCategory::AVCODEC_HARDWARE;
855 AVCodecCategory category = AVCodecCategory::AVCODEC_HARDWARE;
872 AVCodecCategory category = AVCodecCategory::AVCODEC_HARDWARE;
890 AVCodecCategory category = AVCodecCategory::AVCODEC_HARDWARE;
908 AVCodecCategory category = AVCodecCategory::AVCODEC_HARDWARE;
927 AVCodecCategory category = AVCodecCategory::AVCODEC_HARDWARE;
946 AVCodecCategory category = AVCodecCategory::AVCODEC_HARDWARE;
965 AVCodecCategory category = AVCodecCategory::AVCODEC_HARDWARE;
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_hdrvivid2sdr_unit_test.cpp65 … AVCodecCategory::AVCODEC_HARDWARE); in SetUpTestCase()
130 … AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam()
134 … AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam()
138 … AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam()
H A Dvideoenc_func_unit_test.cpp155 … 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 Dvideodec_func_unit_test.cpp125 … AVCodecCategory::AVCODEC_HARDWARE); in SetUpTestCase()
196 … AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam()
200 … AVCodecCategory::AVCODEC_HARDWARE); in CreateByNameWithParam()
1284 AVCodecCategory::AVCODEC_HARDWARE);
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp230 MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in QueryCodecInfo()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Ddecoder_demo.cpp201 MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in CheckCodecType()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodeclist_core.cpp245 bool isVendor = (category == AVCodecCategory::AVCODEC_HARDWARE) ? true : false; in GetCapability()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_service.cpp170 MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in GetCodecInfo()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h50 AVCODEC_HARDWARE = 0, enumerator
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp298 MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in NegotiateCodecType()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp187 MediaAVCodec::AVCodecCategory::AVCODEC_HARDWARE); in CreateAVCodecList()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp66 innerCategory = AVCodecCategory::AVCODEC_HARDWARE; in OH_AVCodec_GetCapabilityByCategory()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp1208 …ilityData = codecCapability->GetCapability(codecMimeType, true, AVCodecCategory::AVCODEC_HARDWARE); in GetWaterMarkCapability()