/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_video_encoder.h | 274 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 D | avcodec_video_decoder.h | 250 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 D | avcodec_audio_decoder.h | 170 static std::shared_ptr<AVCodecAudioDecoder> CreateByName(const std::string &name) in CreateByName() function
|
H A D | avcodec_audio_encoder.h | 170 static std::shared_ptr<AVCodecAudioEncoder> CreateByName(const std::string &name) in CreateByName() function
|
H A D | avcodec_audio_codec.h | 66 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 D | hcodec_loader.cpp | 28 std::shared_ptr<CodecBase> HCodecLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::HCodecLoader
|
H A D | fcodec_loader.cpp | 31 std::shared_ptr<CodecBase> FCodecLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::FCodecLoader
|
H A D | hevc_decoder_loader.cpp | 31 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 D | avcodec_video_decoder_impl.cpp | 40 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 D | avcodec_video_encoder_impl.cpp | 41 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 D | avcodec_audio_decoder_impl.cpp | 40 std::shared_ptr<AVCodecAudioDecoder> AudioDecoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::AudioDecoderFactory
|
H A D | avcodec_audio_encoder_impl.cpp | 40 std::shared_ptr<AVCodecAudioEncoder> AudioEncoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::AudioEncoderFactory
|
H A D | avcodec_audio_codec_inner_impl.cpp | 43 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 D | codecbase_mock.cpp | 31 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 D | videodec_ndk_inner_sample.cpp | 126 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 D | audiodecoderdemo.cpp | 93 OH_AVCodec* ADecDemoAuto::CreateByName(const char* name) in CreateByName() function in ADecDemoAuto
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/ |
H A D | audio_encoder_demo.cpp | 488 OH_AVCodec *AudioBufferAacEncDemo::CreateByName(const char *name) in CreateByName() function in AudioBufferAacEncDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/ |
H A D | audio_encoder_flush_demo.cpp | 467 OH_AVCodec *AudioBufferAacEncDemo::CreateByName(const char *name) in CreateByName() function in AudioBufferAacEncDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapi_fuzzer/ |
H A D | audioencoderdemo.cpp | 140 OH_AVCodec* AEncDemoAuto::CreateByName(const char* name) in CreateByName() function in AEncDemoAuto
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/ |
H A D | audio_encoder_reset_demo.cpp | 467 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 D | videodec_ndk_inner_sample.cpp | 157 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 D | audio_decoder_demo.cpp | 524 OH_AVCodec* ADecBufferDemo::CreateByName(const char* name) in CreateByName() function in ADecBufferDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/ |
H A D | audio_decoder_flush_demo.cpp | 483 OH_AVCodec* ADecBufferDemo::CreateByName(const char* name) in CreateByName() function in ADecBufferDemo
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/ |
H A D | audio_decoder_reset_demo.cpp | 483 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 D | avcodec_audio_avbuffer_decoder_demo.cpp | 718 OH_AVCodec *ADecBufferDemo::CreateByName(const char *name) in CreateByName() function in ADecBufferDemo
|