Lines Matching refs:ascChannels
1389 self->ascChannels[0] = 0; in CAacDecoder_DeInit()
1583 INT ascChannels, ascChanged = 0; in CAacDecoder_Init() local
1663 ascChannels = asc->m_sc.m_usacConfig.m_nUsacChannels; in CAacDecoder_Init()
1668 ascChannels = asc->m_progrConfigElement.NumChannels; in CAacDecoder_Init()
1669 if (ascChannels > 0) { in CAacDecoder_Init()
1699 ascChannels = asc->m_channelConfiguration; in CAacDecoder_Init()
1702 ascChannels = 7; in CAacDecoder_Init()
1707 ascChannels = 8; in CAacDecoder_Init()
1714 flushChannels = fMin(ascChannels, (8)); in CAacDecoder_Init()
1726 ascChannels--; /* stereoConfigIndex == 1 stereo cases do actually in CAacDecoder_Init()
1750 if ((ascChannels <= 0) || (ascChannels > (8)) || in CAacDecoder_Init()
1858 for (ch = 0; ch < ascChannels; ch++) { in CAacDecoder_Init()
2061 if (self->ascChannels[streamIndex] != ascChannels) { in CAacDecoder_Init()
2123 self->qmfDomain.globalConf.nInputChannels_requested = ascChannels; in CAacDecoder_Init()
2125 (usacStereoConfigIndex == 1) ? 2 : ascChannels; in CAacDecoder_Init()
2166 for (int _ch = 0; _ch < ascChannels; _ch++) { in CAacDecoder_Init()
2192 if (ch >= ascChannels) { in CAacDecoder_Init()
2277 for (int _ch = 0; _ch < ascChannels; _ch++) { in CAacDecoder_Init()
2396 if (ascChannels != self->aacChannels) { in CAacDecoder_Init()
2411 self->ascChannels[streamIndex] = ascChannels; in CAacDecoder_Init()
2432 for (int _ch = 0; _ch < self->ascChannels[streamIndex]; _ch++) { in CAacDecoder_Init()
2677 for (int chIdx = aacChannels; chIdx < self->ascChannels[streamIndex]; in CAacDecoder_DecodeFrame()
2725 totalAscChannels += self->ascChannels[i]; in CAacDecoder_DecodeFrame()
2818 if (el_cnt[type] > self->ascChannels[streamIndex]) { in CAacDecoder_DecodeFrame()
2913 self->ascChannels[streamIndex] = pce->NumChannels; in CAacDecoder_DecodeFrame()