• Home
  • Raw
  • Download

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()
2057 int el_channels = 0; in CAacDecoder_Init() local
2075 el_channels = CAacDecoder_GetELChannels( in CAacDecoder_Init()
2110 if (el_channels == 2) { in CAacDecoder_Init()
2129 ch += el_channels; in CAacDecoder_Init()
2131 chIdx += el_channels; in CAacDecoder_Init()
2512 int el_channels; in CAacDecoder_DecodeFrame() local
2574 el_channels = CAacDecoder_GetELChannels( in CAacDecoder_DecodeFrame()
2586 if ((el_cnt[type] >= (totalAscChannels >> (el_channels - 1))) || in CAacDecoder_DecodeFrame()
2587 (aacChannels > (totalAscChannels - el_channels))) { in CAacDecoder_DecodeFrame()
2596 for (ch = 0; ch < el_channels; ch += 1) { in CAacDecoder_DecodeFrame()
2610 self->streamInfo.aacSamplesPerFrame, el_channels, in CAacDecoder_DecodeFrame()
2627 aacChannels += el_channels; in CAacDecoder_DecodeFrame()
2970 int el_channels; in CAacDecoder_DecodeFrame() local
2994 el_channels = CAacDecoder_GetELChannels( in CAacDecoder_DecodeFrame()
3008 self->elFlags[element_count], el_channels); in CAacDecoder_DecodeFrame()
3010 aacChannels += el_channels; in CAacDecoder_DecodeFrame()
3189 int el_channels; in CAacDecoder_DecodeFrame() local
3192 el_channels = 0; in CAacDecoder_DecodeFrame()
3210 el_channels += nElementChannels; in CAacDecoder_DecodeFrame()
3220 for (; cIdx < el_channels; c++, cIdx++, elCh++) { in CAacDecoder_DecodeFrame()