Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c101 bwest_str->rec_max_delay = 10.0f; in WebRtcIsac_InitBandwidthEstimator()
468 bwest_str->rec_max_delay = 3.0f * bwest_str->rec_jitter; in WebRtcIsac_UpdateBandwidthEstimator()
742 int32_t rec_max_delay; in WebRtcIsac_GetDownlinkMaxDelay() local
746 rec_max_delay = (int32_t)(bwest_str->rec_max_delay); in WebRtcIsac_GetDownlinkMaxDelay()
749 if (rec_max_delay < MIN_ISAC_MD) in WebRtcIsac_GetDownlinkMaxDelay()
751 rec_max_delay = MIN_ISAC_MD; in WebRtcIsac_GetDownlinkMaxDelay()
753 else if (rec_max_delay > MAX_ISAC_MD) in WebRtcIsac_GetDownlinkMaxDelay()
755 rec_max_delay = MAX_ISAC_MD; in WebRtcIsac_GetDownlinkMaxDelay()
757 return rec_max_delay; in WebRtcIsac_GetDownlinkMaxDelay()
Dstructs.h187 float rec_max_delay; member