Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/interfaces/inner_api/native/
Davcodec_audio_encoder.h170 static std::shared_ptr<AVCodecAudioEncoder> 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_encoder.h225 static std::shared_ptr<AVCodecVideoEncoder> CreateByName(const std::string &name) in CreateByName() function
Davcodec_audio_codec.h66 static std::shared_ptr<AVCodecAudioCodec> CreateByName(const std::string &name) in CreateByName() function
Davcodec_video_decoder.h221 static std::shared_ptr<AVCodecVideoDecoder> CreateByName(const std::string &name) in CreateByName() function
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Davcodec_audio_encoder.h194 static std::shared_ptr<AVCodecAudioEncoder> CreateByName(const std::string &name) in CreateByName() function
Davcodec_video_encoder.h215 static std::shared_ptr<AVCodecVideoEncoder> 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
Davcodec_audio_decoder.h194 static std::shared_ptr<AVCodecAudioDecoder> 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_encoder_impl.cpp40 std::shared_ptr<AVCodecVideoEncoder> VideoEncoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::VideoEncoderFactory
Davcodec_video_decoder_impl.cpp41 std::shared_ptr<AVCodecVideoDecoder> VideoDecoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::VideoDecoderFactory
Davcodec_audio_codec_inner_impl.cpp43 std::shared_ptr<AVCodecAudioCodec> AudioCodecFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::AudioCodecFactory
/foundation/multimedia/player_framework/frameworks/native/avcodec/
Davcodec_audio_decoder_impl.cpp38 std::shared_ptr<AVCodecAudioDecoder> AudioDecoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::Media::AudioDecoderFactory
Davcodec_audio_encoder_impl.cpp38 std::shared_ptr<AVCodecAudioEncoder> AudioEncoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::Media::AudioEncoderFactory
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
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
Dvideodec_ndk_inner_sample.cpp126 int32_t VDecNdkInnerSample::CreateByName(const std::string &name) in CreateByName() function in VDecNdkInnerSample
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
Dvideodec_ndk_inner_sample.cpp157 int32_t VDecNdkInnerSample::CreateByName(const std::string &name) in CreateByName() function in VDecNdkInnerSample
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
Dvideoenc_ndk_inner_sample.cpp115 int32_t VEncNdkInnerSample::CreateByName(const std::string &name) in CreateByName() function in VEncNdkInnerSample
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
Davcodec_audio_avbuffer_decoder_demo.cpp721 OH_AVCodec *ADecBufferDemo::CreateByName(const char *name) in CreateByName() function in ADecBufferDemo
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
Davcodec_audio_avbuffer_encoder_demo.cpp555 OH_AVCodec *AudioBufferAacEncDemo::CreateByName(const char *name) in CreateByName() function in AudioBufferAacEncDemo