Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal.h117 int muteRelease,
Dconceal.cpp370 int muteRelease, in CConcealment_SetParams() argument
427 if (muteRelease != AACDEC_CONCEAL_PARAM_NOT_SPECIFIED) { in CConcealment_SetParams()
428 if ( (muteRelease < (CONCEAL_MAX_NUM_FADE_FACTORS<<1)) in CConcealment_SetParams()
429 && (muteRelease >= 0) ) in CConcealment_SetParams()
435 concealParams->numMuteReleaseFrames = muteRelease; in CConcealment_SetParams()