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

  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h 73 high_encode_time_rsd_threshold(-1),
90 int high_encode_time_rsd_threshold; // Additional threshold for triggering member in struct:webrtc::CpuOveruseOptions
114 high_encode_time_rsd_threshold == o.high_encode_time_rsd_threshold &&
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector_unittest.cc 77 options_.high_encode_time_rsd_threshold) / 2.0f) + 0.5f, 0.0f);
419 options_.high_encode_time_rsd_threshold = 100;
428 // low/high_encode_time_rsd_threshold >= 0
430 // EncodeRsd() > high_encode_time_rsd_threshold => overuse.
436 options_.high_encode_time_rsd_threshold = 80;
448 options_.high_encode_time_rsd_threshold = 80;
464 options_.high_encode_time_rsd_threshold = 90;
478 options_.high_encode_time_rsd_threshold = 90;
overuse_frame_detector.cc 304 options_.high_encode_time_rsd_threshold) / 2.0f), 0.0f);
567 if (options_.high_encode_time_rsd_threshold > 0) {
569 (encode_rsd_->Value() >= options_.high_encode_time_rsd_threshold);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc     [all...]
webrtcvideoengine.cc 904 overuse_options->high_encode_time_rsd_threshold = overuse_rsd_threshold;
    [all...]

Completed in 909 milliseconds