Home
last modified time | relevance | path

Searched refs:GstXContext (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/ximage/
Dximageutil.h43 typedef struct _GstXContext GstXContext; typedef
125 gboolean ximageutil_check_xshm_calls (GstXContext * xcontext);
127 GstXContext *ximageutil_xcontext_get (GstElement *parent,
129 void ximageutil_xcontext_clear (GstXContext *xcontext);
130 void ximageutil_calculate_pixel_aspect_ratio (GstXContext * xcontext);
170 GstBuffer *gst_ximageutil_ximage_new (GstXContext *xcontext,
173 void gst_ximageutil_ximage_destroy (GstXContext *xcontext,
Dximageutil.c89 ximageutil_check_xshm_calls (GstXContext * xcontext) in ximageutil_check_xshm_calls()
180 GstXContext *
183 GstXContext *xcontext = NULL; in ximageutil_xcontext_get()
187 xcontext = g_new0 (GstXContext, 1); in ximageutil_xcontext_get()
271 ximageutil_xcontext_clear (GstXContext * xcontext) in ximageutil_xcontext_clear()
286 ximageutil_calculate_pixel_aspect_ratio (GstXContext * xcontext) in ximageutil_calculate_pixel_aspect_ratio()
371 gst_ximageutil_ximage_new (GstXContext * xcontext, in gst_ximageutil_ximage_new()
461 gst_ximageutil_ximage_destroy (GstXContext * xcontext, GstBuffer * ximage) in gst_ximageutil_ximage_destroy()
Dgstximagesrc.h51 GstXContext *xcontext;
Dgstximagesrc.c396 composite_pixel (GstXContext * xcontext, guchar * dest, guchar * src) in composite_pixel()
1064 GstXContext *xcontext; in gst_ximage_src_get_caps()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.h56 typedef struct _GstXContext GstXContext; typedef
173 GstXContext *xcontext;
Dximagepool.h109 GstXContext * xcontext);
Dximagesink.c802 gst_x_image_sink_calculate_pixel_aspect_ratio (GstXContext * xcontext) in gst_x_image_sink_calculate_pixel_aspect_ratio()
861 static GstXContext *
864 GstXContext *xcontext = NULL; in gst_x_image_sink_xcontext_get()
876 xcontext = g_new0 (GstXContext, 1); in gst_x_image_sink_xcontext_get()
1005 GstXContext *xcontext; in gst_x_image_sink_xcontext_clear()
1274 GstXContext *xcontext = NULL; in gst_x_image_sink_change_state()
Dximagepool.c215 GstXContext *xcontext; in ximage_memory_alloc()
423 GstXContext * xcontext) in gst_x_image_sink_check_xshm_calls()