Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp827 INT ascChannels, ch, ascChanged = 0; in CAacDecoder_Init() local
863 ascChannels = asc->m_progrConfigElement.NumChannels; in CAacDecoder_Init()
864 if (ascChannels > 0) { in CAacDecoder_Init()
881 ascChannels = (8); in CAacDecoder_Init()
891 ascChannels = asc->m_channelConfiguration; in CAacDecoder_Init()
894 ascChannels = 7; in CAacDecoder_Init()
897 ascChannels = 8; in CAacDecoder_Init()
903 if (ascChannels > (8)) { in CAacDecoder_Init()
914 for (ch=0; ch<ascChannels; ch++) { in CAacDecoder_Init()
1019 if (self->ascChannels != ascChannels) in CAacDecoder_Init()
[all …]
Daacdecoder.h165 …INT ascChannels; /*!< Amount of AAC decoder channels signalled i… member