Home
last modified time | relevance | path

Searched refs:last_update_ms_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc69 last_update_ms_(-1), in OveruseDetector()
132 if (last_update_ms_ == -1) in UpdateThreshold()
133 last_update_ms_ = now_ms; in UpdateThreshold()
138 last_update_ms_ = now_ms; in UpdateThreshold()
144 int64_t time_delta_ms = std::min(now_ms - last_update_ms_, kMaxTimeDeltaMs); in UpdateThreshold()
147 last_update_ms_ = now_ms; in UpdateThreshold()
Dremote_bitrate_estimator_abs_send_time.cc105 last_update_ms_(-1), in RemoteBitrateEstimatorAbsSendTime()
332 if (last_update_ms_ == -1 || in IncomingPacketInfo()
333 now_ms - last_update_ms_ > remote_rate_.GetFeedbackInterval().ms()) { in IncomingPacketInfo()
361 last_update_ms_ = now_ms; in IncomingPacketInfo()
Doveruse_detector.h52 int64_t last_update_ms_; variable
Dremote_bitrate_estimator_abs_send_time.h138 int64_t last_update_ms_; variable
/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.cc178 last_update_ms_(-1), in TrendlineEstimator()
315 if (last_update_ms_ == -1) in UpdateThreshold()
316 last_update_ms_ = now_ms; in UpdateThreshold()
321 last_update_ms_ = now_ms; in UpdateThreshold()
327 int64_t time_delta_ms = std::min(now_ms - last_update_ms_, kMaxTimeDeltaMs); in UpdateThreshold()
330 last_update_ms_ = now_ms; in UpdateThreshold()
Dtrendline_estimator.h115 int64_t last_update_ms_; variable