Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bandwidth_estimation.cc91 loss_bandwidth_balance_exponent("exponent", 0.5), in LossBasedControlConfig()
101 &loss_bandwidth_balance_exponent, &allow_resets, &decrease_interval, in LossBasedControlConfig()
188 config_.loss_bandwidth_balance_exponent); in Update()
197 config_.loss_bandwidth_balance_exponent); in Update()
217 config_.loss_bandwidth_balance_exponent); in loss_increase_threshold()
223 config_.loss_bandwidth_balance_exponent); in loss_decrease_threshold()
Dloss_based_bandwidth_estimation.h41 FieldTrialParameter<double> loss_bandwidth_balance_exponent; member