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

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

Completed in 90 milliseconds