Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c99 bwest_str->rec_max_delay = 10.0f; in WebRtcIsac_InitBandwidthEstimator()
462 bwest_str->rec_max_delay = 3.0f * bwest_str->rec_jitter; in WebRtcIsac_UpdateBandwidthEstimator()
726 WebRtc_Word32 rec_max_delay; in WebRtcIsac_GetDownlinkMaxDelay() local
728 rec_max_delay = (WebRtc_Word32)(bwest_str->rec_max_delay); in WebRtcIsac_GetDownlinkMaxDelay()
731 if (rec_max_delay < MIN_ISAC_MD) in WebRtcIsac_GetDownlinkMaxDelay()
733 rec_max_delay = MIN_ISAC_MD; in WebRtcIsac_GetDownlinkMaxDelay()
735 else if (rec_max_delay > MAX_ISAC_MD) in WebRtcIsac_GetDownlinkMaxDelay()
737 rec_max_delay = MAX_ISAC_MD; in WebRtcIsac_GetDownlinkMaxDelay()
739 return rec_max_delay; in WebRtcIsac_GetDownlinkMaxDelay()
Dstructs.h187 float rec_max_delay; member