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

  /external/webrtc/webrtc/video/
overuse_frame_detector.h 42 high_encode_usage_threshold_percent(85),
49 int high_encode_usage_threshold_percent; // Threshold for triggering overuse. member in struct:webrtc::CpuOveruseOptions
overuse_frame_detector.cc 101 options_.high_encode_usage_threshold_percent) / 2.0f;
347 options_.high_encode_usage_threshold_percent) {
overuse_frame_detector_unittest.cc 72 options_.high_encode_usage_threshold_percent) / 2.0f) + 0.5;
115 // UsagePercent() > high_encode_usage_threshold_percent => overuse.

Completed in 36 milliseconds