OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:high_system_threshold_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/base/
videoadapter.h
146
float high_system_threshold() const { return
high_system_threshold_
; }
186
float
high_system_threshold_
;
member in class:cricket::CoordinatedVideoAdapter
videoadapter.cc
369
high_system_threshold_
(kHighSystemCpuThreshold),
405
if (system_load >=
high_system_threshold_
* max_cpus &&
450
if (
high_system_threshold_
!= high_system_threshold) {
452
<<
high_system_threshold_
<< " to " << high_system_threshold;
453
high_system_threshold_
= high_system_threshold;
Completed in 63 milliseconds