Home
last modified time | relevance | path

Searched refs:send_bw_avg (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c55 bwest_str->send_bw_avg = INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator()
60 bwest_str->send_bw_avg = INIT_BN_EST_SWB; in WebRtcIsac_InitBandwidthEstimator()
542 bwest_str->send_bw_avg = 0.9f * bwest_str->send_bw_avg + in WebRtcIsac_UpdateUplinkBwImpl()
548 bwest_str->send_bw_avg = 0.9f * bwest_str->send_bw_avg + in WebRtcIsac_UpdateUplinkBwImpl()
552 if (bwest_str->send_bw_avg > (float) 28000 && !bwest_str->hsn_detect_snd) in WebRtcIsac_UpdateUplinkBwImpl()
768 ? bwest_str->external_bw_info.send_bw_avg in WebRtcIsac_GetUplinkBandwidth()
769 : clamp(bwest_str->send_bw_avg, MIN_ISAC_BW, MAX_ISAC_BW); in WebRtcIsac_GetUplinkBandwidth()
Dstructs.h181 float send_bw_avg; member
Disac.c1503 instISAC->bwestimator_obj.send_bw_avg = (float)bottleneck_bits_per_second; in WebRtcIsac_SetInitialBweBottleneck()
1569 instISAC->bwestimator_obj.send_bw_avg = (float)bottleneckBPS; in WebRtcIsac_ControlBwe()
1832 *bottleneck = (int32_t)instISAC->bwestimator_obj.send_bw_avg; in WebRtcIsac_GetUplinkBw()
/external/webrtc/modules/audio_coding/codecs/isac/
Dbandwidth_info.h18 int32_t send_bw_avg; member
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c812 ? bweStr->external_bw_info.send_bw_avg in WebRtcIsacfix_GetUplinkBandwidth()