HomeSort by relevance Sort by last modified time
    Searched refs:high_system_threshold_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.h 157 float high_system_threshold() const { return high_system_threshold_; }
197 float high_system_threshold_; member in class:cricket::CoordinatedVideoAdapter
videoadapter.cc 444 high_system_threshold_(kHighSystemCpuThreshold),
480 if (system_load >= high_system_threshold_ * max_cpus &&
525 if (high_system_threshold_ != high_system_threshold) {
527 << high_system_threshold_ << " to " << high_system_threshold;
528 high_system_threshold_ = high_system_threshold;

Completed in 165 milliseconds