Home
last modified time | relevance | path

Searched refs:GstGLColorConvert (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.h34 …_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);
Dgstglcolorconvert.c57 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 …]
Dgstgl_fwd.h81 typedef struct _GstGLColorConvert GstGLColorConvert; typedef
121 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLColorConvert, gst_object_unref)
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglcolorconvertelement.h47 GstGLColorConvert *convert;
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dstruct_aarch64.h95 {"GstGLColorConvert", sizeof (GstGLColorConvert), 480},
Dstruct_ppc64.h97 {"GstGLColorConvert", sizeof (GstGLColorConvert), 480},
Dstruct_arm.h95 {"GstGLColorConvert", sizeof (GstGLColorConvert), 480},
Dstruct_x86_64.h95 {"GstGLColorConvert", sizeof (GstGLColorConvert), 480},
Dstruct_i386.h95 {"GstGLColorConvert", sizeof (GstGLColorConvert), 480},
Dgstglheaders.c113 GstGLColorConvert *convert = NULL; in GST_START_TEST()
Dgstglcolorconvert.c35 static GstGLColorConvert *convert;
/third_party/gstreamer/gstplugins_bad/
DChangeLog82229 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/
DChangeLog31223 glcolorconvertelement: fix GstGLColorConvert leak