/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
H A D | hdecoder_unit_test.cpp | 90 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 D | hencoder_unit_test.cpp | 116 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 D | test_utils.h | 24 std::string GetCodecName(bool isEncoder, const std::string& mime);
|
H A D | test_utils.cpp | 25 string GetCodecName(bool isEncoder, const string& mime) in GetCodecName() function
|
H A D | tester_codecbase.cpp | 79 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 D | video_codec_base.h | 40 static std::string GetCodecName(const std::string &codecMime, bool isEncoder, bool isSoftware);
|
H A D | video_codec_base.cpp | 92 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 D | video_decoder.cpp | 30 auto codecName = GetCodecName(codecMime, false, isSoftware); in Create()
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | decoder_surface_filter.h | 116 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 D | video_encoder.cpp | 34 auto codecName = GetCodecName(codecMime, true, isSoftware); in Create()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | decoder_surface_filter.cpp | 212 std::string baseName = GetCodecName(codecMimeType_); in DoInitAfterLink() 547 std::string DecoderSurfaceFilter::GetCodecName(std::string mimeType) in GetCodecName() function in OHOS::Media::Pipeline::DecoderSurfaceFilter
|