Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal.h115 int fadeOutSlope,
Dconceal.cpp368 int fadeOutSlope, in CConcealment_SetParams() argument
395 if (fadeOutSlope != AACDEC_CONCEAL_PARAM_NOT_SPECIFIED) { in CConcealment_SetParams()
396 if ( (fadeOutSlope < CONCEAL_MAX_NUM_FADE_FACTORS) in CConcealment_SetParams()
397 && (fadeOutSlope >= 0) ) in CConcealment_SetParams()
403 concealParams->numFadeOutFrames = fadeOutSlope; in CConcealment_SetParams()