Home
last modified time | relevance | path

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

/frameworks/native/include/media/openmax/
DOMX_AudioExt.h88 …OMX_S32 nMaxOutputChannels; /**< Maximum channel count to be output, -1 if unspecified, 0 if do… member
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp329 if (aacPresParams->nMaxOutputChannels >= 0) { in internalSetParameter()
331 if (aacPresParams->nMaxOutputChannels >= 8) { max = 8; } in internalSetParameter()
332 else if (aacPresParams->nMaxOutputChannels >= 6) { max = 6; } in internalSetParameter()
333 else if (aacPresParams->nMaxOutputChannels >= 2) { max = 2; } in internalSetParameter()
336 max = aacPresParams->nMaxOutputChannels; in internalSetParameter()
/frameworks/av/media/libstagefright/
DACodec.cpp2421 presentation.nMaxOutputChannels = maxOutputChannelCount; in setupAACCodec()