Searched refs:muteRelease (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() argument423 if (muteRelease != AACDEC_CONCEAL_PARAM_NOT_SPECIFIED) { in CConcealment_SetParams()424 if ((muteRelease < (CONCEAL_MAX_NUM_FADE_FACTORS << 1)) && in CConcealment_SetParams()425 (muteRelease >= 0)) { in CConcealment_SetParams()430 concealParams->numMuteReleaseFrames = muteRelease; in CConcealment_SetParams()