Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp1311 self->ascChannels[0] = 0; in CAacDecoder_DeInit()
1480 INT ascChannels, ascChanged = 0; in CAacDecoder_Init() local
1549 ascChannels = asc->m_sc.m_usacConfig.m_nUsacChannels; in CAacDecoder_Init()
1554 ascChannels = asc->m_progrConfigElement.NumChannels; in CAacDecoder_Init()
1555 if (ascChannels > 0) { in CAacDecoder_Init()
1585 ascChannels = asc->m_channelConfiguration; in CAacDecoder_Init()
1588 ascChannels = 7; in CAacDecoder_Init()
1593 ascChannels = 8; in CAacDecoder_Init()
1600 flushChannels = fMin(ascChannels, (8)); in CAacDecoder_Init()
1612 ascChannels--; /* stereoConfigIndex == 1 stereo cases do actually in CAacDecoder_Init()
[all …]
Daacdecoder.h185 INT ascChannels[(1 * member