Searched refs:win_id (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/ |
D | gstglwindow_viv_fb_egl.c | 103 if (window_egl->win_id && !window_egl->external_window) { in gst_gl_window_viv_fb_egl_close() 104 fbDestroyWindow (window_egl->win_id); in gst_gl_window_viv_fb_egl_close() 105 window_egl->win_id = 0; in gst_gl_window_viv_fb_egl_close() 125 window_egl->win_id = fbCreateWindow (display, -1, -1, 0, 0); in gst_gl_window_viv_fb_egl_open() 127 if (!window_egl->win_id) { in gst_gl_window_viv_fb_egl_open() 139 fbGetWindowGeometry (window_egl->win_id, NULL, NULL, in gst_gl_window_viv_fb_egl_create_window() 151 (gpointer) window_egl->win_id); in gst_gl_window_viv_fb_egl_create_window() 157 return (guintptr) GST_GL_WINDOW_VIV_FB_EGL (window)->win_id; in gst_gl_window_viv_fb_egl_get_window_handle() 167 if (window_egl->win_id) in gst_gl_window_viv_fb_egl_set_window_handle() 168 fbDestroyWindow (window_egl->win_id); in gst_gl_window_viv_fb_egl_set_window_handle() [all …]
|
D | gstglwindow_viv_fb_egl.h | 44 EGLNativeWindowType win_id; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/ |
D | gstvkwindow_xcb.c | 149 xcb_map_window (connection, window_xcb->win_id); in gst_vulkan_window_xcb_show() 164 xcb_unmap_window (connection, window_xcb->win_id); in gst_vulkan_window_xcb_hide() 227 window_xcb->win_id = xcb_generate_id (connection); in gst_vulkan_window_xcb_create_window() 235 xcb_create_window (connection, XCB_COPY_FROM_PARENT, window_xcb->win_id, in gst_vulkan_window_xcb_create_window() 243 (gpointer) (guintptr) window_xcb->win_id); in gst_vulkan_window_xcb_create_window() 253 xcb_change_property (connection, XCB_PROP_MODE_REPLACE, window_xcb->win_id, in gst_vulkan_window_xcb_create_window() 277 info.window = GST_VULKAN_WINDOW_XCB (window)->win_id; in gst_vulkan_window_xcb_get_surface() 519 if (window_xcb->win_id) { in gst_vulkan_window_xcb_handle_events() 531 window_xcb->win_id, XCB_CW_EVENT_MASK, &events); in gst_vulkan_window_xcb_handle_events()
|
D | gstvkwindow_xcb.h | 54 xcb_window_t win_id; member
|
D | xcb_event_source.c | 43 ret = window_xcb->win_id - *window_id; in _compare_xcb_window()
|
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstspu-pgs.c | 420 obj->win_id = payload[2]; in parse_presentation_segment() 429 "x %u y %u\n", i, obj->id, obj->win_id, obj->flags, obj->x, obj->y); in parse_presentation_segment() 528 guint8 win_count, win_id G_GNUC_UNUSED; in parse_set_window() 544 win_id = payload[0]; in parse_set_window() 552 win_id, state->pgs.win_x, state->pgs.win_y, state->pgs.win_w, in parse_set_window()
|
D | gstspu-pgs.h | 73 guint8 win_id; member
|