Searched refs:numInChannels (Results 1 – 3 of 3) sorted by relevance
2045 int numOutChannels, numInChannels; in pcmDmx_ApplyFrame() local2071 numInChannels = *nChannels; in pcmDmx_ApplyFrame()2080 if (numInChannels == 0) { in pcmDmx_ApplyFrame()2083 if (numInChannels > (8)) { in pcmDmx_ApplyFrame()2094 (pParam->numOutChannelsMax >= numInChannels)) && in pcmDmx_ApplyFrame()2095 (pParam->numOutChannelsMin <= numInChannels)) { in pcmDmx_ApplyFrame()2102 (numInChannels > pParam->numOutChannelsMax)) { in pcmDmx_ApplyFrame()2104 } else if (numInChannels < pParam->numOutChannelsMin) { in pcmDmx_ApplyFrame()2107 numOutChannels = numInChannels; in pcmDmx_ApplyFrame()2119 errorStatus = getChannelMode(numInChannels, channelType, channelIndices, in pcmDmx_ApplyFrame()[all …]
1593 const int numInChannels, int *numOutChannels, const int psPossible) { in sbrDecoder_DecodeElement() argument1721 (psPossible ? fMax(2, numInChannels) : numInChannels)) { in sbrDecoder_DecodeElement()1752 strideOut = (numInChannels < 2) ? 2 : numInChannels; in sbrDecoder_DecodeElement()1754 strideOut = numInChannels; in sbrDecoder_DecodeElement()
494 unsigned int numInChannels, in isSupportedMpsConfig() argument524 switch (numInChannels) { in isSupportedMpsConfig()