Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp934 PCMDMX_ERROR dmxErr; in aacDecoder_DecodeFrame() local
937 dmxErr = pcmDmx_GetParam(self->hPcmUtils, MAX_NUMBER_OF_OUTPUT_CHANNELS, &maxOutCh); in aacDecoder_DecodeFrame()
938 if ( (dmxErr == PCMDMX_OK) && (maxOutCh == 1) ) { in aacDecoder_DecodeFrame()
987 PCMDMX_ERROR dmxErr = PCMDMX_OK; in aacDecoder_DecodeFrame() local
993 dmxErr = pcmDmx_ApplyFrame ( in aacDecoder_DecodeFrame()
1004 if (dmxErr == PCMDMX_INVALID_MODE) { in aacDecoder_DecodeFrame()
Daacdecoder.cpp389 PCMDMX_ERROR dmxErr = PCMDMX_OK; in CDataStreamElement_Read() local
395 dmxErr = pcmDmx_Parse ( in CDataStreamElement_Read()