OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:high_threshold_consecutive_count
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/video/
overuse_frame_detector.h
46
high_threshold_consecutive_count
(2) {}
56
int
high_threshold_consecutive_count
; // The number of consecutive checks
member in struct:webrtc::CpuOveruseOptions
overuse_frame_detector_unittest.cc
120
TriggerOveruse(options_.
high_threshold_consecutive_count
);
126
TriggerOveruse(options_.
high_threshold_consecutive_count
);
136
TriggerOveruse(options_.
high_threshold_consecutive_count
);
143
TriggerOveruse(options_.
high_threshold_consecutive_count
);
144
TriggerOveruse(options_.
high_threshold_consecutive_count
);
167
TriggerOveruse(options_.
high_threshold_consecutive_count
);
173
options_.
high_threshold_consecutive_count
= 2;
180
options_.
high_threshold_consecutive_count
= 2;
overuse_frame_detector.cc
352
return checks_above_threshold_ >= options_.
high_threshold_consecutive_count
;
Completed in 43 milliseconds