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

  /external/webrtc/webrtc/video/
overuse_frame_detector.cc 181 num_overuse_detections_(0),
308 num_overuse_detections_ > kMaxOverusesBeforeApplyRampupDelay) {
322 ++num_overuse_detections_;
339 << " overuse detections " << num_overuse_detections_
overuse_frame_detector.h 145 int num_overuse_detections_; member in class:webrtc::OveruseFrameDetector

Completed in 35 milliseconds