Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_video_encoder.h274 static std::shared_ptr<AVCodecVideoEncoder> CreateByName(const std::string &name) in CreateByName() function
288 …static int32_t CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoE… in CreateByName() function
H A Davcodec_video_decoder.h250 static std::shared_ptr<AVCodecVideoDecoder> CreateByName(const std::string &name) in CreateByName() function
264 …static int32_t CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoD… in CreateByName() function
H A Davcodec_audio_decoder.h170 static std::shared_ptr<AVCodecAudioDecoder> CreateByName(const std::string &name) in CreateByName() function
H A Davcodec_audio_encoder.h170 static std::shared_ptr<AVCodecAudioEncoder> CreateByName(const std::string &name) in CreateByName() function
H A Davcodec_audio_codec.h66 static std::shared_ptr<AVCodecAudioCodec> CreateByName(const std::string &name) in CreateByName() function
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/
H A Dhcodec_loader.cpp28 std::shared_ptr<CodecBase> HCodecLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::HCodecLoader
H A Dfcodec_loader.cpp31 std::shared_ptr<CodecBase> FCodecLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::FCodecLoader
H A Dhevc_decoder_loader.cpp31 std::shared_ptr<CodecBase> HevcDecoderLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::HevcDecoderLoader
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_decoder_impl.cpp40 std::shared_ptr<AVCodecVideoDecoder> VideoDecoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::VideoDecoderFactory
66 int32_t VideoDecoderFactory::CreateByName(const std::string &name, in CreateByName() function in OHOS::MediaAVCodec::VideoDecoderFactory
H A Davcodec_video_encoder_impl.cpp41 std::shared_ptr<AVCodecVideoEncoder> VideoEncoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::VideoEncoderFactory
67 int32_t VideoEncoderFactory::CreateByName(const std::string &name, Format &format, in CreateByName() function in OHOS::MediaAVCodec::VideoEncoderFactory
H A Davcodec_audio_decoder_impl.cpp40 std::shared_ptr<AVCodecAudioDecoder> AudioDecoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::AudioDecoderFactory
H A Davcodec_audio_encoder_impl.cpp40 std::shared_ptr<AVCodecAudioEncoder> AudioEncoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::AudioEncoderFactory
H A Davcodec_audio_codec_inner_impl.cpp43 std::shared_ptr<AVCodecAudioCodec> AudioCodecFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::AudioCodecFactory
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodecbase_mock.cpp31 std::shared_ptr<CodecBase> HCodecLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::HCodecLoader
40 std::shared_ptr<CodecBase> FCodecLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::FCodecLoader
49 std::shared_ptr<CodecBase> HevcDecoderLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::HevcDecoderLoader
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp126 int32_t VDecNdkInnerSample::CreateByName(const std::string &name) in CreateByName() function in VDecNdkInnerSample
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/
H A Daudiodecoderdemo.cpp93 OH_AVCodec* ADecDemoAuto::CreateByName(const char* name) in CreateByName() function in ADecDemoAuto
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/
H A Daudio_encoder_demo.cpp488 OH_AVCodec *AudioBufferAacEncDemo::CreateByName(const char *name) in CreateByName() function in AudioBufferAacEncDemo
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/
H A Daudio_encoder_flush_demo.cpp467 OH_AVCodec *AudioBufferAacEncDemo::CreateByName(const char *name) in CreateByName() function in AudioBufferAacEncDemo
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapi_fuzzer/
H A Daudioencoderdemo.cpp140 OH_AVCodec* AEncDemoAuto::CreateByName(const char* name) in CreateByName() function in AEncDemoAuto
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/
H A Daudio_encoder_reset_demo.cpp467 OH_AVCodec *AudioBufferAacEncDemo::CreateByName(const char *name) in CreateByName() function in AudioBufferAacEncDemo
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp157 int32_t VDecNdkInnerSample::CreateByName(const std::string &name) in CreateByName() function in VDecNdkInnerSample
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/
H A Daudio_decoder_demo.cpp524 OH_AVCodec* ADecBufferDemo::CreateByName(const char* name) in CreateByName() function in ADecBufferDemo
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/
H A Daudio_decoder_flush_demo.cpp483 OH_AVCodec* ADecBufferDemo::CreateByName(const char* name) in CreateByName() function in ADecBufferDemo
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/
H A Daudio_decoder_reset_demo.cpp483 OH_AVCodec* ADecBufferDemo::CreateByName(const char* name) in CreateByName() function in ADecBufferDemo
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp718 OH_AVCodec *ADecBufferDemo::CreateByName(const char *name) in CreateByName() function in ADecBufferDemo

12