Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_capture_options.h95 bool detect_updated_region() const { return detect_updated_region_; } in detect_updated_region() function
96 void set_detect_updated_region(bool detect_updated_region) { in set_detect_updated_region() argument
97 detect_updated_region_ = detect_updated_region; in set_detect_updated_region()
Ddesktop_capturer.cc58 if (capturer && options.detect_updated_region()) { in CreateWindowCapturer()
69 if (capturer && options.detect_updated_region()) { in CreateScreenCapturer()
Dscreen_capturer_darwin.mm25 options.configuration_monitor(), options.detect_updated_region(), options.allow_iosurface()));
Dcropping_window_capturer_win.cc293 if (capturer && options.detect_updated_region()) { in CreateCapturer()
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.h41 bool detect_updated_region,
Dscreen_capturer_mac.mm150 bool detect_updated_region,
152 : detect_updated_region_(detect_updated_region),