Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp462 self->channelOutputMapping = channelMappingTablePassthrough; in aacDecoder_SetParam()
465 self->channelOutputMapping = channelMappingTableWAV; in aacDecoder_SetParam()
578 aacDec->channelOutputMapping = channelMappingTableWAV; in aacDecoder_Open()
835 self->channelOutputMapping[self->aacChannels-1], in aacDecoder_DecodeFrame()
879 self->channelOutputMapping in aacDecoder_DecodeFrame()
Daacdecoder.h188 …const UCHAR (*channelOutputMapping)[8]; /*!< Table for MPEG canonical order to output c… member
Daacdecoder.cpp1624 offset = self->channelOutputMapping[aacChannels-1][c]; in CAacDecoder_DecodeFrame()
1627 offset = self->channelOutputMapping[aacChannels-1][c] * self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()
1718 self->channelType[self->channelOutputMapping[aacChannels-1][c]] = types[c]; in CAacDecoder_DecodeFrame()
1719 self->channelIndices[self->channelOutputMapping[aacChannels-1][c]] = idx[c]; in CAacDecoder_DecodeFrame()