Searched refs:fadeOutSlope (Results 1 – 2 of 2) sorted by relevance
123 int fadeOutSlope, int fadeInSlope, int muteRelease,
372 int fadeOutSlope, int fadeInSlope, int muteRelease, in CConcealment_SetParams() argument395 if (fadeOutSlope != AACDEC_CONCEAL_PARAM_NOT_SPECIFIED) { in CConcealment_SetParams()396 if ((fadeOutSlope < CONCEAL_MAX_NUM_FADE_FACTORS) && (fadeOutSlope >= 0)) { in CConcealment_SetParams()401 concealParams->numFadeOutFrames = fadeOutSlope; in CConcealment_SetParams()