Home
last modified time | relevance | path

Searched refs:dmxErr (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp939 PCMDMX_ERROR dmxErr; in aacDecoder_DecodeFrame() local
942 dmxErr = pcmDmx_GetParam(self->hPcmUtils, MAX_NUMBER_OF_OUTPUT_CHANNELS, &maxOutCh); in aacDecoder_DecodeFrame()
943 if ( (dmxErr == PCMDMX_OK) && (maxOutCh == 1) ) { in aacDecoder_DecodeFrame()
992 PCMDMX_ERROR dmxErr = PCMDMX_OK; in aacDecoder_DecodeFrame() local
998 dmxErr = pcmDmx_ApplyFrame ( in aacDecoder_DecodeFrame()
1010 && (dmxErr == PCMDMX_INVALID_MODE) ) { in aacDecoder_DecodeFrame()
Daacdecoder.cpp375 PCMDMX_ERROR dmxErr = PCMDMX_OK; in CDataStreamElement_Read() local
381 dmxErr = pcmDmx_Parse ( in CDataStreamElement_Read()