Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc193 last_logged_target_(DataRate::Zero()), in SendSideBandwidthEstimation()
604 if (current_target_ != last_logged_target_ || in MaybeLogLossBasedEvent()
611 last_logged_target_ = current_target_; in MaybeLogLossBasedEvent()
Dsend_side_bandwidth_estimation.h161 DataRate last_logged_target_; variable