Searched refs:low_system_threshold_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoadapter.h160 float low_system_threshold() const { return low_system_threshold_; }
198 float low_system_threshold_; member in class:cricket::CoordinatedVideoAdapter
H A Dvideoadapter.cc445 low_system_threshold_(kLowSystemCpuThreshold),
484 } else if (system_load < low_system_threshold_ * max_cpus) {
536 if (low_system_threshold_ != low_system_threshold) {
538 << low_system_threshold_ << " to " << low_system_threshold;
539 low_system_threshold_ = low_system_threshold;

Completed in 118 milliseconds