Home
last modified time | relevance | path

Searched defs:CreateByName (Results 1 – 17 of 17) sorted by relevance

/foundation/multimedia/player_framework/interfaces/inner_api/native/
Davcodec_video_encoder.h215 static std::shared_ptr<AVCodecVideoEncoder> CreateByName(const std::string &name) in CreateByName() function
Davcodec_audio_encoder.h194 static std::shared_ptr<AVCodecAudioEncoder> CreateByName(const std::string &name) in CreateByName() function
Davcodec_audio_decoder.h194 static std::shared_ptr<AVCodecAudioDecoder> CreateByName(const std::string &name) in CreateByName() function
Davcodec_video_decoder.h207 static std::shared_ptr<AVCodecVideoDecoder> CreateByName(const std::string &name) in CreateByName() function
/foundation/multimedia/av_codec/interfaces/inner_api/native/
Davcodec_video_encoder.h203 static std::shared_ptr<AVCodecVideoEncoder> CreateByName(const std::string &name) in CreateByName() function
Davcodec_audio_decoder.h170 static std::shared_ptr<AVCodecAudioDecoder> CreateByName(const std::string &name) in CreateByName() function
Davcodec_video_decoder.h183 static std::shared_ptr<AVCodecVideoDecoder> CreateByName(const std::string &name) in CreateByName() function
Davcodec_audio_encoder.h170 static std::shared_ptr<AVCodecAudioEncoder> CreateByName(const std::string &name) in CreateByName() function
/foundation/multimedia/av_codec/services/engine/codec/video/
Dhcodec_loader.cpp28 std::shared_ptr<CodecBase> HCodecLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::HCodecLoader
/foundation/multimedia/av_codec/frameworks/native/avcodec/
Davcodec_audio_encoder_impl.cpp40 std::shared_ptr<AVCodecAudioEncoder> AudioEncoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::AudioEncoderFactory
Davcodec_audio_decoder_impl.cpp40 std::shared_ptr<AVCodecAudioDecoder> AudioDecoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::AudioDecoderFactory
Davcodec_video_decoder_impl.cpp41 std::shared_ptr<AVCodecVideoDecoder> VideoDecoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::VideoDecoderFactory
Davcodec_video_encoder_impl.cpp41 std::shared_ptr<AVCodecVideoEncoder> VideoEncoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::VideoEncoderFactory
/foundation/multimedia/player_framework/frameworks/native/avcodec/
Davcodec_audio_encoder_impl.cpp38 std::shared_ptr<AVCodecAudioEncoder> AudioEncoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::Media::AudioEncoderFactory
Davcodec_audio_decoder_impl.cpp38 std::shared_ptr<AVCodecAudioDecoder> AudioDecoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::Media::AudioDecoderFactory
Davcodec_video_decoder_impl.cpp38 std::shared_ptr<AVCodecVideoDecoder> VideoDecoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::Media::VideoDecoderFactory
Davcodec_video_encoder_impl.cpp38 std::shared_ptr<AVCodecVideoEncoder> VideoEncoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::Media::VideoEncoderFactory