Searched refs:chMapIndex (Results 1 – 3 of 3) sorted by relevance
869 …CProgramConfig_GetElementTable(&asc->m_progrConfigElement, self->elements, (8), &self->chMapIndex); in CAacDecoder_Init()877 self->chMapIndex = 0; in CAacDecoder_Init()920 self->chMapIndex = asc->m_channelConfiguration; in CAacDecoder_Init()1451 int elIdx = CProgramConfig_GetElementTable(pce, self->elements, (8), &self->chMapIndex); in CAacDecoder_DecodeFrame()1676 chOutMapIdx = ((self->chMapIndex==0) && (aacChannels<7)) ? aacChannels : self->chMapIndex; in CAacDecoder_DecodeFrame()
190 …UCHAR chMapIndex; /*!< Index to access one line of the channelOut… member
928 …int chOutMapIdx = ((self->chMapIndex==0) && (numCoreChannel<7)) ? numCoreChannel : self->chMapInde… in aacDecoder_DecodeFrame()