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

  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector.h 127 int num_overuse_detections_; member in class:webrtc::OveruseFrameDetector
overuse_frame_detector.cc 383 num_overuse_detections_(0),
521 num_overuse_detections_ > kMaxOverusesBeforeApplyRampupDelay) {
535 ++num_overuse_detections_;
553 << " overuse detections " << num_overuse_detections_

Completed in 2159 milliseconds