Home
last modified time | relevance | path

Searched defs:CreateByMime (Results 1 – 16 of 16) sorted by relevance

/foundation/multimedia/av_codec/interfaces/inner_api/native/
Davcodec_video_decoder.h177 static std::shared_ptr<AVCodecVideoDecoder> CreateByMime(const std::string &mime) in CreateByMime() function
Davcodec_audio_decoder.h164 static std::shared_ptr<AVCodecAudioDecoder> CreateByMime(const std::string &mime) in CreateByMime() function
Davcodec_audio_encoder.h164 static std::shared_ptr<AVCodecAudioEncoder> CreateByMime(const std::string &mime) in CreateByMime() function
Davcodec_video_encoder.h197 static std::shared_ptr<AVCodecVideoEncoder> CreateByMime(const std::string &mime) in CreateByMime() function
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Davcodec_audio_encoder.h188 static std::shared_ptr<AVCodecAudioEncoder> CreateByMime(const std::string &mime) in CreateByMime() function
Davcodec_audio_decoder.h188 static std::shared_ptr<AVCodecAudioDecoder> CreateByMime(const std::string &mime) in CreateByMime() function
Davcodec_video_decoder.h201 static std::shared_ptr<AVCodecVideoDecoder> CreateByMime(const std::string &mime) in CreateByMime() function
Davcodec_video_encoder.h209 static std::shared_ptr<AVCodecVideoEncoder> CreateByMime(const std::string &mime) in CreateByMime() function
/foundation/multimedia/av_codec/frameworks/native/avcodec/
Davcodec_audio_encoder_impl.cpp29 std::shared_ptr<AVCodecAudioEncoder> AudioEncoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::MediaAVCodec::AudioEncoderFactory
Davcodec_audio_decoder_impl.cpp29 std::shared_ptr<AVCodecAudioDecoder> AudioDecoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::MediaAVCodec::AudioDecoderFactory
Davcodec_video_decoder_impl.cpp28 std::shared_ptr<AVCodecVideoDecoder> VideoDecoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::MediaAVCodec::VideoDecoderFactory
Davcodec_video_encoder_impl.cpp28 std::shared_ptr<AVCodecVideoEncoder> VideoEncoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::MediaAVCodec::VideoEncoderFactory
/foundation/multimedia/player_framework/frameworks/native/avcodec/
Davcodec_audio_encoder_impl.cpp27 std::shared_ptr<AVCodecAudioEncoder> AudioEncoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::Media::AudioEncoderFactory
Davcodec_audio_decoder_impl.cpp27 std::shared_ptr<AVCodecAudioDecoder> AudioDecoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::Media::AudioDecoderFactory
Davcodec_video_encoder_impl.cpp27 std::shared_ptr<AVCodecVideoEncoder> VideoEncoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::Media::VideoEncoderFactory
Davcodec_video_decoder_impl.cpp27 std::shared_ptr<AVCodecVideoDecoder> VideoDecoderFactory::CreateByMime(const std::string &mime) in CreateByMime() function in OHOS::Media::VideoDecoderFactory