Home
last modified time | relevance | path

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

/external/webrtc/video/adaptation/
Doveruse_frame_detector_unittest.cc243 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
250 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
259 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
260 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
285 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
292 options_.high_threshold_consecutive_count = 2; in TEST_F()
300 options_.high_threshold_consecutive_count = 2; in TEST_F()
469 for (int i = 0; i < options_.high_threshold_consecutive_count; ++i) { in TEST_F()
479 for (int i = 0; i < options_.high_threshold_consecutive_count; ++i) { in TEST_F()
505 for (int i = 0; i < options_.high_threshold_consecutive_count; ++i) { in TEST_F()
[all …]
Doveruse_frame_detector.h42 int high_threshold_consecutive_count; // The number of consecutive checks member
Doveruse_frame_detector.cc437 high_threshold_consecutive_count(2), in CpuOveruseOptions()
705 return checks_above_threshold_ >= options_.high_threshold_consecutive_count; in IsOverusing()