Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bandwidth_estimation.cc117 has_decreased_since_last_loss_report_(false), in LossBasedBandwidthEstimation()
137 has_decreased_since_last_loss_report_ = false; in UpdateLossStatistics()
176 !has_decreased_since_last_loss_report_ && in Update()
202 has_decreased_since_last_loss_report_ = true; in Update()
Dloss_based_bandwidth_estimation.h76 bool has_decreased_since_last_loss_report_; variable