Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc180 checks_above_threshold_(0), in OveruseFrameDetector()
321 checks_above_threshold_ = 0; in Process()
348 ++checks_above_threshold_; in IsOverusing()
350 checks_above_threshold_ = 0; in IsOverusing()
352 return checks_above_threshold_ >= options_.high_threshold_consecutive_count; in IsOverusing()
Doveruse_frame_detector.h144 int checks_above_threshold_; variable