Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp1893 int numOutChannels, numInChannels; in pcmDmx_ApplyFrame() local
1922 numInChannels = *nChannels; in pcmDmx_ApplyFrame()
1927 if ( (numInChannels == 0) in pcmDmx_ApplyFrame()
1928 || (numInChannels > PCM_DMX_MAX_IN_CHANNELS) ) in pcmDmx_ApplyFrame()
1938 || (pParam->numOutChannelsMax >= numInChannels)) in pcmDmx_ApplyFrame()
1939 && (pParam->numOutChannelsMin <= numInChannels) ) { in pcmDmx_ApplyFrame()
1946 && (numInChannels > pParam->numOutChannelsMax) ) { in pcmDmx_ApplyFrame()
1949 else if (numInChannels < pParam->numOutChannelsMin) { in pcmDmx_ApplyFrame()
1953 numOutChannels = numInChannels; in pcmDmx_ApplyFrame()
1961 numInChannels, in pcmDmx_ApplyFrame()
[all …]
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1320 const int numInChannels, in sbrDecoder_DecodeElement() argument
1449 strideIn = numInChannels; in sbrDecoder_DecodeElement()
1451 strideOut = (numInChannels < 2) ? 2 : numInChannels; in sbrDecoder_DecodeElement()
1453 strideOut = numInChannels; in sbrDecoder_DecodeElement()