Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp273 hPcmDmx = self->hPcmUtils; in setConcealMethod()
406 hPcmDmx = self->hPcmUtils; in aacDecoder_SetParam()
672 pcmDmx_Open( &aacDec->hPcmUtils ); in aacDecoder_Open()
673 if (aacDec->hPcmUtils == NULL) { in aacDecoder_Open()
937 dmxErr = pcmDmx_GetParam(self->hPcmUtils, MAX_NUMBER_OF_OUTPUT_CHANNELS, &maxOutCh); in aacDecoder_DecodeFrame()
990 pcmDmx_Reset( self->hPcmUtils, PCMDMX_RESET_BS_DATA ); in aacDecoder_DecodeFrame()
994 self->hPcmUtils, in aacDecoder_DecodeFrame()
1062 if (self->hPcmUtils != NULL) { in aacDecoder_Close()
1063 pcmDmx_Close( &self->hPcmUtils ); in aacDecoder_Close()
Daacdecoder.h221 …HANDLE_PCM_DOWNMIX hPcmUtils; /*!< privat data for the PCM utils. … member
Daacdecoder.cpp396 self->hPcmUtils, in CDataStreamElement_Read()
933 pcmDmx_SetMatrixMixdownFromPce ( self->hPcmUtils, in CAacDecoder_Init()
1637 pcmDmx_SetMatrixMixdownFromPce ( self->hPcmUtils, in CAacDecoder_DecodeFrame()