Home
last modified time | relevance | path

Searched refs:filter_texture (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfilter.h115 gboolean (*filter_texture) (GstGLFilter *filter, GstGLMemory *input, GstGLMemory *output); member
Dgstglfilter.c976 g_assert (filter_class->filter_texture); in gst_gl_filter_filter_texture()
978 ret = filter_class->filter_texture (filter, GST_GL_MEMORY_CAST (in_tex), in gst_gl_filter_filter_texture()
1019 g_assert (filter_class->filter || filter_class->filter_texture); in gst_gl_filter_transform()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglcolorscale.c110 filter_class->filter_texture = gst_gl_colorscale_filter_texture; in gst_gl_colorscale_class_init()
Dgstglfilterapp.c96 GST_GL_FILTER_CLASS (klass)->filter_texture = in gst_gl_filter_app_class_init()
Dgstgloverlaycompositorelement.c125 GST_GL_FILTER_CLASS (klass)->filter_texture = in gst_gl_overlay_compositor_element_class_init()
Dgstglfilterglass.c171 GST_GL_FILTER_CLASS (klass)->filter_texture = in gst_gl_filter_glass_class_init()
Dgstglfiltercube.c148 GST_GL_FILTER_CLASS (klass)->filter_texture = in gst_gl_filter_cube_class_init()
Dgstglfilterreflectedscreen.c104 GST_GL_FILTER_CLASS (klass)->filter_texture = in gst_gl_filter_reflected_screen_class_init()
Dgstgldeinterlace.c269 GST_GL_FILTER_CLASS (klass)->filter_texture = in gst_gl_deinterlace_class_init()
Dgstglbumper.c289 GST_GL_FILTER_CLASS (klass)->filter_texture = gst_gl_bumper_filter_texture; in gst_gl_bumper_class_init()
Dgstglalpha.c549 filter_class->filter_texture = in gst_gl_alpha_class_init()
Dgstglfiltershader.c171 GST_GL_FILTER_CLASS (klass)->filter_texture = in gst_gl_filtershader_class_init()
Dgstgldifferencematte.c242 GST_GL_FILTER_CLASS (klass)->filter_texture = in gst_gl_differencematte_class_init()
Dgstglcolorbalance.c471 filter_class->filter_texture = in gst_gl_color_balance_class_init()
Dgstgleffects.c347 GST_GL_FILTER_CLASS (klass)->filter_texture = gst_gl_effects_filter_texture; in gst_gl_effects_class_init()
Dgstgloverlay.c213 GST_GL_FILTER_CLASS (klass)->filter_texture = gst_gl_overlay_filter_texture; in gst_gl_overlay_class_init()
Dgstgltransformation.c151 GST_GL_FILTER_CLASS (klass)->filter_texture = in gst_gl_transformation_class_init()
/third_party/gstreamer/gstplugins_base/
DChangeLog25478 glfilter: rewrite subclasses for filter_texture() occuring on GL thread
30371 gl: propagate return value from filter and filter_texture
/third_party/gstreamer/gstplugins_bad/
DChangeLog70612 glfilter: rewrite subclasses for filter_texture() occuring on GL thread
93905 gl: propagate return value from filter and filter_texture