Home
last modified time | relevance | path

Searched refs:SetEstimate (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.h44 void SetEstimate(int bitrate_bps, int64_t now_ms);
Daimd_rate_control.cc132 void AimdRateControl::SetEstimate(int bitrate_bps, int64_t now_ms) { in SetEstimate() function in webrtc::AimdRateControl
Dremote_bitrate_estimator_abs_send_time.cc211 remote_rate_.SetEstimate(probe_bitrate_bps, now_ms); in ProcessClusters()