Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc214 last_rtc_event_log_(Timestamp::MinusInfinity()), in SendSideBandwidthEstimation()
256 last_rtc_event_log_ = Timestamp::MinusInfinity(); in OnRouteChange()
606 at_time - last_rtc_event_log_ > kRtcEventLogPeriod) { in MaybeLogLossBasedEvent()
612 last_rtc_event_log_ = at_time; in MaybeLogLossBasedEvent()
Dsend_side_bandwidth_estimation.h186 Timestamp last_rtc_event_log_; variable