Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp268 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()
[all …]
Daacdecoder.h190 INT aacChannels; /*!< Amount of AAC decoder channels allocated. */ member