Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Doveruse_frame_detector.cc518 bool check_for_backoff = last_rampup_time_ > last_overuse_time_; in Process() local
519 if (check_for_backoff) { in Process()