HomeSort by relevance Sort by last modified time
    Searched refs:checks_above_threshold_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/video/
overuse_frame_detector.cc 180 checks_above_threshold_(0),
321 checks_above_threshold_ = 0;
348 ++checks_above_threshold_;
350 checks_above_threshold_ = 0;
352 return checks_above_threshold_ >= options_.high_threshold_consecutive_count;
overuse_frame_detector.h 144 int checks_above_threshold_; member in class:webrtc::OveruseFrameDetector

Completed in 67 milliseconds