Searched refs:hPcmUtils (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 154 pcmDmx_SetParam(self->hPcmUtils, DMX_BS_DATA_EXPIRY_FRAME, mdExpFrame); in aacDecoder_setMetadataExpiry() 572 hPcmDmx = self->hPcmUtils; in setConcealMethod() 682 hPcmDmx = self->hPcmUtils; in aacDecoder_SetParam() 1017 pcmDmx_Open(&aacDec->hPcmUtils); in aacDecoder_Open() 1018 if (aacDec->hPcmUtils == NULL) { in aacDecoder_Open() 1465 dmxErr = pcmDmx_GetParam(self->hPcmUtils, in aacDecoder_DecodeFrame() 1773 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in aacDecoder_DecodeFrame() 1778 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in aacDecoder_DecodeFrame() 1788 self->hPcmUtils, pTimeDataPcmPost, timeDataFixpPcmSize, in aacDecoder_DecodeFrame() 1978 if (self->hPcmUtils != NULL) { in aacDecoder_Close() [all …]
|
D | aacdecoder.h | 308 HANDLE_PCM_DOWNMIX hPcmUtils; /*!< privat data for the PCM utils. */ member
|
D | aacdecoder.cpp | 485 dmxErr = pcmDmx_Parse(self->hPcmUtils, bs, dseBits, 0 /* not mpeg2 */); in CDataStreamElement_Read() 1602 pcmDmx_GetParam(self->hPcmUtils, MIN_NUMBER_OF_OUTPUT_CHANNELS, in CAacDecoder_Init() 1758 self->hPcmUtils, asc->m_progrConfigElement.MatrixMixdownIndexPresent, in CAacDecoder_Init() 2331 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in CAacDecoder_Init() 3093 self->hPcmUtils, pce->MatrixMixdownIndexPresent, in CAacDecoder_DecodeFrame()
|