Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc181 num_overuse_detections_(0), in OveruseFrameDetector()
308 num_overuse_detections_ > kMaxOverusesBeforeApplyRampupDelay) { in Process()
322 ++num_overuse_detections_; in Process()
339 << " overuse detections " << num_overuse_detections_ in Process()
Doveruse_frame_detector.h145 int num_overuse_detections_; variable