Home
last modified time | relevance | path

Searched refs:applyExtGain (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_drc_types.h215 UCHAR applyExtGain; /* Flag is 1 if extGain has to be applied, otherwise 0. */ member
Daacdec_drc.cpp161 self->applyExtGain = 0; in aacDecoder_drcDisable()
173 self->applyExtGain = 0; in aacDecoder_drcReset()
Daacdecoder_lib.cpp1943 self->hDrcInfo->applyExtGain |= 1; in aacDecoder_DecodeFrame()
1977 if (self->hDrcInfo->enable && self->hDrcInfo->applyExtGain) { in aacDecoder_DecodeFrame()
2001 if (self->hDrcInfo->enable && self->hDrcInfo->applyExtGain) { in aacDecoder_DecodeFrame()