Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Doveruse_frame_detector.h41 : low_encode_usage_threshold_percent(55), in CpuOveruseOptions()
48 int low_encode_usage_threshold_percent; // Threshold for triggering underuse. member
Doveruse_frame_detector.cc100 return (options_.low_encode_usage_threshold_percent + in InitialUsageInPercent()
362 options_.low_encode_usage_threshold_percent; in IsUnderusing()
Doveruse_frame_detector_unittest.cc71 return ((options_.low_encode_usage_threshold_percent + in InitialUsage()