Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/adaptation/
H A Doveruse_frame_detector.cc195 return (options_.low_encode_usage_threshold_percent + in InitialUsageInPercent()
232 load_estimate_ = (options_.low_encode_usage_threshold_percent + in Reset()
484 low_encode_usage_threshold_percent = in CpuOveruseOptions()
720 return usage_percent < options_.low_encode_usage_threshold_percent; in IsUnderusing()
H A Doveruse_frame_detector.h35 int low_encode_usage_threshold_percent; // Threshold for triggering underuse. member
H A Doveruse_frame_detector_unittest.cc93 return ((options_.low_encode_usage_threshold_percent + in InitialUsage()
230 (frame_interval * options_.low_encode_usage_threshold_percent) / 100; in UnderuseProcessingTimeLimitForFramerate()
H A Dvideo_stream_encoder_resource_manager.cc679 options.low_encode_usage_threshold_percent = 150; in GetCpuOveruseOptions()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder_unittest.cc7070 .low_encode_usage_threshold_percent, in TEST_F()
7071 default_options.low_encode_usage_threshold_percent); in TEST_F()
7084 hardware_options.low_encode_usage_threshold_percent = 150; in TEST_F()
7094 .low_encode_usage_threshold_percent, in TEST_F()
7095 hardware_options.low_encode_usage_threshold_percent); in TEST_F()
7115 .low_encode_usage_threshold_percent, in TEST_F()
7116 default_options.low_encode_usage_threshold_percent); in TEST_F()
7122 hardware_options.low_encode_usage_threshold_percent = 150; in TEST_F()
7131 .low_encode_usage_threshold_percent, in TEST_F()
7132 hardware_options.low_encode_usage_threshold_percent); in TEST_F()