Home
last modified time | relevance | path

Searched refs:mAACDecoder (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp79 mAACDecoder(NULL), in SoftAAC2()
92 aacDecoder_Close(mAACDecoder); in ~SoftAAC2()
140 mAACDecoder = aacDecoder_Open(TT_MP4_ADIF, /* num layers */ 1); in initDecoder()
141 if (mAACDecoder != NULL) { in initDecoder()
142 mStreamInfo = aacDecoder_GetStreamInfo(mAACDecoder); in initDecoder()
157 if (mAACDecoder == NULL) { in initDecoder()
164 mDrcWrap.setDecoderHandle(mAACDecoder); in initDecoder()
693 aacDecoder_ConfigRaw(mAACDecoder, in onQueueFilled()
810 aacDecoder_Fill(mAACDecoder, in onQueueFilled()
982 aacDecoder_DecodeFrame(mAACDecoder, in onQueueFilled()
[all …]
H A DSoftAAC2.h54 HANDLE_AACDECODER mAACDecoder; member
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.cpp267 mAACDecoder(nullptr), in C2SoftAacDec()
294 if (mAACDecoder) { in onStop()
295 aacDecoder_Close(mAACDecoder); in onStop()
308 if (mAACDecoder) { in onRelease()
309 aacDecoder_Close(mAACDecoder); in onRelease()
310 mAACDecoder = nullptr; in onRelease()
319 if (mAACDecoder != nullptr) { in initDecoder()
333 if (mAACDecoder == nullptr) { in initDecoder()
340 mDrcWrap.setDecoderHandle(mAACDecoder); in initDecoder()
596 aacDecoder_ConfigRaw(mAACDecoder, in process()
[all …]
H A DC2SoftAacDec.h54 HANDLE_AACDECODER mAACDecoder; member