Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bandwidth_estimation.cc95 acknowledged_rate_max_window("ackrate_max_win", TimeDelta::Millis(800)), in LossBasedControlConfig()
110 &acknowledged_rate_max_window, &increase_offset, in LossBasedControlConfig()
174 ExponentialUpdate(config_.acknowledged_rate_max_window, time_passed) * in UpdateAcknowledgedBitrate()
Dloss_based_bandwidth_estimation.h38 FieldTrialParameter<TimeDelta> acknowledged_rate_max_window; member