Searched refs:GstGLColorConvert (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglcolorconvert.h | 34 …_COLOR_CONVERT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_GL_COLOR_CONVERT,GstGLColorConvert)) 38 #define GST_GL_COLOR_CONVERT_CAST(obj) ((GstGLColorConvert*)(obj)) 131 GstGLColorConvert * gst_gl_color_convert_new (GstGLContext * context); 144 gboolean gst_gl_color_convert_set_caps (GstGLColorConvert * convert, 148 gboolean gst_gl_color_convert_decide_allocation (GstGLColorConvert * convert, 152 GstBuffer * gst_gl_color_convert_perform (GstGLColorConvert * convert, GstBuffer * inbuf);
|
D | gstglcolorconvert.c | 57 static void _do_convert (GstGLContext * context, GstGLColorConvert * convert); 58 static gboolean _init_convert (GstGLColorConvert * convert); 59 static gboolean _init_convert_fbo (GstGLColorConvert * convert); 60 static GstBuffer *_gst_gl_color_convert_perform_unlocked (GstGLColorConvert * 64 GstGLColorConvert * convert); 577 G_DEFINE_TYPE_WITH_CODE (GstGLColorConvert, gst_gl_color_convert, 578 GST_TYPE_OBJECT, G_ADD_PRIVATE (GstGLColorConvert) DEBUG_INIT); 581 static void gst_gl_color_convert_reset (GstGLColorConvert * convert); 593 gst_gl_color_convert_init (GstGLColorConvert * convert) in gst_gl_color_convert_init() 608 GstGLColorConvert * [all …]
|
D | gstgl_fwd.h | 81 typedef struct _GstGLColorConvert GstGLColorConvert; typedef 121 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLColorConvert, gst_object_unref)
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglcolorconvertelement.h | 47 GstGLColorConvert *convert;
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | struct_aarch64.h | 95 {"GstGLColorConvert", sizeof (GstGLColorConvert), 480},
|
D | struct_ppc64.h | 97 {"GstGLColorConvert", sizeof (GstGLColorConvert), 480},
|
D | struct_arm.h | 95 {"GstGLColorConvert", sizeof (GstGLColorConvert), 480},
|
D | struct_x86_64.h | 95 {"GstGLColorConvert", sizeof (GstGLColorConvert), 480},
|
D | struct_i386.h | 95 {"GstGLColorConvert", sizeof (GstGLColorConvert), 480},
|
D | gstglheaders.c | 113 GstGLColorConvert *convert = NULL; in GST_START_TEST()
|
D | gstglcolorconvert.c | 35 static GstGLColorConvert *convert;
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 82229 applemedia: vtdec: remove the internal GstGLColorConvert 96399 glcolorconvertelement: fix GstGLColorConvert leak 100049 shader in GstGLColorConvert. Also use GLMemory directly instead of using the
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 31223 glcolorconvertelement: fix GstGLColorConvert leak
|