Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp2045 int numOutChannels, numInChannels; in pcmDmx_ApplyFrame() local
2071 numInChannels = *nChannels; in pcmDmx_ApplyFrame()
2080 if (numInChannels == 0) { in pcmDmx_ApplyFrame()
2083 if (numInChannels > (8)) { in pcmDmx_ApplyFrame()
2094 (pParam->numOutChannelsMax >= numInChannels)) && in pcmDmx_ApplyFrame()
2095 (pParam->numOutChannelsMin <= numInChannels)) { in pcmDmx_ApplyFrame()
2102 (numInChannels > pParam->numOutChannelsMax)) { in pcmDmx_ApplyFrame()
2104 } else if (numInChannels < pParam->numOutChannelsMin) { in pcmDmx_ApplyFrame()
2107 numOutChannels = numInChannels; in pcmDmx_ApplyFrame()
2119 errorStatus = getChannelMode(numInChannels, channelType, channelIndices, in pcmDmx_ApplyFrame()
[all …]
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1593 const int numInChannels, int *numOutChannels, const int psPossible) { in sbrDecoder_DecodeElement() argument
1721 (psPossible ? fMax(2, numInChannels) : numInChannels)) { in sbrDecoder_DecodeElement()
1752 strideOut = (numInChannels < 2) ? 2 : numInChannels; in sbrDecoder_DecodeElement()
1754 strideOut = numInChannels; in sbrDecoder_DecodeElement()
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp494 unsigned int numInChannels, in isSupportedMpsConfig() argument
524 switch (numInChannels) { in isSupportedMpsConfig()