HomeSort by relevance Sort by last modified time
    Searched refs:nMaxOutputChannels (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/media/openmax/
OMX_AudioExt.h 88 OMX_S32 nMaxOutputChannels; /**< Maximum channel count to be output, -1 if unspecified, 0 if downmixing disabled */
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 323 // nMaxOutputChannels uses default platform properties, see configureDownmix()
329 if (aacPresParams->nMaxOutputChannels >= 0) {
331 if (aacPresParams->nMaxOutputChannels >= 8) { max = 8; }
332 else if (aacPresParams->nMaxOutputChannels >= 6) { max = 6; }
333 else if (aacPresParams->nMaxOutputChannels >= 2) { max = 2; }
336 max = aacPresParams->nMaxOutputChannels;
338 ALOGV("set nMaxOutputChannels=%d", max);
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 61 milliseconds