Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp536 self->channelOutputMapping = channelMappingTablePassthrough; in aacDecoder_SetParam()
541 self->channelOutputMapping = channelMappingTableWAV; in aacDecoder_SetParam()
658 aacDec->channelOutputMapping = channelMappingTableWAV; in aacDecoder_Open()
950 self->channelOutputMapping[chOutMapIdx], in aacDecoder_DecodeFrame()
1001 self->channelOutputMapping, in aacDecoder_DecodeFrame()
Daacdecoder.h189 …const UCHAR (*channelOutputMapping)[8]; /*!< Table for MPEG canonical order to output c… member
Daacdecoder.cpp1699 offset = self->channelOutputMapping[chOutMapIdx][c]; in CAacDecoder_DecodeFrame()
1702 offset = self->channelOutputMapping[chOutMapIdx][c] * self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()
1812 self->channelType[self->channelOutputMapping[chOutMapIdx][c]] = types[c]; in CAacDecoder_DecodeFrame()
1813 self->channelIndices[self->channelOutputMapping[chOutMapIdx][c]] = idx[c]; in CAacDecoder_DecodeFrame()