Home
last modified time | relevance | path

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

/external/webrtc/video/adaptation/
Doveruse_frame_detector.cc195 return (options_.low_encode_usage_threshold_percent + in InitialUsageInPercent()
232 load_estimate_ = (options_.low_encode_usage_threshold_percent + in Reset()
480 low_encode_usage_threshold_percent = in CpuOveruseOptions()
714 return usage_percent < options_.low_encode_usage_threshold_percent; in IsUnderusing()
Doveruse_frame_detector.h34 int low_encode_usage_threshold_percent; // Threshold for triggering underuse. member
Doveruse_frame_detector_unittest.cc88 return ((options_.low_encode_usage_threshold_percent + in InitialUsage()
225 (frame_interval * options_.low_encode_usage_threshold_percent) / 100; in UnderuseProcessingTimeLimitForFramerate()
Dvideo_stream_encoder_resource_manager.cc588 options.low_encode_usage_threshold_percent = 150; in GetCpuOveruseOptions()
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc5103 .low_encode_usage_threshold_percent, in TEST_F()
5104 default_options.low_encode_usage_threshold_percent); in TEST_F()
5116 hardware_options.low_encode_usage_threshold_percent = 150; in TEST_F()
5128 .low_encode_usage_threshold_percent, in TEST_F()
5129 hardware_options.low_encode_usage_threshold_percent); in TEST_F()