Lines Matching refs:channelIndices

449         const UCHAR              channelIndices[],                      /* in */  in getChannelMode()  argument
464 FDK_ASSERT(channelIndices != NULL); in getChannelMode()
481 UCHAR chGrpIdx = channelIndices[ch]; in getChannelMode()
518 while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) { in getChannelMode()
580 … int pos, sortIdx = grpIdx*PCM_DMX_MAX_CHANNELS_PER_GROUP + channelIndices[chIdx[grpIdx][ch]]; in getChannelMode()
676 UCHAR channelIndices[], /* out */ in getChannelDescription() argument
685 FDK_ASSERT(channelIndices != NULL); in getChannelDescription()
691 FDKmemclear(channelIndices, PCM_DMX_MAX_IO_CHANNELS*sizeof(UCHAR)); in getChannelDescription()
741 channelIndices[mappedIdx] = 0; in getChannelDescription()
788 channelIndices[mappedIdx] = chIdx; in getChannelDescription()
1884 UCHAR channelIndices[], in pcmDmx_ApplyFrame() argument
1906 || (channelIndices == NULL) in pcmDmx_ApplyFrame()
1965 channelIndices, in pcmDmx_ApplyFrame()
2051 channelIndices, in pcmDmx_ApplyFrame()
2175 channelIndices, in pcmDmx_ApplyFrame()
2220 FDKmemcpy(inChIndices, channelIndices, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in pcmDmx_ApplyFrame()
2244 channelIndices, in pcmDmx_ApplyFrame()
2274 channelIndices[outOffsetTable[ch]] = inChIndices[inOffsetTable[ch]]; in pcmDmx_ApplyFrame()
2296 channelIndices[outOffsetTable[outCh]] = inChIndices[inOffsetTable[ch]]; in pcmDmx_ApplyFrame()
2308 channelIndices[outOffsetTable[ch]] = nEmptyCh; in pcmDmx_ApplyFrame()
2320 channelIndices[ch] = nEmptyCh; in pcmDmx_ApplyFrame()