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

  /external/webrtc/talk/media/base/
videoadapter.h 149 float low_system_threshold() const { return low_system_threshold_; }
187 float low_system_threshold_; member in class:cricket::CoordinatedVideoAdapter
videoadapter.cc 370 low_system_threshold_(kLowSystemCpuThreshold),
409 } else if (system_load < low_system_threshold_ * max_cpus) {
461 if (low_system_threshold_ != low_system_threshold) {
463 << low_system_threshold_ << " to " << low_system_threshold;
464 low_system_threshold_ = low_system_threshold;

Completed in 65 milliseconds