OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:low_encode_usage_threshold_percent
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/video/
overuse_frame_detector.h
41
:
low_encode_usage_threshold_percent
(55),
48
int
low_encode_usage_threshold_percent
; // Threshold for triggering underuse.
member in struct:webrtc::CpuOveruseOptions
overuse_frame_detector.cc
100
return (options_.
low_encode_usage_threshold_percent
+
362
options_.
low_encode_usage_threshold_percent
;
overuse_frame_detector_unittest.cc
71
return ((options_.
low_encode_usage_threshold_percent
+
116
// UsagePercent() <
low_encode_usage_threshold_percent
=> underuse.
Completed in 2053 milliseconds