Lines Matching refs:offsetTable
443 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS], /* out */ in getChannelMode()
458 FDK_ASSERT(offsetTable != NULL); in getChannelMode()
463 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelMode()
537 offsetTable[CENTER_FRONT_CHANNEL] = chIdx[CH_GROUP_FRONT][0]; in getChannelMode()
568 offsetTable[chMapPos] = chIdx[grpIdx][ch]; in getChannelMode()
600 if (offsetTable[chMapPos] == 255) { in getChannelMode()
625 offsetTable[chMapPos++] = hardToPlace[ch]; in getChannelMode()
670 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] /* out */ in getChannelDescription()
680 FDK_ASSERT(offsetTable != NULL); in getChannelDescription()
685 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelDescription()
732 offsetTable[CENTER_FRONT_CHANNEL] = mappedIdx; in getChannelDescription()
779 offsetTable[chMapPos] = mappedIdx; in getChannelDescription()