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()
1305 int aacChannelOffset = 0, aacChannels = (8); in CAacDecoder_DeInit() local
1315 for (ch = aacChannelOffset; ch < aacChannelOffset + aacChannels; ch++) { in CAacDecoder_DeInit()
1387 self->aacChannels = 0; in CAacDecoder_DeInit()
2267 if (ascChannels != self->aacChannels) { in CAacDecoder_Init()
2269 self->aacChannels = aacChannelsOffset + ch; in CAacDecoder_Init()
2361 self->aacChannels) != 0) in CAacDecoder_Init()
2386 INT aacChannels = 0; /* Channel counter for channels found in the bitstream */ in CAacDecoder_DecodeFrame() local
2397 if (self->aacChannels <= 0) { in CAacDecoder_DecodeFrame()
2475 for (ch = 0; ch < self->aacChannels; ch++) { in CAacDecoder_DecodeFrame()
[all …]
Daacdecoder.h184 INT aacChannels; /*!< Amount of AAC decoder channels allocated. */ member