Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp946 PCMDMX_ERROR dmxErr; in aacDecoder_DecodeFrame() local
949 dmxErr = pcmDmx_GetParam(self->hPcmUtils, MAX_NUMBER_OF_OUTPUT_CHANNELS, &maxOutCh); in aacDecoder_DecodeFrame()
950 if ( (dmxErr == PCMDMX_OK) && (maxOutCh == 1) ) { in aacDecoder_DecodeFrame()
999 PCMDMX_ERROR dmxErr = PCMDMX_OK; in aacDecoder_DecodeFrame() local
1005 dmxErr = pcmDmx_ApplyFrame ( in aacDecoder_DecodeFrame()
1017 && (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()