Lines Matching refs:el2
2197 int el2 = elementOffset + _el2; in CAacDecoder_Init() local
2200 if ((self->elements[el2] == ID_USAC_CPE) && in CAacDecoder_Init()
2201 !(self->usacStereoConfigIndex[el2] == 1)) { in CAacDecoder_Init()
2203 } else if (IS_CHANNEL_ELEMENT(self->elements[el2])) { in CAacDecoder_Init()
2207 if (self->elFlags[el2] & AC_EL_USAC_CP_POSSIBLE) { in CAacDecoder_Init()
2209 if (self->cpeStaticData[el2] == NULL) { in CAacDecoder_Init()
2210 self->cpeStaticData[el2] = GetCpePersistentData(); in CAacDecoder_Init()
2211 if (self->cpeStaticData[el2] == NULL) { in CAacDecoder_Init()
2221 self->cpeStaticData[el2]; in CAacDecoder_Init()
2256 if (self->elements[el2] == ID_USAC_CPE) { in CAacDecoder_Init()
2257 if (asc->m_sc.m_usacConfig.element[el2].m_stereoConfigIndex != in CAacDecoder_Init()