Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp186 || ( (self->ascChannels == 1) in CAacDecoder_SyncQmfMode()
788 INT ascChannels, ch, ascChanged = 0; in CAacDecoder_Init() local
818 ascChannels = asc->m_progrConfigElement.NumChannels; in CAacDecoder_Init()
819 if (ascChannels > 0) { in CAacDecoder_Init()
835 ascChannels = (6); in CAacDecoder_Init()
845 ascChannels = asc->m_channelConfiguration; in CAacDecoder_Init()
848 ascChannels = 8; in CAacDecoder_Init()
861 for (ch=0; ch<ascChannels; ch++) { in CAacDecoder_Init()
871 if (ascChannels > (6)) { in CAacDecoder_Init()
948 if (self->ascChannels != ascChannels) in CAacDecoder_Init()
[all …]
Daacdecoder.h164 …INT ascChannels; /*!< Amount of AAC decoder channels signalled i… member