Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp279 hPcmDmx = self->hPcmUtils; in setConcealMethod()
412 hPcmDmx = self->hPcmUtils; in aacDecoder_SetParam()
678 pcmDmx_Open( &aacDec->hPcmUtils ); in aacDecoder_Open()
679 if (aacDec->hPcmUtils == NULL) { in aacDecoder_Open()
942 dmxErr = pcmDmx_GetParam(self->hPcmUtils, MAX_NUMBER_OF_OUTPUT_CHANNELS, &maxOutCh); in aacDecoder_DecodeFrame()
995 pcmDmx_Reset( self->hPcmUtils, PCMDMX_RESET_BS_DATA ); in aacDecoder_DecodeFrame()
999 self->hPcmUtils, in aacDecoder_DecodeFrame()
1081 if (self->hPcmUtils != NULL) { in aacDecoder_Close()
1082 pcmDmx_Close( &self->hPcmUtils ); in aacDecoder_Close()
Daacdecoder.h221 …HANDLE_PCM_DOWNMIX hPcmUtils; /*!< privat data for the PCM utils. … member
Daacdecoder.cpp382 self->hPcmUtils, in CDataStreamElement_Read()
926 pcmDmx_SetMatrixMixdownFromPce ( self->hPcmUtils, in CAacDecoder_Init()
1649 pcmDmx_SetMatrixMixdownFromPce ( self->hPcmUtils, in CAacDecoder_DecodeFrame()