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
386 if (aacPresParams->nMaxOutputChannels >= 0) { in internalSetParameter()388 if (aacPresParams->nMaxOutputChannels >= 8) { max = 8; } in internalSetParameter()389 else if (aacPresParams->nMaxOutputChannels >= 6) { max = 6; } in internalSetParameter()390 else if (aacPresParams->nMaxOutputChannels >= 2) { max = 2; } in internalSetParameter()393 max = aacPresParams->nMaxOutputChannels; in internalSetParameter()
2666 presentation.nMaxOutputChannels = maxOutputChannelCount; in setupAACCodec()