Searched refs:mappedIdx (Results 1 - 1 of 1) sorted by relevance

/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp736 int mappedIdx = pChannelMap[ch]; local
737 offsetTable[CENTER_FRONT_CHANNEL] = mappedIdx;
738 channelType[mappedIdx] = ACT_FRONT;
739 channelIndices[mappedIdx] = 0;
778 int mappedIdx = pChannelMap[ch]; local
784 offsetTable[chMapPos] = mappedIdx;
785 channelType[mappedIdx] = type;
786 channelIndices[mappedIdx] = chIdx;

Completed in 141 milliseconds