Lines Matching refs:channelIndices
512 const UCHAR channelIndices[]) { in validateIndices() argument
517 if (channelIndices[i] == reqValue) { in validateIndices()
549 UCHAR channelIndices[], /* in */ in getChannelMode() argument
562 FDK_ASSERT(channelIndices != NULL); in getChannelMode()
592 channelType, channelIndices)) { in getChannelMode()
596 channelIndices[ch] = idxCnt++; in getChannelMode()
614 spkrPos[ch] = getSpeakerPos(channelType[ch], channelIndices[ch], in getChannelMode()
726 UCHAR channelIndices[], /* out */ in getChannelDescription() argument
733 FDK_ASSERT(channelIndices != NULL); in getChannelDescription()
739 FDKmemclear(channelIndices, (8) * sizeof(UCHAR)); in getChannelDescription()
793 channelIndices[mappedIdx] = 0; in getChannelDescription()
859 channelIndices[mappedIdx] = (UCHAR)chIdx; in getChannelDescription()
2064 UCHAR channelIndices[], in pcmDmx_ApplyFrame() argument
2082 (channelIndices == NULL) || (!FDK_chMapDescr_isValid(mapDescr))) { in pcmDmx_ApplyFrame()
2147 errorStatus = getChannelMode(numInChannels, channelType, channelIndices, in pcmDmx_ApplyFrame()
2235 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
2349 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
2403 FDKmemcpy(inChIndices, channelIndices, numInChannels * sizeof(UCHAR)); in pcmDmx_ApplyFrame()
2427 getChannelDescription(outChMode, mapDescr, channelType, channelIndices, in pcmDmx_ApplyFrame()
2458 channelIndices[outOffsetTable[ch]] = inChIndices[inOffsetTable[ch]]; in pcmDmx_ApplyFrame()
2488 channelIndices[outOffsetTable[outCh]] = in pcmDmx_ApplyFrame()
2502 channelIndices[outOffsetTable[ch]] = (UCHAR)nEmptyCh; in pcmDmx_ApplyFrame()
2513 channelIndices[ch] = (UCHAR)nEmptyCh; in pcmDmx_ApplyFrame()