Home
last modified time | relevance | path

Searched refs:chMapPos (Results 1 – 1 of 1) sorted by relevance

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp799 int chMapPos = 0, maxChannels = 0; in getChannelDescription() local
807 chMapPos = LEFT_FRONT_CHANNEL; in getChannelDescription()
817 chMapPos = LEFT_SIDE_CHANNEL_TOP; in getChannelDescription()
820 chMapPos = LEFT_MULTIPRPS_CHANNEL; in getChannelDescription()
827 chMapPos = LEFT_REAR_CHANNEL_TOP; in getChannelDescription()
830 chMapPos = LEFT_REAR_CHANNEL; in getChannelDescription()
837 chMapPos = LOW_FREQUENCY_CHANNEL; in getChannelDescription()
848 if ((chIdx == maxChannels) || (offsetTable[chMapPos] < 255)) { in getChannelDescription()
852 chMapPos = LEFT_MULTIPRPS_CHANNEL; in getChannelDescription()
857 offsetTable[chMapPos] = (UCHAR)mappedIdx; in getChannelDescription()
[all …]