Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc179 last_overuse_time_(0), in OveruseFrameDetector()
305 bool check_for_backoff = last_rampup_time_ > last_overuse_time_; in Process()
319 last_overuse_time_ = now; in Process()
Doveruse_frame_detector.h143 int64_t last_overuse_time_; variable