Searched refs:nMaxOutputChannels (Results 1 – 3 of 3) sorted by relevance
88 …OMX_S32 nMaxOutputChannels; /**< Maximum channel count to be output, -1 if unspecified, 0 if do… member
329 if (aacPresParams->nMaxOutputChannels >= 0) { in internalSetParameter()331 if (aacPresParams->nMaxOutputChannels >= 8) { max = 8; } in internalSetParameter()332 else if (aacPresParams->nMaxOutputChannels >= 6) { max = 6; } in internalSetParameter()333 else if (aacPresParams->nMaxOutputChannels >= 2) { max = 2; } in internalSetParameter()336 max = aacPresParams->nMaxOutputChannels; in internalSetParameter()
2421 presentation.nMaxOutputChannels = maxOutputChannelCount; in setupAACCodec()