Home
last modified time | relevance | path

Searched refs:aacChannels (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder.cpp800 self->aacChannels = 0; in CAacDecoder_Close()
1057 if (ascChannels > self->aacChannels) in CAacDecoder_Init()
1060 self->aacChannels = ascChannels; in CAacDecoder_Init()
1077 for (ch = 0; ch < self->aacChannels; ch++) { in CAacDecoder_Init()
1128 …INT aacChannels=0; /* Channel counter for channels found in the bitstream */ in CAacDecoder_DecodeFrame() local
1193 for (ch = 0; ch < self->aacChannels; ch++) { in CAacDecoder_DecodeFrame()
1246 …if ( (el_cnt[type] >= (self->ascChannels>>(el_channels-1))) || (aacChannels > (self->ascChannels-e… in CAacDecoder_DecodeFrame()
1255 CPns_ResetData(&self->pAacDecoderChannelInfo[aacChannels+ch]->data.aac.PnsData, in CAacDecoder_DecodeFrame()
1256 … &self->pAacDecoderChannelInfo[aacChannels+ch]->pComData->pnsInterChannelData); in CAacDecoder_DecodeFrame()
1262 &self->pAacDecoderChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
[all …]
Daacdecoder.h164 …INT aacChannels; /*!< Amount of AAC decoder channels allocated. … member