Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Doveruse_frame_detector.cc384 last_rampup_time_(0), in OveruseFrameDetector()
518 bool check_for_backoff = last_rampup_time_ > last_overuse_time_; in Process()
520 if (now - last_rampup_time_ < kStandardRampUpDelayMs || in Process()
540 last_rampup_time_ = now; in Process()
584 if (time_now < last_rampup_time_ + delay) in IsUnderusing()
Doveruse_frame_detector.h129 int64_t last_rampup_time_; variable