Home
last modified time | relevance | path

Searched refs:system_load (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/media/base/
Dvideoadapter.cc403 float process_load, float system_load) { in FindCpuRequest() argument
405 if (system_load >= high_system_threshold_ * max_cpus && in FindCpuRequest()
409 } else if (system_load < low_system_threshold_ * max_cpus) { in FindCpuRequest()
571 int current_cpus, int max_cpus, float process_load, float system_load) { in OnCpuLoadUpdated() argument
578 system_load_average_ = kCpuLoadWeightCoefficient * system_load + in OnCpuLoadUpdated()
582 system_load = system_load_average_; in OnCpuLoadUpdated()
585 process_load, system_load); in OnCpuLoadUpdated()
Dvideoadapter.h162 float process_load, float system_load);
175 float process_load, float system_load);
Dvideoadapter_unittest.cc48 int current_cpus, int max_cpus, float process_load, float system_load) { in UpdateCpuLoad() argument
51 process_load, system_load); in UpdateCpuLoad()