Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp1888 int numOutChannels, numInChannels; in pcmDmx_ApplyFrame() local
1917 numInChannels = *nChannels; in pcmDmx_ApplyFrame()
1922 if ( (numInChannels == 0) in pcmDmx_ApplyFrame()
1923 || (numInChannels > PCM_DMX_MAX_IN_CHANNELS) ) in pcmDmx_ApplyFrame()
1933 || (pParam->numOutChannelsMax >= numInChannels)) in pcmDmx_ApplyFrame()
1934 && (pParam->numOutChannelsMin <= numInChannels) ) { in pcmDmx_ApplyFrame()
1941 && (numInChannels > pParam->numOutChannelsMax) ) { in pcmDmx_ApplyFrame()
1944 else if (numInChannels < pParam->numOutChannelsMin) { in pcmDmx_ApplyFrame()
1948 numOutChannels = numInChannels; in pcmDmx_ApplyFrame()
1956 numInChannels, in pcmDmx_ApplyFrame()
[all …]
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1205 const int numInChannels, in sbrDecoder_DecodeElement() argument
1325 strideIn = numInChannels; in sbrDecoder_DecodeElement()
1327 strideOut = (numInChannels < 2) ? 2 : numInChannels; in sbrDecoder_DecodeElement()
1329 strideOut = numInChannels; in sbrDecoder_DecodeElement()