Searched refs:nMaxOutputChannels (Results 1 – 4 of 4) sorted by relevance
99 …OMX_S32 nMaxOutputChannels; /**< Maximum channel count to be output, -1 if unspecified, 0 if do… member111 …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()
463 if (aacPresParams->nMaxOutputChannels >= 0) { in internalSetParameter()465 if (aacPresParams->nMaxOutputChannels >= 8) { in internalSetParameter()467 } else if (aacPresParams->nMaxOutputChannels >= 6) { in internalSetParameter()469 } else if (aacPresParams->nMaxOutputChannels >= 2) { in internalSetParameter()473 max = aacPresParams->nMaxOutputChannels; in internalSetParameter()
2832 presentation.nMaxOutputChannels = maxOutputChannelCount; in setupAACCodec()2851 presentation8.nMaxOutputChannels = presentation.nMaxOutputChannels; in setupAACCodec()