Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacdec/
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()
223 aacDecoder_SetParam(mAACDecoder, AAC_UNIDRC_SET_EFFECT, effectType); in initDecoder()
228 aacDecoder_SetParam(mAACDecoder, AAC_UNIDRC_ALBUM_MODE, albumMode); in initDecoder()
232 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, -1); in initDecoder()
[all …]
DSoftAAC2.h54 HANDLE_AACDECODER mAACDecoder; member
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp289 mAACDecoder(nullptr), in C2SoftAacDec()
317 if (mAACDecoder) { in onStop()
318 aacDecoder_Close(mAACDecoder); in onStop()
331 if (mAACDecoder) { in onRelease()
332 aacDecoder_Close(mAACDecoder); in onRelease()
333 mAACDecoder = nullptr; in onRelease()
341 mAACDecoder = aacDecoder_Open(TT_MP4_ADIF, /* num layers */ 1); in initDecoder()
342 if (mAACDecoder != nullptr) { in initDecoder()
343 mStreamInfo = aacDecoder_GetStreamInfo(mAACDecoder); in initDecoder()
356 if (mAACDecoder == nullptr) { in initDecoder()
[all …]
DC2SoftAacDec.h54 HANDLE_AACDECODER mAACDecoder; member