Searched refs:numInChannels (Results 1 – 2 of 2) sorted by relevance
1888 int numOutChannels, numInChannels; in pcmDmx_ApplyFrame() local1917 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 …]
1205 const int numInChannels, in sbrDecoder_DecodeElement() argument1325 strideIn = numInChannels; in sbrDecoder_DecodeElement()1327 strideOut = (numInChannels < 2) ? 2 : numInChannels; in sbrDecoder_DecodeElement()1329 strideOut = numInChannels; in sbrDecoder_DecodeElement()