Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator.cc26 last_timing_log_ms_(-1) { in RemoteNtpTimeEstimator()
69 if (now_ms - last_timing_log_ms_ > kTimingLogIntervalMs) { in Estimate()
74 last_timing_log_ms_ = now_ms; in Estimate()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Dremote_ntp_time_estimator.h45 int64_t last_timing_log_ms_; variable