Lines Matching refs:channelIndices

442         const UCHAR              channelIndices[],                      /* in */  in getChannelMode()  argument
457 FDK_ASSERT(channelIndices != NULL); in getChannelMode()
474 UCHAR chGrpIdx = channelIndices[ch]; in getChannelMode()
511 while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) { in getChannelMode()
573 … int pos, sortIdx = grpIdx*PCM_DMX_MAX_CHANNELS_PER_GROUP + channelIndices[chIdx[grpIdx][ch]]; in getChannelMode()
669 UCHAR channelIndices[], /* out */ in getChannelDescription() argument
678 FDK_ASSERT(channelIndices != NULL); in getChannelDescription()
684 FDKmemclear(channelIndices, PCM_DMX_MAX_IO_CHANNELS*sizeof(UCHAR)); in getChannelDescription()
734 channelIndices[mappedIdx] = 0; in getChannelDescription()
781 channelIndices[mappedIdx] = chIdx; in getChannelDescription()
1877 UCHAR channelIndices[], in pcmDmx_ApplyFrame() argument
1899 || (channelIndices == NULL) in pcmDmx_ApplyFrame()
1958 channelIndices, in pcmDmx_ApplyFrame()
2044 channelIndices, in pcmDmx_ApplyFrame()
2163 channelIndices, in pcmDmx_ApplyFrame()
2208 FDKmemcpy(inChIndices, channelIndices, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in pcmDmx_ApplyFrame()
2232 channelIndices, in pcmDmx_ApplyFrame()
2262 channelIndices[outOffsetTable[ch]] = inChIndices[inOffsetTable[ch]]; in pcmDmx_ApplyFrame()
2284 channelIndices[outOffsetTable[outCh]] = inChIndices[inOffsetTable[ch]]; in pcmDmx_ApplyFrame()
2296 channelIndices[outOffsetTable[ch]] = nEmptyCh; in pcmDmx_ApplyFrame()
2308 channelIndices[ch] = nEmptyCh; in pcmDmx_ApplyFrame()