Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp876 …CProgramConfig_GetElementTable(&asc->m_progrConfigElement, self->elements, (8), &self->chMapIndex); in CAacDecoder_Init()
884 self->chMapIndex = 0; in CAacDecoder_Init()
927 self->chMapIndex = asc->m_channelConfiguration; in CAacDecoder_Init()
1446 int elIdx = CProgramConfig_GetElementTable(pce, self->elements, (8), &self->chMapIndex); in CAacDecoder_DecodeFrame()
1664 chOutMapIdx = ((self->chMapIndex==0) && (aacChannels<7)) ? aacChannels : self->chMapIndex; in CAacDecoder_DecodeFrame()
Daacdecoder.h190 …UCHAR chMapIndex; /*!< Index to access one line of the channelOut… member
Daacdecoder_lib.cpp916 …int chOutMapIdx = ((self->chMapIndex==0) && (self->streamInfo.numChannels<7)) ? self->streamInfo.n… in aacDecoder_DecodeFrame()