/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/ |
D | gstvkwindow_xcb.c | 65 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/ |
D | videooverlay.h | 63 void (*handle_events) (GstVideoOverlay *overlay, gboolean handle_events); member 89 gboolean handle_events);
|
D | videooverlay.c | 442 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/ |
D | gstvkwindow.h | 136 void (*handle_events) (GstVulkanWindow *window, member 137 gboolean handle_events); 167 gboolean handle_events);
|
D | gstvkwindow.c | 543 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/ |
D | gstglwindow_x11.c | 63 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/ |
D | gstglwindow.h | 169 void (*handle_events) (GstGLWindow *window, gboolean handle_events); member 224 gboolean handle_events);
|
D | gstglwindow.c | 995 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/ |
D | xvimagesink.c | 376 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 …]
|
D | xvimagesink.h | 113 gboolean handle_events; member
|
D | xvcontext.h | 243 void gst_xwindow_set_event_handling (GstXWindow * window, gboolean handle_events);
|
D | xvcontext.c | 1071 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/ |
D | ximagesink.c | 464 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 …]
|
D | ximagesink.h | 197 gboolean handle_events; member
|
/third_party/flutter/skia/example/ |
D | SkiaSDLExample.cpp | 51 static void handle_events(ApplicationState* state, SkCanvas* canvas) { in handle_events() function 264 handle_events(&state, canvas);
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglimagesink.h | 79 gboolean handle_events; member
|
D | gstglsinkbin.c | 494 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()
|
D | gstglimagesink.c | 365 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/ |
D | io.c | 2178 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()
|
D | libusbi.h | 1277 int (*handle_events)(struct libusb_context *ctx, member
|
/third_party/libinput/tools/ |
D | libinput-record.c | 1393 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/ |
D | gstplaysink.c | 5363 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()
|
D | gstplaybin3.c | 5141 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()
|
D | gstplaybin2.c | 6228 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/ |
D | osxvideosink.m | 671 iface->handle_events = NULL;
|