Home
last modified time | relevance | path

Searched refs:handle_events (Results 1 – 25 of 28) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/
Dgstvkwindow_xcb.c65 gboolean handle_events; member
86 gboolean handle_events);
105 window_class->handle_events = gst_vulkan_window_xcb_handle_events; in gst_vulkan_window_xcb_class_init()
115 priv->handle_events = TRUE; in gst_vulkan_window_xcb_init()
240 priv->handle_events); in gst_vulkan_window_xcb_create_window()
509 gboolean handle_events) in gst_vulkan_window_xcb_handle_events() argument
517 priv->handle_events = handle_events; in gst_vulkan_window_xcb_handle_events()
524 if (handle_events) { in gst_vulkan_window_xcb_handle_events()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideooverlay.h63 void (*handle_events) (GstVideoOverlay *overlay, gboolean handle_events); member
89 gboolean handle_events);
Dvideooverlay.c442 gboolean handle_events) in gst_video_overlay_handle_events() argument
451 if (iface->handle_events) { in gst_video_overlay_handle_events()
452 iface->handle_events (overlay, handle_events); in gst_video_overlay_handle_events()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkwindow.h136 void (*handle_events) (GstVulkanWindow *window, member
137 gboolean handle_events);
167 gboolean handle_events);
Dgstvkwindow.c543 gboolean handle_events) in gst_vulkan_window_handle_events() argument
550 if (window_class->handle_events) in gst_vulkan_window_handle_events()
551 window_class->handle_events (window, handle_events); in gst_vulkan_window_handle_events()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglwindow_x11.c63 gboolean handle_events; member
89 gboolean handle_events);
115 window_class->handle_events = in gst_gl_window_x11_class_init()
233 window_x11->priv->handle_events); in gst_gl_window_x11_create_window()
506 gst_gl_window_x11_handle_events (GstGLWindow * window, gboolean handle_events) in gst_gl_window_x11_handle_events() argument
514 window_x11->priv->handle_events = handle_events; in gst_gl_window_x11_handle_events()
517 if (handle_events) { in gst_gl_window_x11_handle_events()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.h169 void (*handle_events) (GstGLWindow *window, gboolean handle_events); member
224 gboolean handle_events);
Dgstglwindow.c995 gst_gl_window_handle_events (GstGLWindow * window, gboolean handle_events) in gst_gl_window_handle_events() argument
1002 if (window_class->handle_events) in gst_gl_window_handle_events()
1003 window_class->handle_events (window, handle_events); in gst_gl_window_handle_events()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.c376 gst_xwindow_set_event_handling (xwindow, xvimagesink->handle_events); in gst_xv_image_sink_xwindow_new()
620 if (xvimagesink->handle_expose || xvimagesink->handle_events) { in gst_xv_image_sink_manage_event_thread()
624 xvimagesink->handle_expose, xvimagesink->handle_events); in gst_xv_image_sink_manage_event_thread()
632 xvimagesink->handle_expose, xvimagesink->handle_events); in gst_xv_image_sink_manage_event_thread()
1276 gst_xwindow_set_event_handling (xwindow, xvimagesink->handle_events); in gst_xv_image_sink_set_window_handle()
1297 gboolean handle_events) in gst_xv_image_sink_set_event_handling() argument
1302 xvimagesink->handle_events = handle_events; in gst_xv_image_sink_set_event_handling()
1304 gst_xwindow_set_event_handling (xvimagesink->xwindow, handle_events); in gst_xv_image_sink_set_event_handling()
1333 iface->handle_events = gst_xv_image_sink_set_event_handling; in gst_xv_image_sink_video_overlay_init()
1717 g_value_set_boolean (value, xvimagesink->handle_events); in gst_xv_image_sink_get_property()
[all …]
Dxvimagesink.h113 gboolean handle_events; member
Dxvcontext.h243 void gst_xwindow_set_event_handling (GstXWindow * window, gboolean handle_events);
Dxvcontext.c1071 gst_xwindow_set_event_handling (GstXWindow * window, gboolean handle_events) in gst_xwindow_set_event_handling() argument
1080 if (handle_events) { in gst_xwindow_set_event_handling()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c464 if (ximagesink->handle_events) { in gst_x_image_sink_xwindow_new()
771 if (ximagesink->handle_expose || ximagesink->handle_events) { in gst_x_image_sink_manage_event_thread()
775 ximagesink->handle_expose, ximagesink->handle_events); in gst_x_image_sink_manage_event_thread()
783 ximagesink->handle_expose, ximagesink->handle_events); in gst_x_image_sink_manage_event_thread()
1659 if (ximagesink->handle_events) { in gst_x_image_sink_set_window_handle()
1689 gboolean handle_events) in gst_x_image_sink_set_event_handling() argument
1693 ximagesink->handle_events = handle_events; in gst_x_image_sink_set_event_handling()
1704 if (handle_events) { in gst_x_image_sink_set_event_handling()
1728 iface->handle_events = gst_x_image_sink_set_event_handling; in gst_x_image_sink_video_overlay_init()
1824 g_value_set_boolean (value, ximagesink->handle_events); in gst_x_image_sink_get_property()
[all …]
Dximagesink.h197 gboolean handle_events; member
/third_party/flutter/skia/example/
DSkiaSDLExample.cpp51 static void handle_events(ApplicationState* state, SkCanvas* canvas) { in handle_events() function
264 handle_events(&state, canvas);
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglimagesink.h79 gboolean handle_events; member
Dgstglsinkbin.c494 gboolean handle_events) in gst_gl_sink_bin_overlay_handle_events() argument
504 gst_video_overlay_handle_events (overlay_element, handle_events); in gst_gl_sink_bin_overlay_handle_events()
549 iface->handle_events = gst_gl_sink_bin_overlay_handle_events; in gst_gl_sink_bin_video_overlay_init()
Dgstglimagesink.c365 gboolean handle_events);
815 glimage_sink->handle_events = TRUE; in gst_glimage_sink_init()
925 g_value_set_boolean (value, glimage_sink->handle_events); in gst_glimage_sink_get_property()
1065 gst_gl_window_handle_events (window, gl_sink->handle_events); in _ensure_gl_setup()
1893 iface->handle_events = gst_glimage_sink_handle_events; in gst_glimage_sink_video_overlay_init()
1934 gboolean handle_events) in gst_glimage_sink_handle_events() argument
1938 glimage_sink->handle_events = handle_events; in gst_glimage_sink_handle_events()
1942 gst_gl_window_handle_events (window, handle_events); in gst_glimage_sink_handle_events()
/third_party/libusb/libusb/
Dio.c2178 static int handle_events(struct libusb_context *ctx, struct timeval *tv) in handle_events() function
2254 r = usbi_backend.handle_events(ctx, reported_events.event_data, in handle_events()
2341 r = handle_events(ctx, &poll_timeout); in libusb_handle_events_timeout_completed()
2478 return handle_events(ctx, &poll_timeout); in libusb_handle_events_locked()
Dlibusbi.h1277 int (*handle_events)(struct libusb_context *ctx, member
/third_party/libinput/tools/
Dlibinput-record.c1393 handle_events(struct record_context *ctx, struct record_device *d, bool print) in handle_events() function
2221 handle_events(ctx, d, d == first_device); in mainloop()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysink.c5363 gboolean handle_events) in gst_play_sink_overlay_handle_events() argument
5377 playsink->overlay_handle_events = handle_events; in gst_play_sink_overlay_handle_events()
5380 gst_video_overlay_handle_events (overlay_element, handle_events); in gst_play_sink_overlay_handle_events()
5442 iface->handle_events = gst_play_sink_overlay_handle_events; in gst_play_sink_overlay_init()
Dgstplaybin3.c5141 gboolean handle_events) in gst_play_bin3_overlay_handle_events() argument
5146 handle_events); in gst_play_bin3_overlay_handle_events()
5174 iface->handle_events = gst_play_bin3_overlay_handle_events; in gst_play_bin3_overlay_init()
Dgstplaybin2.c6228 gboolean handle_events) in gst_play_bin_overlay_handle_events() argument
6233 handle_events); in gst_play_bin_overlay_handle_events()
6261 iface->handle_events = gst_play_bin_overlay_handle_events; in gst_play_bin_overlay_init()
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dosxvideosink.m671 iface->handle_events = NULL;

12