Lines Matching refs:aacChannels
268 for (i = 0; i < fMin(self->aacChannels, (8)); i++) { in CAacDecoder_SignalInterruption()
1382 int aacChannelOffset = 0, aacChannels = (8); in CAacDecoder_DeInit() local
1393 for (ch = aacChannelOffset; ch < aacChannelOffset + aacChannels; ch++) { in CAacDecoder_DeInit()
1465 self->aacChannels = 0; in CAacDecoder_DeInit()
2396 if (ascChannels != self->aacChannels) { in CAacDecoder_Init()
2398 self->aacChannels = aacChannelsOffset + ch; in CAacDecoder_Init()
2487 self->aacChannels) != 0) in CAacDecoder_Init()
2527 INT aacChannels = 0; /* Channel counter for channels found in the bitstream */ in CAacDecoder_DecodeFrame() local
2538 if (self->aacChannels <= 0) { in CAacDecoder_DecodeFrame()
2616 for (ch = 0; ch < self->aacChannels; ch++) { in CAacDecoder_DecodeFrame()
2676 int ch = aacChannels; in CAacDecoder_DecodeFrame()
2677 for (int chIdx = aacChannels; chIdx < self->ascChannels[streamIndex]; in CAacDecoder_DecodeFrame()
2681 if (ch >= self->aacChannels) { in CAacDecoder_DecodeFrame()
2728 (aacChannels > (totalAscChannels - el_channels))) { in CAacDecoder_DecodeFrame()
2738 CPns_ResetData(&self->pAacDecoderChannelInfo[aacChannels + ch] in CAacDecoder_DecodeFrame()
2740 &self->pAacDecoderChannelInfo[aacChannels + ch] in CAacDecoder_DecodeFrame()
2747 bs, &self->pAacDecoderChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
2748 &self->pAacDecoderStaticChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
2763 self->pAacDecoderChannelInfo[aacChannels]->ElementInstanceTag, in CAacDecoder_DecodeFrame()
2764 aacChannels, self->chMapping, self->channelType, in CAacDecoder_DecodeFrame()
2768 aacChannels += el_channels; in CAacDecoder_DecodeFrame()
3054 &self->pce, self->pAacDecoderChannelInfo, aacChannels, in CAacDecoder_DecodeFrame()
3123 aacChannels = 0; in CAacDecoder_DecodeFrame()
3157 if (self->pAacDecoderStaticChannelInfo[aacChannels] in CAacDecoder_DecodeFrame()
3159 self->pAacDecoderStaticChannelInfo[aacChannels] in CAacDecoder_DecodeFrame()
3164 &self->pAacDecoderChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
3165 &self->pAacDecoderStaticChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
3169 aacChannels += el_channels; in CAacDecoder_DecodeFrame()
3182 if ((aacChannels == 0 || aacChannels > self->aacChannels) && in CAacDecoder_DecodeFrame()
3189 aacChannels = 0; in CAacDecoder_DecodeFrame()
3205 aacChannels = self->aacChannelsPrev; in CAacDecoder_DecodeFrame()
3216 self->aacChannelsPrev = aacChannels; /* store */ in CAacDecoder_DecodeFrame()
3223 if (self->aacChannels > 0) { in CAacDecoder_DecodeFrame()
3227 aacChannels = self->aacChannels; in CAacDecoder_DecodeFrame()
3228 self->aacChannelsPrev = aacChannels; /* store */ in CAacDecoder_DecodeFrame()
3230 aacChannels = self->aacChannelsPrev; /* restore */ in CAacDecoder_DecodeFrame()
3242 self->streamInfo.aacNumChannels = aacChannels; in CAacDecoder_DecodeFrame()
3245 if (aacChannels == 0) { in CAacDecoder_DecodeFrame()
3278 self->chMapIndex = (aacChannels < 7) ? aacChannels : 0; in CAacDecoder_DecodeFrame()
3302 for (c = 0; c < aacChannels; c += 1) { in CAacDecoder_DecodeFrame()
3323 pce->ElementInstanceTag, drcChMap, aacChannels); in CAacDecoder_DecodeFrame()
3339 for (c = 0; c < aacChannels; c++) { in CAacDecoder_DecodeFrame()
3341 for (d = 0; d < aacChannels - 1; d++) { in CAacDecoder_DecodeFrame()
3383 if (c >= aacChannels) { in CAacDecoder_DecodeFrame()
3477 if (timeDataSize < timeDataChannelOffset * self->aacChannels) { in CAacDecoder_DecodeFrame()
3531 if (c + 1 < (8) && c < aacChannels - 1) { in CAacDecoder_DecodeFrame()
3549 if ((aacChannels == 2) && bsPseudoLr) { in CAacDecoder_DecodeFrame()
3571 pce->ElementInstanceTag, drcChMap, aacChannels); in CAacDecoder_DecodeFrame()
3608 for (c = 0; c < aacChannels; c++) { in CAacDecoder_DecodeFrame()