Home
last modified time | relevance | path

Searched refs:GetCodecName (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhdecoder_unit_test.cpp90 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc"));
99 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc"));
115 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc"));
126 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc"));
140 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/hevc"));
151 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc"));
164 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc"));
183 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc"));
201 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc"));
216 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(false, "video/avc"));
[all …]
H A Dhencoder_unit_test.cpp116 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/avc"));
125 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc"));
141 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc"));
152 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc"));
165 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc"));
176 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc"));
191 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/hevc"));
202 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/avc"));
215 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/avc"));
227 std::shared_ptr<HCodec> testObj = HCodec::Create(GetCodecName(true, "video/avc"));
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtest_utils.h24 std::string GetCodecName(bool isEncoder, const std::string& mime);
H A Dtest_utils.cpp25 string GetCodecName(bool isEncoder, const string& mime) in GetCodecName() function
H A Dtester_codecbase.cpp79 string name = GetCodecName(opt_.isEncoder, mime); in Create()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/
H A Dvideo_codec_base.h40 static std::string GetCodecName(const std::string &codecMime, bool isEncoder, bool isSoftware);
H A Dvideo_codec_base.cpp92 std::string VideoCodecBase::GetCodecName(const std::string &codecMime, bool isEncoder, bool isSoftw… in GetCodecName() function in OHOS::MediaAVCodec::Sample::VideoCodecBase
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/
H A Dvideo_decoder.cpp30 auto codecName = GetCodecName(codecMime, false, isSoftware); in Create()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Ddecoder_surface_filter.h116 std::string GetCodecName(std::string mimeType);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_encoder/
H A Dvideo_encoder.cpp34 auto codecName = GetCodecName(codecMime, true, isSoftware); in Create()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp212 std::string baseName = GetCodecName(codecMimeType_); in DoInitAfterLink()
547 std::string DecoderSurfaceFilter::GetCodecName(std::string mimeType) in GetCodecName() function in OHOS::Media::Pipeline::DecoderSurfaceFilter