Searched refs:process_load (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/talk/media/base/ |
D | videoadapter.h | 162 float process_load, float system_load); 175 float process_load, float system_load);
|
D | videoadapter.cc | 403 float process_load, float system_load) { in FindCpuRequest() argument 406 process_load >= process_threshold_ * current_cpus) { in FindCpuRequest() 571 int current_cpus, int max_cpus, float process_load, float system_load) { in OnCpuLoadUpdated() argument 585 process_load, system_load); in OnCpuLoadUpdated()
|
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()
|