Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_capture_options.h74 bool disable_effects() const { return disable_effects_; } in disable_effects()
76 disable_effects_ = disable_effects; in set_disable_effects()
103 bool disable_effects_; variable
Ddesktop_capture_options.cc17 disable_effects_(true) { in DesktopCaptureOptions()