Home
last modified time | relevance | path

Searched refs:high_threshold_consecutive_count (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/video/adaptation/
H A Doveruse_frame_detector_unittest.cc248 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
255 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
264 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
265 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
290 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
297 options_.high_threshold_consecutive_count = 2; in TEST_F()
305 options_.high_threshold_consecutive_count = 2; in TEST_F()
473 for (int i = 0; i < options_.high_threshold_consecutive_count; ++i) { in TEST_F()
483 for (int i = 0; i < options_.high_threshold_consecutive_count; ++i) { in TEST_F()
510 for (int i = 0; i < options_.high_threshold_consecutive_count; ++i) { in TEST_F()
[all …]
H A Doveruse_frame_detector.cc437 high_threshold_consecutive_count(2), in CpuOveruseOptions()
711 return checks_above_threshold_ >= options_.high_threshold_consecutive_count; in IsOverusing()
H A Doveruse_frame_detector.h43 int high_threshold_consecutive_count; // The number of consecutive checks member