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