Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoadapter.cc45 static const float kCpuLoadWeightCoefficient = 0.4f; variable
653 system_load_average_ = kCpuLoadWeightCoefficient * system_load + in OnCpuLoadUpdated()
654 (1.0f - kCpuLoadWeightCoefficient) * system_load_average_; in OnCpuLoadUpdated()