Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp286 UCHAR usacStereoConfigIndex) { in CAacDecoder_GetELChannels() argument
291 if (usacStereoConfigIndex == 1) { in CAacDecoder_GetELChannels()
1129 self->usacStereoConfigIndex[element_index]) in aacDecoder_ParseExplicitMpsAndSbr()
1490 SCHAR usacStereoConfigIndex = -1; in CAacDecoder_Init() local
1688 if (self->usacStereoConfigIndex[el] != in CAacDecoder_Init()
1696 self->usacStereoConfigIndex[el] = in CAacDecoder_Init()
1699 self->mpsEnableCurr |= self->usacStereoConfigIndex[el] ? 1 : 0; in CAacDecoder_Init()
1726 ((self->usacStereoConfigIndex[el] == 0))) { in CAacDecoder_Init()
1975 if (usacStereoConfigIndex < 0) { in CAacDecoder_Init()
1976 usacStereoConfigIndex = self->usacStereoConfigIndex[el]; in CAacDecoder_Init()
[all …]
Daacdecoder.h257 UCHAR usacStereoConfigIndex[(3 * ((8) * 2) + (((8) * 2)) / 2 + 4 * (1) + 1)]; member