• Home
  • Raw
  • Download

Lines Matching refs:GstD3D11Window

36 …1_WINDOW(obj)             (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_D3D11_WINDOW, GstD3D11Window))
43 typedef struct _GstD3D11Window GstD3D11Window; typedef
132 void (*show) (GstD3D11Window * window);
134 void (*update_swap_chain) (GstD3D11Window * window);
136 void (*change_fullscreen_mode) (GstD3D11Window * window);
138 gboolean (*create_swap_chain) (GstD3D11Window * window,
145 GstFlowReturn (*present) (GstD3D11Window * window,
148 gboolean (*unlock) (GstD3D11Window * window);
150 gboolean (*unlock_stop) (GstD3D11Window * window);
152 void (*on_resize) (GstD3D11Window * window,
156 gboolean (*prepare) (GstD3D11Window * window,
163 void (*unprepare) (GstD3D11Window * window);
165 gboolean (*open_shared_handle) (GstD3D11Window * window,
168 gboolean (*release_shared_handle) (GstD3D11Window * window,
171 void (*set_render_rectangle) (GstD3D11Window * window,
174 void (*set_title) (GstD3D11Window * window,
180 void gst_d3d11_window_show (GstD3D11Window * window);
182 void gst_d3d11_window_set_render_rectangle (GstD3D11Window * window,
185 void gst_d3d11_window_set_title (GstD3D11Window * window,
188 gboolean gst_d3d11_window_prepare (GstD3D11Window * window,
195 GstFlowReturn gst_d3d11_window_render (GstD3D11Window * window,
198 GstFlowReturn gst_d3d11_window_render_on_shared_handle (GstD3D11Window * window,
205 gboolean gst_d3d11_window_unlock (GstD3D11Window * window);
207 gboolean gst_d3d11_window_unlock_stop (GstD3D11Window * window);
209 void gst_d3d11_window_unprepare (GstD3D11Window * window);
211 void gst_d3d11_window_on_key_event (GstD3D11Window * window,
215 void gst_d3d11_window_on_mouse_event (GstD3D11Window * window,
226 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstD3D11Window, gst_object_unref)