Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Doveruse_frame_detector_unittest.cc120 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
126 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
136 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
143 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
144 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
167 TriggerOveruse(options_.high_threshold_consecutive_count); in TEST_F()
173 options_.high_threshold_consecutive_count = 2; in TEST_F()
180 options_.high_threshold_consecutive_count = 2; in TEST_F()
Doveruse_frame_detector.h46 high_threshold_consecutive_count(2) {} in CpuOveruseOptions()
56 int high_threshold_consecutive_count; // The number of consecutive checks member
Doveruse_frame_detector.cc352 return checks_above_threshold_ >= options_.high_threshold_consecutive_count; in IsOverusing()