Lines Matching refs:elCh
2198 int elCh = 0, ch2; in CAacDecoder_Init() local
2202 elCh = 2; in CAacDecoder_Init()
2204 elCh = 1; in CAacDecoder_Init()
2217 for (ch2 = 0; ch2 < elCh; ch2++) { in CAacDecoder_Init()
2240 if (complexStereoPredPossible && (elCh == 2)) { in CAacDecoder_Init()
2253 if (elCh > 0) { in CAacDecoder_Init()
2254 self->pAacDecoderStaticChannelInfo[ch - elCh]->nfRandomSeed = in CAacDecoder_Init()
2259 self->pAacDecoderStaticChannelInfo[ch - elCh + 1] in CAacDecoder_Init()
3218 int elCh = 0; in CAacDecoder_DecodeFrame() local
3220 for (; cIdx < el_channels; c++, cIdx++, elCh++) { in CAacDecoder_DecodeFrame()
3333 self->elFlags[el], elCh); in CAacDecoder_DecodeFrame()