OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:low_system_threshold_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.h
175
if (
low_system_threshold_
!= low_system_threshold) {
177
<<
low_system_threshold_
<< " to " << low_system_threshold;
178
low_system_threshold_
= low_system_threshold;
181
float low_system_threshold() const { return
low_system_threshold_
; }
226
float
low_system_threshold_
;
member in class:cricket::CoordinatedVideoAdapter
videoadapter.cc
387
low_system_threshold_
(kLowSystemCpuThreshold),
426
} else if (system_load <
low_system_threshold_
* max_cpus) {
Completed in 342 milliseconds