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