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

  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h 48 low_encode_usage_threshold_percent(60),
63 int low_encode_usage_threshold_percent; // Threshold for triggering underuse. member in struct:webrtc::CpuOveruseOptions
87 low_encode_usage_threshold_percent ==
88 o.low_encode_usage_threshold_percent &&
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector_unittest.cc 70 return ((options_.low_encode_usage_threshold_percent +
378 options_.low_encode_usage_threshold_percent = 20;
385 // EncodeUsagePercent() < low_encode_usage_threshold_percent => underuse.
434 // EncodeUsagePercent() < low_encode_usage_threshold_percent &&
465 options_.low_encode_usage_threshold_percent = 1;
473 EXPECT_GT(EncodeUsagePercent(), options_.low_encode_usage_threshold_percent);
479 options_.low_encode_usage_threshold_percent = 20;
487 EXPECT_LT(EncodeUsagePercent(), options_.low_encode_usage_threshold_percent);
overuse_frame_detector.cc 194 return (options_.low_encode_usage_threshold_percent +
593 encode_usage_->Value() < options_.low_encode_usage_threshold_percent;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc     [all...]
webrtcvideoengine.cc 893 overuse_options->low_encode_usage_threshold_percent = underuse_threshold;
    [all...]

Completed in 279 milliseconds