Home
last modified time | relevance | path

Searched refs:OnRateUpdate (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.h42 void OnRateUpdate(absl::optional<DataRate> acknowledged,
Dsend_side_bandwidth_estimation.cc130 void LinkCapacityTracker::OnRateUpdate(absl::optional<DataRate> acknowledged, in OnRateUpdate() function in webrtc::LinkCapacityTracker
625 link_capacity_.OnRateUpdate(acknowledged_rate_, current_target_, at_time); in UpdateTargetBitrate()