/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_video_encoder.h | 268 static std::shared_ptr<AVCodecVideoEncoder> CreateByMime(const std::string &mime) in CreateByMime() function 280 …static int32_t CreateByMime(const std::string &mime, Format &format, std::shared_ptr<AVCodecVideoE… in CreateByMime() function
|
H A D | avcodec_video_decoder.h | 244 static std::shared_ptr<AVCodecVideoDecoder> CreateByMime(const std::string &mime) in CreateByMime() function 256 …static int32_t CreateByMime(const std::string &mime, Format &format, std::shared_ptr<AVCodecVideoD… in CreateByMime() function
|
H A D | avcodec_audio_decoder.h | 164 static std::shared_ptr<AVCodecAudioDecoder> CreateByMime(const std::string &mime) in CreateByMime() function
|
H A D | avcodec_audio_encoder.h | 164 static std::shared_ptr<AVCodecAudioEncoder> CreateByMime(const std::string &mime) in CreateByMime() function
|
H A D | avcodec_audio_codec.h | 60 static std::shared_ptr<AVCodecAudioCodec> CreateByMime(const std::string &mime, bool isEncoder) in CreateByMime() function
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/ |
H A D | avcodec_video_decoder_impl.cpp | 28 std::shared_ptr<AVCodecVideoDecoder> VideoDecoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::MediaAVCodec::VideoDecoderFactory 53 int32_t VideoDecoderFactory::CreateByMime(const std::string &mime, in CreateByMime() function in OHOS::MediaAVCodec::VideoDecoderFactory
|
H A D | avcodec_video_encoder_impl.cpp | 28 std::shared_ptr<AVCodecVideoEncoder> VideoEncoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::MediaAVCodec::VideoEncoderFactory 54 int32_t VideoEncoderFactory::CreateByMime(const std::string &mime, Format &format, in CreateByMime() function in OHOS::MediaAVCodec::VideoEncoderFactory
|
H A D | avcodec_audio_decoder_impl.cpp | 29 std::shared_ptr<AVCodecAudioDecoder> AudioDecoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::MediaAVCodec::AudioDecoderFactory
|
H A D | avcodec_audio_encoder_impl.cpp | 29 std::shared_ptr<AVCodecAudioEncoder> AudioEncoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::MediaAVCodec::AudioEncoderFactory
|
H A D | avcodec_audio_codec_inner_impl.cpp | 29 std::shared_ptr<AVCodecAudioCodec> AudioCodecFactory::CreateByMime(const std::string &mime, bool is… in CreateByMime() function in OHOS::MediaAVCodec::AudioCodecFactory
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/ |
H A D | videodec_ndk_inner_sample.cpp | 120 int32_t VDecNdkInnerSample::CreateByMime(const std::string &mime) in CreateByMime() function in VDecNdkInnerSample
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/ |
H A D | audiodecoderdemo.cpp | 88 OH_AVCodec* ADecDemoAuto::CreateByMime(const char* mime) in CreateByMime() function in ADecDemoAuto
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/ |
H A D | audio_encoder_demo.cpp | 468 OH_AVCodec *AudioBufferAacEncDemo::CreateByMime(const char *mime) in CreateByMime() function in AudioBufferAacEncDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/ |
H A D | audio_encoder_flush_demo.cpp | 447 OH_AVCodec *AudioBufferAacEncDemo::CreateByMime(const char *mime) in CreateByMime() function in AudioBufferAacEncDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapi_fuzzer/ |
H A D | audioencoderdemo.cpp | 135 OH_AVCodec* AEncDemoAuto::CreateByMime(const char* mime) in CreateByMime() function in AEncDemoAuto
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/ |
H A D | audio_encoder_reset_demo.cpp | 447 OH_AVCodec *AudioBufferAacEncDemo::CreateByMime(const char *mime) in CreateByMime() function in AudioBufferAacEncDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/ |
H A D | videodec_ndk_inner_sample.cpp | 151 int32_t VDecNdkInnerSample::CreateByMime(const std::string &mime) in CreateByMime() function in VDecNdkInnerSample
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/ |
H A D | audio_decoder_demo.cpp | 506 OH_AVCodec* ADecBufferDemo::CreateByMime(const char* mime) in CreateByMime() function in ADecBufferDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/ |
H A D | audio_decoder_flush_demo.cpp | 465 OH_AVCodec* ADecBufferDemo::CreateByMime(const char* mime) in CreateByMime() function in ADecBufferDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/ |
H A D | audio_decoder_reset_demo.cpp | 465 OH_AVCodec* ADecBufferDemo::CreateByMime(const char* mime) in CreateByMime() function in ADecBufferDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/ |
H A D | venc_sample.cpp | 164 bool VideoEncSample::CreateByMime() in CreateByMime() function in OHOS::MediaAVCodec::VideoEncSample
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/ |
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 704 OH_AVCodec *ADecBufferDemo::CreateByMime(const char *mime) in CreateByMime() function in ADecBufferDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/ |
H A D | avcodec_audio_avbuffer_encoder_demo.cpp | 539 OH_AVCodec *AudioBufferAacEncDemo::CreateByMime(const char *mime) in CreateByMime() function in AudioBufferAacEncDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/ |
H A D | vdec_sample.cpp | 250 bool VideoDecSample::CreateByMime() in CreateByMime() function in OHOS::MediaAVCodec::VideoDecSample
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/ |
H A D | videoenc_ndk_inner_sample.cpp | 152 int32_t VEncNdkInnerSample::CreateByMime(const std::string &mime) in CreateByMime() function in VEncNdkInnerSample
|