Searched refs:numInChannels (Results 1 – 3 of 3) sorted by relevance
2073 int numOutChannels, numInChannels; in pcmDmx_ApplyFrame() local2099 numInChannels = *nChannels; in pcmDmx_ApplyFrame()2108 if (numInChannels == 0) { in pcmDmx_ApplyFrame()2111 if (numInChannels > (8)) { in pcmDmx_ApplyFrame()2122 (pParam->numOutChannelsMax >= numInChannels)) && in pcmDmx_ApplyFrame()2123 (pParam->numOutChannelsMin <= numInChannels)) { in pcmDmx_ApplyFrame()2130 (numInChannels > pParam->numOutChannelsMax)) { in pcmDmx_ApplyFrame()2132 } else if (numInChannels < pParam->numOutChannelsMin) { in pcmDmx_ApplyFrame()2135 numOutChannels = numInChannels; in pcmDmx_ApplyFrame()2147 errorStatus = getChannelMode(numInChannels, channelType, channelIndices, in pcmDmx_ApplyFrame()[all …]
1579 int channelIndex, const int elementIndex, const int numInChannels, in sbrDecoder_DecodeElement() argument1710 (psPossible ? fMax(2, numInChannels) : numInChannels)) { in sbrDecoder_DecodeElement()1741 strideOut = (numInChannels < 2) ? 2 : numInChannels; in sbrDecoder_DecodeElement()1743 strideOut = numInChannels; in sbrDecoder_DecodeElement()
503 unsigned int numInChannels, in isSupportedMpsConfig() argument533 switch (numInChannels) { in isSupportedMpsConfig()