Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideoadapter.h125 bool cpu_smoothing() const { return cpu_smoothing_; } in cpu_smoothing()
178 bool cpu_smoothing_; // True if cpu smoothing is enabled (with adaptation). variable
Dvideoadapter.cc221 cpu_smoothing_ = enable; in set_cpu_smoothing()
362 cpu_smoothing_(false), in CoordinatedVideoAdapter()
581 if (cpu_smoothing_) { in OnCpuLoadUpdated()