Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/adaptation/
H A 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()
476 high_encode_usage_threshold_percent = 20; // Roughly 1/4 of 100%. in CpuOveruseOptions()
478 high_encode_usage_threshold_percent = 40; // Roughly 1/4 of 200%. in CpuOveruseOptions()
485 (high_encode_usage_threshold_percent - 1) / 2; in CpuOveruseOptions()
706 if (usage_percent >= options_.high_encode_usage_threshold_percent) { in IsOverusing()
H A Doveruse_frame_detector_unittest.cc94 options_.high_encode_usage_threshold_percent) / in InitialUsage()
223 (frame_interval * options_.high_encode_usage_threshold_percent) / 100; in OveruseProcessingTimeLimitForFramerate()
546 (max_frame_interval_us * options_.high_encode_usage_threshold_percent) / in TEST_F()
H A Doveruse_frame_detector.h36 int high_encode_usage_threshold_percent; // Threshold for triggering overuse. member
H A Dvideo_stream_encoder_resource_manager.cc680 options.high_encode_usage_threshold_percent = 200; in GetCpuOveruseOptions()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder_unittest.cc7073 .high_encode_usage_threshold_percent, in TEST_F()
7074 default_options.high_encode_usage_threshold_percent); in TEST_F()
7085 hardware_options.high_encode_usage_threshold_percent = 200; in TEST_F()
7097 .high_encode_usage_threshold_percent, in TEST_F()
7098 hardware_options.high_encode_usage_threshold_percent); in TEST_F()
7118 .high_encode_usage_threshold_percent, in TEST_F()
7119 default_options.high_encode_usage_threshold_percent); in TEST_F()
7123 hardware_options.high_encode_usage_threshold_percent = 200; in TEST_F()
7134 .high_encode_usage_threshold_percent, in TEST_F()
7135 hardware_options.high_encode_usage_threshold_percent); in TEST_F()