Searched refs:maxOutCh (Results 1 – 1 of 1) sorted by relevance
940 INT maxOutCh = 0; in aacDecoder_DecodeFrame() local942 dmxErr = pcmDmx_GetParam(self->hPcmUtils, MAX_NUMBER_OF_OUTPUT_CHANNELS, &maxOutCh); in aacDecoder_DecodeFrame()943 if ( (dmxErr == PCMDMX_OK) && (maxOutCh == 1) ) { in aacDecoder_DecodeFrame()