Lines Matching refs:chMapPos
771 int chMapPos = 0, maxChannels = 0; in getChannelDescription() local
779 chMapPos = LEFT_FRONT_CHANNEL; in getChannelDescription()
789 chMapPos = LEFT_SIDE_CHANNEL_TOP; in getChannelDescription()
792 chMapPos = LEFT_MULTIPRPS_CHANNEL; in getChannelDescription()
799 chMapPos = LEFT_REAR_CHANNEL_TOP; in getChannelDescription()
802 chMapPos = LEFT_REAR_CHANNEL; in getChannelDescription()
809 chMapPos = LOW_FREQUENCY_CHANNEL; in getChannelDescription()
820 if ((chIdx == maxChannels) || (offsetTable[chMapPos] < 255)) { in getChannelDescription()
824 chMapPos = LEFT_MULTIPRPS_CHANNEL; in getChannelDescription()
829 offsetTable[chMapPos] = (UCHAR)mappedIdx; in getChannelDescription()
832 chMapPos += 1; in getChannelDescription()