Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp762 int mappedIdx = FDK_chMapDescr_getMapValue(mapDescr, (UCHAR)ch, chCfg); in getChannelDescription() local
763 offsetTable[CENTER_FRONT_CHANNEL] = (UCHAR)mappedIdx; in getChannelDescription()
764 channelType[mappedIdx] = ACT_FRONT; in getChannelDescription()
765 channelIndices[mappedIdx] = 0; in getChannelDescription()
819 int mappedIdx = FDK_chMapDescr_getMapValue(mapDescr, (UCHAR)ch, chCfg); in getChannelDescription() local
829 offsetTable[chMapPos] = (UCHAR)mappedIdx; in getChannelDescription()
830 channelType[mappedIdx] = type; in getChannelDescription()
831 channelIndices[mappedIdx] = (UCHAR)chIdx; in getChannelDescription()