Lines Matching refs:concealParams
366 CConcealParams *concealParams, in CConcealment_SetParams() argument
381 if (concealParams == NULL) { in CConcealment_SetParams()
385 concealParams->method = (CConcealmentMethod)method; in CConcealment_SetParams()
399 if (concealParams == NULL) { in CConcealment_SetParams()
403 concealParams->numFadeOutFrames = fadeOutSlope; in CConcealment_SetParams()
415 if (concealParams == NULL) { in CConcealment_SetParams()
419 concealParams->numFadeInFrames = fadeInSlope; in CConcealment_SetParams()
431 if (concealParams == NULL) { in CConcealment_SetParams()
435 concealParams->numMuteReleaseFrames = muteRelease; in CConcealment_SetParams()
448 if (concealParams == NULL) { in CConcealment_SetParams()
451 concealParams->comfortNoiseLevel = comfNoiseLevel; in CConcealment_SetParams()
470 CConcealParams *concealParams, in CConcealment_SetAttenuation() argument
490 if (concealParams == NULL) { in CConcealment_SetAttenuation()
497 concealParams->fadeOutFactor[i] = in CConcealment_SetAttenuation()
518 if (concealParams == NULL) { in CConcealment_SetAttenuation()
525 concealParams->fadeInFactor[i] = in CConcealment_SetAttenuation()