Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp790 int mappedIdx = FDK_chMapDescr_getMapValue(mapDescr, (UCHAR)ch, chCfg); in getChannelDescription() local
791 offsetTable[CENTER_FRONT_CHANNEL] = (UCHAR)mappedIdx; in getChannelDescription()
792 channelType[mappedIdx] = ACT_FRONT; in getChannelDescription()
793 channelIndices[mappedIdx] = 0; in getChannelDescription()
847 int mappedIdx = FDK_chMapDescr_getMapValue(mapDescr, (UCHAR)ch, chCfg); in getChannelDescription() local
857 offsetTable[chMapPos] = (UCHAR)mappedIdx; in getChannelDescription()
858 channelType[mappedIdx] = type; in getChannelDescription()
859 channelIndices[mappedIdx] = (UCHAR)chIdx; in getChannelDescription()