Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc182 last_rampup_time_(0), in OveruseFrameDetector()
305 bool check_for_backoff = last_rampup_time_ > last_overuse_time_; in Process()
307 if (now - last_rampup_time_ < kStandardRampUpDelayMs || in Process()
327 last_rampup_time_ = now; in Process()
358 if (time_now < last_rampup_time_ + delay) in IsUnderusing()
Doveruse_frame_detector.h146 int64_t last_rampup_time_; variable