Lines Matching refs:GstXWindow
946 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()
1131 gst_xwindow_update_geometry (GstXWindow * window) in gst_xwindow_update_geometry()
1158 gst_xwindow_clear (GstXWindow * window) in gst_xwindow_clear()
1176 gst_xwindow_set_render_rectangle (GstXWindow * window, in gst_xwindow_set_render_rectangle()