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() 581 hPcmDmx = self->hPcmUtils; in setConcealMethod() 691 hPcmDmx = self->hPcmUtils; in aacDecoder_SetParam() 1032 pcmDmx_Open(&aacDec->hPcmUtils); in aacDecoder_Open() 1033 if (aacDec->hPcmUtils == NULL) { in aacDecoder_Open() 1482 dmxErr = pcmDmx_GetParam(self->hPcmUtils, in aacDecoder_DecodeFrame() 1827 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in aacDecoder_DecodeFrame() 1832 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in aacDecoder_DecodeFrame() 1837 dmxErr = pcmDmx_ApplyFrame(self->hPcmUtils, pTimeData2, timeData2Size, in aacDecoder_DecodeFrame() 2068 if (self->hPcmUtils != NULL) { in aacDecoder_Close() [all …]
|
D | aacdecoder.h | 318 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() 1716 pcmDmx_GetParam(self->hPcmUtils, MIN_NUMBER_OF_OUTPUT_CHANNELS, in CAacDecoder_Init() 1871 self->hPcmUtils, asc->m_progrConfigElement.MatrixMixdownIndexPresent, in CAacDecoder_Init() 2460 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in CAacDecoder_Init() 3252 self->hPcmUtils, pce->MatrixMixdownIndexPresent, in CAacDecoder_DecodeFrame()
|