Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal.h123 int fadeOutSlope, int fadeInSlope, int muteRelease,
Dconceal.cpp372 int fadeOutSlope, int fadeInSlope, int muteRelease, in CConcealment_SetParams() argument
409 if (fadeInSlope != AACDEC_CONCEAL_PARAM_NOT_SPECIFIED) { in CConcealment_SetParams()
410 if ((fadeInSlope < CONCEAL_MAX_NUM_FADE_FACTORS) && (fadeInSlope >= 0)) { in CConcealment_SetParams()
415 concealParams->numFadeInFrames = fadeInSlope; in CConcealment_SetParams()