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

  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h 71 high_encode_usage_threshold_percent(90),
86 int high_encode_usage_threshold_percent; // Threshold for triggering overuse. member in struct:webrtc::CpuOveruseOptions
111 high_encode_usage_threshold_percent ==
112 o.high_encode_usage_threshold_percent &&
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector_unittest.cc 71 options_.high_encode_usage_threshold_percent) / 2.0f) + 0.5;
372 options_.high_encode_usage_threshold_percent = 100;
381 // EncodeUsagePercent() > high_encode_usage_threshold_percent => overuse.
429 // EncodeUsagePercent() > high_encode_usage_threshold_percent ||
441 EXPECT_LT(EncodeUsagePercent(), options_.high_encode_usage_threshold_percent);
453 EXPECT_LT(EncodeUsagePercent(), options_.high_encode_usage_threshold_percent);
overuse_frame_detector.cc 195 options_.high_encode_usage_threshold_percent) / 2.0f;
565 encode_usage_->Value() >= options_.high_encode_usage_threshold_percent;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc     [all...]
webrtcvideoengine.cc 894 overuse_options->high_encode_usage_threshold_percent = overuse_threshold;
    [all...]

Completed in 62 milliseconds