HomeSort by relevance Sort by last modified time
    Searched refs:cpu_smoothing_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/base/
videoadapter.h 125 bool cpu_smoothing() const { return cpu_smoothing_; }
178 bool cpu_smoothing_; // True if cpu smoothing is enabled (with adaptation). member in class:cricket::CoordinatedVideoAdapter
201 // adaptation is on), but only used if cpu_smoothing_ is set.
videoadapter.cc 221 cpu_smoothing_ = enable;
362 cpu_smoothing_(false),
581 if (cpu_smoothing_) {

Completed in 506 milliseconds