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()
1203 self->usacStereoConfigIndex[element_index]) in aacDecoder_ParseExplicitMpsAndSbr()
1585 SCHAR usacStereoConfigIndex = -1; in CAacDecoder_Init() local
1792 if (self->usacStereoConfigIndex[el] != in CAacDecoder_Init()
1800 self->usacStereoConfigIndex[el] = in CAacDecoder_Init()
1803 mpsEnableCurr |= self->usacStereoConfigIndex[el] ? 1 : 0; in CAacDecoder_Init()
1829 ((self->usacStereoConfigIndex[el] == 0))) { in CAacDecoder_Init()
2086 if (usacStereoConfigIndex < 0) { in CAacDecoder_Init()
2087 usacStereoConfigIndex = self->usacStereoConfigIndex[el]; in CAacDecoder_Init()
[all …]
Daacdecoder.h263 UCHAR usacStereoConfigIndex[(3 * ((8) * 2) + (((8) * 2)) / 2 + 4 * (1) + 1)]; member