Searched refs:rec_max_delay (Results 1 – 2 of 2) sorted by relevance
99 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() local728 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()
187 float rec_max_delay; member