Searched refs:system_load (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/talk/media/base/ |
D | videoadapter.cc | 403 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()
|
D | videoadapter.h | 162 float process_load, float system_load); 175 float process_load, float system_load);
|
D | videoadapter_unittest.cc | 48 int current_cpus, int max_cpus, float process_load, float system_load) { in UpdateCpuLoad() argument 51 process_load, system_load); in UpdateCpuLoad()
|