Searched refs:numInChannels (Results 1 – 2 of 2) sorted by relevance
1895 int numOutChannels, numInChannels; in pcmDmx_ApplyFrame() local1924 numInChannels = *nChannels; in pcmDmx_ApplyFrame()1929 if ( (numInChannels == 0) in pcmDmx_ApplyFrame()1930 || (numInChannels > PCM_DMX_MAX_IN_CHANNELS) ) in pcmDmx_ApplyFrame()1940 || (pParam->numOutChannelsMax >= numInChannels)) in pcmDmx_ApplyFrame()1941 && (pParam->numOutChannelsMin <= numInChannels) ) { in pcmDmx_ApplyFrame()1948 && (numInChannels > pParam->numOutChannelsMax) ) { in pcmDmx_ApplyFrame()1951 else if (numInChannels < pParam->numOutChannelsMin) { in pcmDmx_ApplyFrame()1955 numOutChannels = numInChannels; in pcmDmx_ApplyFrame()1963 numInChannels, in pcmDmx_ApplyFrame()[all …]
1320 const int numInChannels, in sbrDecoder_DecodeElement() argument1449 strideIn = numInChannels; in sbrDecoder_DecodeElement()1451 strideOut = (numInChannels < 2) ? 2 : numInChannels; in sbrDecoder_DecodeElement()1453 strideOut = numInChannels; in sbrDecoder_DecodeElement()