Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/mac/
Ddesktop_frame_provider.mm20 DesktopFrameProvider::DesktopFrameProvider(bool allow_iosurface)
21 : allow_iosurface_(allow_iosurface) {
Ddesktop_frame_provider.h28 explicit DesktopFrameProvider(bool allow_iosurface);
Dscreen_capturer_mac.h42 bool allow_iosurface);
Dscreen_capturer_mac.mm151 bool allow_iosurface)
154 desktop_frame_provider_(allow_iosurface) {
155 RTC_LOG(LS_INFO) << "Allow IOSurface: " << allow_iosurface;
/external/webrtc/modules/desktop_capture/
Dscreen_capturer_darwin.mm25 options.configuration_monitor(), options.detect_updated_region(), options.allow_iosurface()));
Ddesktop_capture_options.h66 bool allow_iosurface() const { return allow_iosurface_; } in allow_iosurface() function