HomeSort by relevance Sort by last modified time
    Searched full:overuse (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h 29 // CpuOveruseObserver is called when a system overuse is detected and
33 // Called as soon as an overuse is detected.
60 float high_capture_jitter_threshold_ms; // Threshold for triggering overuse.
64 int high_encode_usage_threshold_percent; // Threshold for triggering overuse.
69 // overuse (used in addition to
76 // triggering an overuse/underuse.
79 // triggering an overuse.
185 // Registers an observer to be called when an overuse is detected, see
191 // Sets options for cpu overuse detector.
195 // Gets cpu overuse measures
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector.h 50 // Use to detect system overuse based on jitter in incoming frames.
56 // Registers an observer receiving overuse and underuse callbacks. Set
60 // Sets options for overuse detection.
113 // Observer getting overuse reports.
overuse_frame_detector_unittest.cc 173 // CaptureJitterMs() > high_capture_jitter_threshold_ms => overuse.
176 // capture_jitter > high => overuse
182 // capture_jitter > high => overuse
384 // EncodeUsagePercent() > high_encode_usage_threshold_percent => overuse.
390 // usage > high => overuse
399 // usage > high => overuse
412 // usage > high => overuse
433 // EncodeRsd() > high_encode_time_rsd_threshold => overuse.
441 // rsd > high, usage < high => overuse
453 // rsd > high, usage < high => overuse
    [all...]
overuse_frame_detector.cc 98 // Start in between the underuse and overuse threshold.
193 // Start in between the underuse and overuse threshold.
302 // Start in between the underuse and overuse threshold.
553 << " overuse detections " << num_overuse_detections_
vie_capturer.cc 471 // Update the overuse detector with the duration.
  /external/chromium_org/third_party/webrtc/
call.h 41 // Callback interface for reporting when a system overuse is detected.
45 // Called as soon as an overuse is detected.
78 // Callback for overuse and normal usage based on the jitter of incoming
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 245 bool overuse = false; local
259 // Verify that new estimates only are triggered by an overuse and a
261 overuse = true;
269 return overuse;
287 bool overuse = GenerateAndProcessFrame(ssrc, bitrate_bps); local
288 if (overuse) {
405 bool overuse = GenerateAndProcessFrame(kDefaultSsrc, bitrate_bps); local
406 if (overuse) {
overuse_detector.h 56 // Prepares the overuse detector to start using timestamps in milliseconds
remote_bitrate_estimator_single_stream.cc 139 // The first overuse should immediately trigger a new estimate.
  /external/droiddriver/src/com/google/android/droiddriver/actions/
SingleKeyAction.java 29 * UI, do not overuse it -- the application may interpret key codes in a custom