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

/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp273 hPcmDmx = self->hPcmUtils;
424 self->hPcmUtils,
444 self->hPcmUtils,
592 pcmDmx_Open( &aacDec->hPcmUtils );
593 if (aacDec->hPcmUtils == NULL) {
868 pcmDmx_Reset( self->hPcmUtils, PCMDMX_RESET_BS_DATA );
872 self->hPcmUtils,
907 if (self->hPcmUtils != NULL) {
908 pcmDmx_Close( &self->hPcmUtils );
H A Daacdecoder.h216 HANDLE_PCM_DOWNMIX hPcmUtils; /*!< privat data for the PCM utils. */ member in struct:AAC_DECODER_INSTANCE
H A Daacdecoder.cpp1376 self->hPcmUtils,
1570 pcmDmx_SetMatrixMixdownFromPce ( self->hPcmUtils,

Completed in 67 milliseconds