Home
last modified time | relevance | path

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

/external/webrtc/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()
783 bwinfo->send_bw_avg = WebRtcIsac_GetUplinkBandwidth(bwest_str); in WebRtcIsacBw_GetBandwidthInfo()
Dstructs.h194 float send_bw_avg; member
Disac.c1544 instISAC->bwestimator_obj.send_bw_avg = (float)bottleneck_bits_per_second; in WebRtcIsac_SetInitialBweBottleneck()
1610 instISAC->bwestimator_obj.send_bw_avg = (float)bottleneckBPS; in WebRtcIsac_ControlBwe()
1873 *bottleneck = (int32_t)instISAC->bwestimator_obj.send_bw_avg; in WebRtcIsac_GetUplinkBw()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Dbandwidth_info.h18 int32_t send_bw_avg; member
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c813 ? bweStr->external_bw_info.send_bw_avg in WebRtcIsacfix_GetUplinkBandwidth()
827 bwinfo->send_bw_avg = WebRtcIsacfix_GetUplinkBandwidth(bweStr); in WebRtcIsacfixBw_GetBandwidthInfo()