Home
last modified time | relevance | path

Searched refs:GstXWindow (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.h210 typedef struct _GstXWindow GstXWindow; typedef
237 GstXWindow * gst_xvcontext_create_xwindow (GstXvContext * context,
239 GstXWindow * gst_xvcontext_create_xwindow_from_xid (GstXvContext * context, XID xid);
241 void gst_xwindow_destroy (GstXWindow * window);
243 void gst_xwindow_set_event_handling (GstXWindow * window, gboolean handle_events);
244 void gst_xwindow_set_title (GstXWindow * window, const gchar * title);
246 void gst_xwindow_update_geometry (GstXWindow * window);
247 void gst_xwindow_clear (GstXWindow * window);
249 void gst_xwindow_set_render_rectangle (GstXWindow * window,
Dxvcontext.c946 GstXWindow *
949 GstXWindow *window; in gst_xvcontext_create_xwindow()
955 window = g_slice_new0 (GstXWindow); in gst_xvcontext_create_xwindow()
1012 GstXWindow *
1015 GstXWindow *window; in gst_xvcontext_create_xwindow_from_xid()
1018 window = g_slice_new0 (GstXWindow); in gst_xvcontext_create_xwindow_from_xid()
1043 gst_xwindow_destroy (GstXWindow * window) in gst_xwindow_destroy()
1067 g_slice_free1 (sizeof (GstXWindow), window); in gst_xwindow_destroy()
1071 gst_xwindow_set_event_handling (GstXWindow * window, gboolean handle_events) in gst_xwindow_set_event_handling()
1097 gst_xwindow_set_title (GstXWindow * window, const gchar * title) in gst_xwindow_set_title()
[all …]
Dxvimageallocator.h64 GstXWindow *window,
Dxvimagesink.h89 GstXWindow *xwindow;
Dxvimagesink.c247 GstXWindow *xwindow; in gst_xv_image_sink_xvimage_put()
329 GstXWindow * xwindow, const gchar * media_title) in gst_xv_image_sink_xwindow_set_title()
360 static GstXWindow *
364 GstXWindow *xwindow = NULL; in gst_xv_image_sink_xwindow_new()
1160 GstXWindow *xwindow; in gst_xv_image_sink_navigation_send_event()
1231 GstXWindow *xwindow = NULL; in gst_xv_image_sink_set_window_handle()
Dxvimageallocator.c586 gst_xwindow_draw_borders (GstXWindow * window, GstVideoRectangle * rect) in gst_xwindow_draw_borders()
631 GstXWindow * window, GstVideoRectangle * dst_crop, gboolean draw_border) in gst_xvimage_memory_render()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.h57 typedef struct _GstXWindow GstXWindow; typedef
174 GstXWindow *xwindow;
Dximagesink.c202 GstXWindow * xwindow, GstVideoRectangle rect) in gst_x_image_sink_xwindow_draw_borders()
342 GstXWindow * window) in gst_x_image_sink_xwindow_decorate()
379 GstXWindow * xwindow, const gchar * media_title) in gst_x_image_sink_xwindow_set_title()
436 static GstXWindow *
440 GstXWindow *xwindow = NULL; in gst_x_image_sink_xwindow_new()
445 xwindow = g_new0 (GstXWindow, 1); in gst_x_image_sink_xwindow_new()
499 GstXWindow * xwindow) in gst_x_image_sink_xwindow_destroy()
554 GstXWindow * xwindow) in gst_x_image_sink_xwindow_clear()
1615 GstXWindow *xwindow = NULL; in gst_x_image_sink_set_window_handle()
1652 xwindow = g_new0 (GstXWindow, 1); in gst_x_image_sink_set_window_handle()
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dximageutil.h44 typedef struct _GstXWindow GstXWindow; typedef
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dosxvideosink.m315 /* This function resizes a GstXWindow */