Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp2073 int numOutChannels, numInChannels; in pcmDmx_ApplyFrame() local
2099 numInChannels = *nChannels; in pcmDmx_ApplyFrame()
2108 if (numInChannels == 0) { in pcmDmx_ApplyFrame()
2111 if (numInChannels > (8)) { in pcmDmx_ApplyFrame()
2122 (pParam->numOutChannelsMax >= numInChannels)) && in pcmDmx_ApplyFrame()
2123 (pParam->numOutChannelsMin <= numInChannels)) { in pcmDmx_ApplyFrame()
2130 (numInChannels > pParam->numOutChannelsMax)) { in pcmDmx_ApplyFrame()
2132 } else if (numInChannels < pParam->numOutChannelsMin) { in pcmDmx_ApplyFrame()
2135 numOutChannels = numInChannels; in pcmDmx_ApplyFrame()
2147 errorStatus = getChannelMode(numInChannels, channelType, channelIndices, in pcmDmx_ApplyFrame()
[all …]
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1579 int channelIndex, const int elementIndex, const int numInChannels, in sbrDecoder_DecodeElement() argument
1710 (psPossible ? fMax(2, numInChannels) : numInChannels)) { in sbrDecoder_DecodeElement()
1741 strideOut = (numInChannels < 2) ? 2 : numInChannels; in sbrDecoder_DecodeElement()
1743 strideOut = numInChannels; in sbrDecoder_DecodeElement()
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp503 unsigned int numInChannels, in isSupportedMpsConfig() argument
533 switch (numInChannels) { in isSupportedMpsConfig()