Home
last modified time | relevance | path

Searched refs:UpdateBandwidthEstimate (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.h41 uint32_t UpdateBandwidthEstimate(int64_t now_ms);
Daimd_rate_control.cc89 uint32_t AimdRateControl::UpdateBandwidthEstimate(int64_t now_ms) { in UpdateBandwidthEstimate() function in webrtc::AimdRateControl
Dremote_bitrate_estimator_single_stream.cc178 unsigned int target_bitrate = remote_rate_->UpdateBandwidthEstimate(now_ms); in UpdateEstimate()
Dremote_bitrate_estimator_abs_send_time.cc374 unsigned int target_bitrate = remote_rate_.UpdateBandwidthEstimate(now_ms); in UpdateEstimate()