Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp1389 self->ascChannels[0] = 0; in CAacDecoder_DeInit()
1583 INT ascChannels, ascChanged = 0; in CAacDecoder_Init() local
1663 ascChannels = asc->m_sc.m_usacConfig.m_nUsacChannels; in CAacDecoder_Init()
1668 ascChannels = asc->m_progrConfigElement.NumChannels; in CAacDecoder_Init()
1669 if (ascChannels > 0) { in CAacDecoder_Init()
1699 ascChannels = asc->m_channelConfiguration; in CAacDecoder_Init()
1702 ascChannels = 7; in CAacDecoder_Init()
1707 ascChannels = 8; in CAacDecoder_Init()
1714 flushChannels = fMin(ascChannels, (8)); in CAacDecoder_Init()
1726 ascChannels--; /* stereoConfigIndex == 1 stereo cases do actually in CAacDecoder_Init()
[all …]
Daacdecoder.h191 INT ascChannels[(1 * member