Lines Matching refs:channelIndices
447 const UCHAR channelIndices[], /* in */ in getChannelMode() argument
462 FDK_ASSERT(channelIndices != NULL); in getChannelMode()
479 UCHAR chGrpIdx = channelIndices[ch]; in getChannelMode()
516 while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) { in getChannelMode()
578 … int pos, sortIdx = grpIdx*PCM_DMX_MAX_CHANNELS_PER_GROUP + channelIndices[chIdx[grpIdx][ch]]; in getChannelMode()
674 UCHAR channelIndices[], /* out */ in getChannelDescription() argument
683 FDK_ASSERT(channelIndices != NULL); in getChannelDescription()
689 FDKmemclear(channelIndices, PCM_DMX_MAX_IO_CHANNELS*sizeof(UCHAR)); in getChannelDescription()
739 channelIndices[mappedIdx] = 0; in getChannelDescription()
786 channelIndices[mappedIdx] = chIdx; in getChannelDescription()
1882 UCHAR channelIndices[], in pcmDmx_ApplyFrame() argument
1904 || (channelIndices == NULL) in pcmDmx_ApplyFrame()
1963 channelIndices, in pcmDmx_ApplyFrame()
2049 channelIndices, in pcmDmx_ApplyFrame()
2171 channelIndices, in pcmDmx_ApplyFrame()
2216 FDKmemcpy(inChIndices, channelIndices, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in pcmDmx_ApplyFrame()
2240 channelIndices, in pcmDmx_ApplyFrame()
2270 channelIndices[outOffsetTable[ch]] = inChIndices[inOffsetTable[ch]]; in pcmDmx_ApplyFrame()
2292 channelIndices[outOffsetTable[outCh]] = inChIndices[inOffsetTable[ch]]; in pcmDmx_ApplyFrame()
2304 channelIndices[outOffsetTable[ch]] = nEmptyCh; in pcmDmx_ApplyFrame()
2316 channelIndices[ch] = nEmptyCh; in pcmDmx_ApplyFrame()