Lines Matching refs:channelIndices

522     UCHAR channelIndices[],                 /* in */  in getChannelMode()  argument
536 FDK_ASSERT(channelIndices != NULL); in getChannelMode()
555 idxSum[channelType[ch] >> 4][chGrp] += channelIndices[ch]; in getChannelMode()
568 channelIndices[ch] = idxCnt++; in getChannelMode()
586 spkrPos[ch] = getSpeakerPos(channelType[ch], channelIndices[ch], in getChannelMode()
698 UCHAR channelIndices[], /* out */ in getChannelDescription() argument
705 FDK_ASSERT(channelIndices != NULL); in getChannelDescription()
711 FDKmemclear(channelIndices, (8) * sizeof(UCHAR)); in getChannelDescription()
765 channelIndices[mappedIdx] = 0; in getChannelDescription()
831 channelIndices[mappedIdx] = (UCHAR)chIdx; in getChannelDescription()
2036 UCHAR channelIndices[], in pcmDmx_ApplyFrame() argument
2054 (channelIndices == NULL) || (!FDK_chMapDescr_isValid(mapDescr))) { in pcmDmx_ApplyFrame()
2119 errorStatus = getChannelMode(numInChannels, channelType, channelIndices, in pcmDmx_ApplyFrame()
2207 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
2321 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
2375 FDKmemcpy(inChIndices, channelIndices, numInChannels * sizeof(UCHAR)); in pcmDmx_ApplyFrame()
2399 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
2430 channelIndices[outOffsetTable[ch]] = inChIndices[inOffsetTable[ch]]; in pcmDmx_ApplyFrame()
2460 channelIndices[outOffsetTable[outCh]] = in pcmDmx_ApplyFrame()
2474 channelIndices[outOffsetTable[ch]] = (UCHAR)nEmptyCh; in pcmDmx_ApplyFrame()
2485 channelIndices[ch] = (UCHAR)nEmptyCh; in pcmDmx_ApplyFrame()