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

  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h 46 high_capture_jitter_threshold_ms(30.0f),
60 float high_capture_jitter_threshold_ms; // Threshold for triggering overuse. member in struct:webrtc::CpuOveruseOptions
84 high_capture_jitter_threshold_ms ==
85 o.high_capture_jitter_threshold_ms &&
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector_unittest.cc 58 options_.high_capture_jitter_threshold_ms = 15.0f;
66 options_.high_capture_jitter_threshold_ms) / 2.0f) + 0.5;
173 // CaptureJitterMs() > high_capture_jitter_threshold_ms => overuse.
291 options_.high_capture_jitter_threshold_ms = 90.0f;
overuse_frame_detector.cc 100 options_.high_capture_jitter_threshold_ms) / 2.0f;
562 options_.high_capture_jitter_threshold_ms;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc     [all...]
webrtcvideoengine.cc 911 overuse_options->high_capture_jitter_threshold_ms =
    [all...]

Completed in 249 milliseconds