Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc53 has_decreased_since_last_fraction_loss_(false), in SendSideBandwidthEstimation()
129 has_decreased_since_last_fraction_loss_ = false; in UpdateReceiverBlock()
218 if (!has_decreased_since_last_fraction_loss_ && in UpdateEstimate()
229 has_decreased_since_last_fraction_loss_ = true; in UpdateEstimate()
Dsend_side_bandwidth_estimation.h77 bool has_decreased_since_last_fraction_loss_; variable