Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bandwidth_estimation.cc192 } else if (loss_estimate_for_decrease > loss_decrease_threshold() && in Update()
220 double LossBasedBandwidthEstimation::loss_decrease_threshold() const { in loss_decrease_threshold() function in webrtc::LossBasedBandwidthEstimation
Dloss_based_bandwidth_estimation.h66 double loss_decrease_threshold() const;
/external/webrtc/modules/congestion_controller/goog_cc/test/
Dgoog_cc_printer.cc122 [=] { return loss_cont()->loss_decrease_threshold(); }), in CreateLoggers()