Home
last modified time | relevance | path

Searched refs:hPcmUtils (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp154 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 …]
Daacdecoder.h308 HANDLE_PCM_DOWNMIX hPcmUtils; /*!< privat data for the PCM utils. */ member
Daacdecoder.cpp485 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()