Lines Matching refs:chMapPos
340 int chMapPos, maxChannels = 0; in getChannelMode() local
345 chMapPos = LEFT_FRONT_CHANNEL; in getChannelMode()
350 chMapPos = LEFT_OUTSIDE_CHANNEL; in getChannelMode()
354 chMapPos = LEFT_REAR_CHANNEL; in getChannelMode()
358 chMapPos = LOW_FREQUENCY_CHANNEL; in getChannelMode()
368 offsetTable[chMapPos] = chIdx[grpIdx][ch]; in getChannelMode()
369 chMapPos += 1; in getChannelMode()
446 int chMapPos, maxChannels = 0; in getChannelDescription() local
452 chMapPos = LEFT_FRONT_CHANNEL; in getChannelDescription()
458 chMapPos = LEFT_OUTSIDE_CHANNEL; in getChannelDescription()
463 chMapPos = LEFT_REAR_CHANNEL; in getChannelDescription()
468 chMapPos = LOW_FREQUENCY_CHANNEL; in getChannelDescription()
476 offsetTable[chMapPos] = pChannelMap[ch]; in getChannelDescription()
479 chMapPos += 1; in getChannelDescription()