Searched refs:chOutMapIdx (Results 1 – 2 of 2) sorted by relevance
1129 int chOutMapIdx; /* Output channel mapping index (see comment below) */ in CAacDecoder_DecodeFrame() local1676 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()
928 …int chOutMapIdx = ((self->chMapIndex==0) && (numCoreChannel<7)) ? numCoreChannel : self->chMapInde… in aacDecoder_DecodeFrame() local962 self->channelOutputMapping[chOutMapIdx], in aacDecoder_DecodeFrame()