Searched refs:nMaxOutputChannels (Results 1 – 4 of 4) sorted by relevance
89 …OMX_S32 nMaxOutputChannels; /**< Maximum channel count to be output, -1 if unspecified, 0 if do… member101 …OMX_S32 nMaxOutputChannels; /**< Maximum channel count to be output, -1 if unspecified, 0 if do… member
446 if (aacPresParams->nMaxOutputChannels >= 0) { in internalSetParameter()448 if (aacPresParams->nMaxOutputChannels >= 8) { max = 8; } in internalSetParameter()449 else if (aacPresParams->nMaxOutputChannels >= 6) { max = 6; } in internalSetParameter()450 else if (aacPresParams->nMaxOutputChannels >= 2) { max = 2; } in internalSetParameter()453 max = aacPresParams->nMaxOutputChannels; in internalSetParameter()
476 if (aacPresParams->nMaxOutputChannels >= 0) { in internalSetParameter()478 if (aacPresParams->nMaxOutputChannels >= 8) { in internalSetParameter()480 } else if (aacPresParams->nMaxOutputChannels >= 6) { in internalSetParameter()482 } else if (aacPresParams->nMaxOutputChannels >= 2) { in internalSetParameter()486 max = aacPresParams->nMaxOutputChannels; in internalSetParameter()
2792 presentation.nMaxOutputChannels = maxOutputChannelCount; in setupAACCodec()2811 presentation8.nMaxOutputChannels = presentation.nMaxOutputChannels; in setupAACCodec()