Home
last modified time | relevance | path

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

/aosp12/frameworks/native/headers/media_plugin/media/openmax/
H A 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
/aosp12/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp483 if (aacPresParams->nMaxOutputChannels >= 0) { in internalSetParameter()
485 if (aacPresParams->nMaxOutputChannels >= 8) { max = 8; } in internalSetParameter()
486 else if (aacPresParams->nMaxOutputChannels >= 6) { max = 6; } in internalSetParameter()
487 else if (aacPresParams->nMaxOutputChannels >= 2) { max = 2; } in internalSetParameter()
490 max = aacPresParams->nMaxOutputChannels; in internalSetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/xaacdec/
H A 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()
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp2954 presentation.nMaxOutputChannels = maxOutputChannelCount; in setupAACCodec()
2975 presentation8.nMaxOutputChannels = presentation.nMaxOutputChannels; in setupAACCodec()