Home
last modified time | relevance | path

Searched refs:nMaxOutputChannels (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_AudioExt.h99 …OMX_S32 nMaxOutputChannels; /**< Maximum channel count to be output, -1 if unspecified, 0 if do… member
111 …OMX_S32 nMaxOutputChannels; /**< Maximum channel count to be output, -1 if unspecified, 0 if do… member
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp446 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()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp463 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()
/frameworks/av/media/libstagefright/
DACodec.cpp2832 presentation.nMaxOutputChannels = maxOutputChannelCount; in setupAACCodec()
2851 presentation8.nMaxOutputChannels = presentation.nMaxOutputChannels; in setupAACCodec()