Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc305 bool check_for_backoff = last_rampup_time_ > last_overuse_time_; in Process() local
306 if (check_for_backoff) { in Process()