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

  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h 44 : enable_capture_jitter_method(true),
58 bool enable_capture_jitter_method; member in struct:webrtc::CpuOveruseOptions
82 return enable_capture_jitter_method == o.enable_capture_jitter_method &&
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector_unittest.cc 172 // enable_capture_jitter_method = true;
199 options_.enable_capture_jitter_method = false;
387 options_.enable_capture_jitter_method = false;
396 options_.enable_capture_jitter_method = false;
409 options_.enable_capture_jitter_method = false;
437 options_.enable_capture_jitter_method = false;
448 options_.enable_capture_jitter_method = false;
463 options_.enable_capture_jitter_method = false;
477 options_.enable_capture_jitter_method = false;
overuse_frame_detector.cc 560 if (options_.enable_capture_jitter_method) {
588 if (options_.enable_capture_jitter_method) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc     [all...]
webrtcvideoengine.cc 889 overuse_options->enable_capture_jitter_method = !encode_usage;
    [all...]

Completed in 176 milliseconds