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

  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h 50 low_encode_time_rsd_threshold(-1),
65 int low_encode_time_rsd_threshold; // Additional threshold for triggering member in struct:webrtc::CpuOveruseOptions
91 low_encode_time_rsd_threshold == o.low_encode_time_rsd_threshold &&
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector_unittest.cc 76 ((options_.low_encode_time_rsd_threshold +
425 options_.low_encode_time_rsd_threshold = 20;
435 // EncodeRsd() < low_encode_time_rsd_threshold => underuse.
450 options_.low_encode_time_rsd_threshold = 25;
466 options_.low_encode_time_rsd_threshold = 25;
472 EXPECT_LT(EncodeRsd(), options_.low_encode_time_rsd_threshold);
480 options_.low_encode_time_rsd_threshold = 1;
486 EXPECT_GT(EncodeRsd(), options_.low_encode_time_rsd_threshold);
overuse_frame_detector.cc 303 return std::max(((options_.low_encode_time_rsd_threshold +
595 if (options_.low_encode_time_rsd_threshold > 0) {
597 (encode_rsd_->Value() < options_.low_encode_time_rsd_threshold);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc     [all...]
webrtcvideoengine.cc 900 overuse_options->low_encode_time_rsd_threshold = underuse_rsd_threshold;
    [all...]

Completed in 596 milliseconds