Home
last modified time | relevance | path

Searched refs:AVCodecAudioDecoder (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_audio_decoder.h26 class AVCodecAudioDecoder { class
28 virtual ~AVCodecAudioDecoder() = default;
164 static std::shared_ptr<AVCodecAudioDecoder> CreateByMime(const std::string &mime) in CreateByMime()
170 static std::shared_ptr<AVCodecAudioDecoder> CreateByName(const std::string &name) in CreateByName()
184 static std::shared_ptr<AVCodecAudioDecoder> CreateByMime(const std::string &mime);
194 static std::shared_ptr<AVCodecAudioDecoder> CreateByName(const std::string &name);
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_audio_decoder_impl.cpp29 std::shared_ptr<AVCodecAudioDecoder> AudioDecoderFactory::CreateByMime(const std::string &mime) in CreateByMime()
40 std::shared_ptr<AVCodecAudioDecoder> AudioDecoderFactory::CreateByName(const std::string &name) in CreateByName()
H A Davcodec_audio_decoder_impl.h24 class AVCodecAudioDecoderImpl : public AVCodecAudioDecoder, public NoCopyable {
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.h62 SoundDecoderCallback(const int32_t soundID, const std::shared_ptr<MediaAVCodec::AVCodecAudioDecoder> &audioDec,
90 std::shared_ptr<MediaAVCodec::AVCodecAudioDecoder> audioDec_;
185 std::shared_ptr<MediaAVCodec::AVCodecAudioDecoder> audioDec_;
H A Dsound_parser.cpp216 const std::shared_ptr<MediaAVCodec::AVCodecAudioDecoder> &audioDec, in SoundDecoderCallback()
365 std::shared_ptr<MediaAVCodec::AVCodecAudioDecoder> audioDec; in Release()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_decoder.cpp37 explicit AudioDecoderObject(const std::shared_ptr<AVCodecAudioDecoder> &decoder) in AudioDecoderObject()
41 const std::shared_ptr<AVCodecAudioDecoder> audioDecoder_;
193 std::shared_ptr<AVCodecAudioDecoder> audioDecoder = AudioDecoderFactory::CreateByMime(mime); in OH_AudioDecoder_CreateByMime()
207 std::shared_ptr<AVCodecAudioDecoder> audioDecoder = AudioDecoderFactory::CreateByName(name); in OH_AudioDecoder_CreateByName()
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_decoder_inner_demo.h85 std::shared_ptr<AVCodecAudioDecoder> audioDec_;
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/
H A DAudioDecoderDemoCommon.h217 std::shared_ptr<AVCodecAudioDecoder> inneraudioDec_;
/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_decoder_inner_unit_test.cpp137 std::shared_ptr<AVCodecAudioDecoder> adec_ = {nullptr};

Completed in 7 milliseconds