Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideoadapter.h66 bool scale_third() const { return scale_third_; } in scale_third()
84 bool scale_third_; // True if adapter allows scaling to 1/3 and 2/3. variable
Dvideoadapter.cc79 return scale_third_ ? kViewScaleFactors : kScaleFactors; in GetViewScaleFactors()
170 scale_third_(false), in VideoAdapter()
355 scale_third_ = enable; in set_scale_third()