Lines Matching refs:offsetTable
448 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS], /* out */ in getChannelMode()
463 FDK_ASSERT(offsetTable != NULL); in getChannelMode()
468 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelMode()
542 offsetTable[CENTER_FRONT_CHANNEL] = chIdx[CH_GROUP_FRONT][0]; in getChannelMode()
573 offsetTable[chMapPos] = chIdx[grpIdx][ch]; in getChannelMode()
605 if (offsetTable[chMapPos] == 255) { in getChannelMode()
630 offsetTable[chMapPos++] = hardToPlace[ch]; in getChannelMode()
675 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] /* out */ in getChannelDescription()
685 FDK_ASSERT(offsetTable != NULL); in getChannelDescription()
690 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelDescription()
737 offsetTable[CENTER_FRONT_CHANNEL] = mappedIdx; in getChannelDescription()
784 offsetTable[chMapPos] = mappedIdx; in getChannelDescription()