Home
last modified time | relevance | path

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

/external/webrtc/video/adaptation/
Doveruse_frame_detector.cc196 options_.high_encode_usage_threshold_percent) / in InitialUsageInPercent()
233 options_.high_encode_usage_threshold_percent) / in Reset()
433 : high_encode_usage_threshold_percent(85), in CpuOveruseOptions()
472 high_encode_usage_threshold_percent = 20; // Roughly 1/4 of 100%. in CpuOveruseOptions()
474 high_encode_usage_threshold_percent = 40; // Roughly 1/4 of 200%. in CpuOveruseOptions()
481 (high_encode_usage_threshold_percent - 1) / 2; in CpuOveruseOptions()
700 if (usage_percent >= options_.high_encode_usage_threshold_percent) { in IsOverusing()
Doveruse_frame_detector.h35 int high_encode_usage_threshold_percent; // Threshold for triggering overuse. member
Doveruse_frame_detector_unittest.cc89 options_.high_encode_usage_threshold_percent) / in InitialUsage()
218 (frame_interval * options_.high_encode_usage_threshold_percent) / 100; in OveruseProcessingTimeLimitForFramerate()
541 (max_frame_interval_us * options_.high_encode_usage_threshold_percent) / in TEST_F()
Dvideo_stream_encoder_resource_manager.cc589 options.high_encode_usage_threshold_percent = 200; in GetCpuOveruseOptions()
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc5106 .high_encode_usage_threshold_percent, in TEST_F()
5107 default_options.high_encode_usage_threshold_percent); in TEST_F()
5117 hardware_options.high_encode_usage_threshold_percent = 200; in TEST_F()
5131 .high_encode_usage_threshold_percent, in TEST_F()
5132 hardware_options.high_encode_usage_threshold_percent); in TEST_F()