Home
last modified time | relevance | path

Searched refs:high_encode_usage_threshold_percent (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
Doveruse_frame_detector.h42 high_encode_usage_threshold_percent(85), in CpuOveruseOptions()
49 int high_encode_usage_threshold_percent; // Threshold for triggering overuse. member
Doveruse_frame_detector.cc101 options_.high_encode_usage_threshold_percent) / 2.0f; in InitialUsageInPercent()
347 options_.high_encode_usage_threshold_percent) { in IsOverusing()
Doveruse_frame_detector_unittest.cc72 options_.high_encode_usage_threshold_percent) / 2.0f) + 0.5; in InitialUsage()