Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp1129 int chOutMapIdx; /* Output channel mapping index (see comment below) */ in CAacDecoder_DecodeFrame() local
1676 chOutMapIdx = ((self->chMapIndex==0) && (aacChannels<7)) ? aacChannels : self->chMapIndex; in CAacDecoder_DecodeFrame()
1711 offset = self->channelOutputMapping[chOutMapIdx][c]; in CAacDecoder_DecodeFrame()
1714 offset = self->channelOutputMapping[chOutMapIdx][c] * self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()
1824 self->channelType[self->channelOutputMapping[chOutMapIdx][c]] = types[c]; in CAacDecoder_DecodeFrame()
1825 self->channelIndices[self->channelOutputMapping[chOutMapIdx][c]] = idx[c]; in CAacDecoder_DecodeFrame()
Daacdecoder_lib.cpp928 …int chOutMapIdx = ((self->chMapIndex==0) && (numCoreChannel<7)) ? numCoreChannel : self->chMapInde… in aacDecoder_DecodeFrame() local
962 self->channelOutputMapping[chOutMapIdx], in aacDecoder_DecodeFrame()