Lines Matching refs:el_channels
287 int el_channels = 0; in CAacDecoder_GetELChannels() local
292 el_channels = 1; in CAacDecoder_GetELChannels()
294 el_channels = 2; in CAacDecoder_GetELChannels()
298 el_channels = 2; in CAacDecoder_GetELChannels()
304 el_channels = 1; in CAacDecoder_GetELChannels()
307 el_channels = 0; in CAacDecoder_GetELChannels()
311 return el_channels; in CAacDecoder_GetELChannels()
2187 int el_channels = 0; in CAacDecoder_Init() local
2205 el_channels = CAacDecoder_GetELChannels( in CAacDecoder_Init()
2240 if (el_channels == 2) { in CAacDecoder_Init()
2259 ch += el_channels; in CAacDecoder_Init()
2261 chIdx += el_channels; in CAacDecoder_Init()
2653 int el_channels; in CAacDecoder_DecodeFrame() local
2715 el_channels = CAacDecoder_GetELChannels( in CAacDecoder_DecodeFrame()
2727 if ((el_cnt[type] >= (totalAscChannels >> (el_channels - 1))) || in CAacDecoder_DecodeFrame()
2728 (aacChannels > (totalAscChannels - el_channels))) { in CAacDecoder_DecodeFrame()
2737 for (ch = 0; ch < el_channels; ch += 1) { in CAacDecoder_DecodeFrame()
2751 self->streamInfo.aacSamplesPerFrame, el_channels, in CAacDecoder_DecodeFrame()
2768 aacChannels += el_channels; in CAacDecoder_DecodeFrame()
3129 int el_channels; in CAacDecoder_DecodeFrame() local
3153 el_channels = CAacDecoder_GetELChannels( in CAacDecoder_DecodeFrame()
3167 self->elFlags[element_count], el_channels); in CAacDecoder_DecodeFrame()
3169 aacChannels += el_channels; in CAacDecoder_DecodeFrame()
3350 int el_channels; in CAacDecoder_DecodeFrame() local
3353 el_channels = 0; in CAacDecoder_DecodeFrame()
3371 el_channels += nElementChannels; in CAacDecoder_DecodeFrame()
3381 for (; cIdx < el_channels; c++, cIdx++, elCh++) { in CAacDecoder_DecodeFrame()