Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp542 self->channelOutputMapping = channelMappingTablePassthrough; in aacDecoder_SetParam()
547 self->channelOutputMapping = channelMappingTableWAV; in aacDecoder_SetParam()
664 aacDec->channelOutputMapping = channelMappingTableWAV; in aacDecoder_Open()
955 self->channelOutputMapping[chOutMapIdx], in aacDecoder_DecodeFrame()
1006 self->channelOutputMapping, in aacDecoder_DecodeFrame()
Daacdecoder.h189 …const UCHAR (*channelOutputMapping)[8]; /*!< Table for MPEG canonical order to output c… member
Daacdecoder.cpp1711 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()