Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_decoder.cpp81 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec_); variable
82 CHECK_AND_RETURN_LOG(audioDecObj->audioDecoder_ != nullptr, "audioDecoder_ is nullptr!");
83 if (audioDecObj->isFlushing_.load() || audioDecObj->isFlushed_.load() || audioDecObj->isStop_.load() ||
84 audioDecObj->isEOS_.load()) {
99 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec_); variable
100 CHECK_AND_RETURN_LOG(audioDecObj->audioDecoder_ != nullptr, "audioDecoder_ is nullptr!");
101 if (audioDecObj->isFlushing_.load() || audioDecObj
129 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); GetInputData() local
155 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); GetOutputData() local
222 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_Destroy() local
255 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_Configure() local
271 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_Prepare() local
286 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_Start() local
304 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_Stop() local
328 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_Flush() local
354 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_Reset() local
378 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_PushInputData() local
403 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_GetOutputDescription() local
423 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_FreeOutputData() local
441 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_SetParameter() local
466 struct AudioDecoderObject *audioDecObj = reinterpret_cast<AudioDecoderObject *>(codec); OH_AudioDecoder_SetCallback() local
[all...]

Completed in 1 milliseconds