Lines Matching refs:usacStereoConfigIndex
286 UCHAR usacStereoConfigIndex) { in CAacDecoder_GetELChannels() argument
291 if (usacStereoConfigIndex == 1) { in CAacDecoder_GetELChannels()
1203 self->usacStereoConfigIndex[element_index]) in aacDecoder_ParseExplicitMpsAndSbr()
1585 SCHAR usacStereoConfigIndex = -1; in CAacDecoder_Init() local
1792 if (self->usacStereoConfigIndex[el] != in CAacDecoder_Init()
1800 self->usacStereoConfigIndex[el] = in CAacDecoder_Init()
1803 mpsEnableCurr |= self->usacStereoConfigIndex[el] ? 1 : 0; in CAacDecoder_Init()
1829 ((self->usacStereoConfigIndex[el] == 0))) { in CAacDecoder_Init()
2086 if (usacStereoConfigIndex < 0) { in CAacDecoder_Init()
2087 usacStereoConfigIndex = self->usacStereoConfigIndex[el]; in CAacDecoder_Init()
2089 if ((usacStereoConfigIndex != self->usacStereoConfigIndex[el]) || in CAacDecoder_Init()
2090 (self->usacStereoConfigIndex[el] > 0)) { in CAacDecoder_Init()
2097 if (usacStereoConfigIndex < 0) { in CAacDecoder_Init()
2101 if (usacStereoConfigIndex == 3) { in CAacDecoder_Init()
2125 (usacStereoConfigIndex == 1) ? 2 : ascChannels; in CAacDecoder_Init()
2138 (usacStereoConfigIndex == 3) ? 1 : 0; in CAacDecoder_Init()
2140 (usacStereoConfigIndex == 3) ? 1 : 0; in CAacDecoder_Init()
2206 self->elements[el], self->usacStereoConfigIndex[el]); in CAacDecoder_Init()
2330 !(self->usacStereoConfigIndex[el2] == 1)) { in CAacDecoder_Init()
2716 type, self->usacStereoConfigIndex[element_count]); in CAacDecoder_DecodeFrame()
3154 type, self->usacStereoConfigIndex[element_count]); in CAacDecoder_DecodeFrame()
3369 CAacDecoder_GetELChannels(type, self->usacStereoConfigIndex[el]); in CAacDecoder_DecodeFrame()