Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp840 INT ascChannels, ch, ascChanged = 0; in CAacDecoder_Init() local
870 ascChannels = asc->m_progrConfigElement.NumChannels; in CAacDecoder_Init()
871 if (ascChannels > 0) { in CAacDecoder_Init()
888 ascChannels = (8); in CAacDecoder_Init()
898 ascChannels = asc->m_channelConfiguration; in CAacDecoder_Init()
901 ascChannels = 7; in CAacDecoder_Init()
904 ascChannels = 8; in CAacDecoder_Init()
910 if (ascChannels > (8)) { in CAacDecoder_Init()
921 for (ch=0; ch<ascChannels; ch++) { in CAacDecoder_Init()
1017 if (self->ascChannels != ascChannels) in CAacDecoder_Init()
[all …]
Daacdecoder.h165 …INT ascChannels; /*!< Amount of AAC decoder channels signalled i… member