Searched refs:audioDec (Results 1 – 3 of 3) sorted by relevance
100 auto audioDec = std::make_unique<ADecDemo>(); in RunAudioDecoder() local101 audioDec->RunCase(audioFormatType); in RunAudioDecoder()141 auto audioDec = std::make_unique<ADecBufferDemo>(); in RunAudioAVBufferDecoder() local142 audioDec->RunCase(audioFormatType); in RunAudioAVBufferDecoder()169 audioDec->RunDrmCase(audioFormatType); in RunAudioAVBufferDecoderDrm()239 audioDec->RunCase(); in RunAudioInnerDecoder()242 audioDec->RunCase(); in RunAudioInnerDecoder()245 audioDec->RunCase(); in RunAudioInnerDecoder()248 audioDec->RunCase(); in RunAudioInnerDecoder()251 audioDec->RunCase(); in RunAudioInnerDecoder()[all …]
234 const std::shared_ptr<MediaAVCodec::AVCodecAudioDecoder> &audioDec, in SoundDecoderCallback() argument236 const bool isRawFile) : soundID_(soundID), audioDec_(audioDec), in SoundDecoderCallback()383 std::shared_ptr<MediaAVCodec::AVCodecAudioDecoder> audioDec; in Release() local386 audioDec = std::move(audioDec_); in Release()389 if (audioDec != nullptr) { in Release()390 ret = audioDec->Release(); in Release()391 audioDec.reset(); in Release()392 audioDec = nullptr; in Release()
62 …Callback(const int32_t soundID, const std::shared_ptr<MediaAVCodec::AVCodecAudioDecoder> &audioDec,