Home
last modified time | relevance | path

Searched refs:GstGLTransformation (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltransformation.c91 G_DEFINE_TYPE_WITH_CODE (GstGLTransformation, gst_gl_transformation,
114 static void gst_gl_transformation_build_mvp (GstGLTransformation *
256 gst_gl_transformation_init (GstGLTransformation * filter) in gst_gl_transformation_init()
287 GstGLTransformation *transformation; in gst_gl_transformation_finalize()
307 gst_gl_transformation_build_mvp (GstGLTransformation * transformation) in gst_gl_transformation_build_mvp()
410 GstGLTransformation *filter = GST_GL_TRANSFORMATION (object); in gst_gl_transformation_set_property()
463 GstGLTransformation *filter = GST_GL_TRANSFORMATION (object); in gst_gl_transformation_get_property()
519 GstGLTransformation *transformation = GST_GL_TRANSFORMATION (filter); in gst_gl_transformation_set_caps()
542 _screen_coord_to_world_ray (GstGLTransformation * transformation, float x, in _screen_coord_to_world_ray()
589 _init_world_video_plane (GstGLTransformation * transformation, in _init_world_video_plane()
[all …]
Dgstgltransformation.h31 …(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_GL_TRANSFORMATION,GstGLTransformation))
37 typedef struct _GstGLTransformation GstGLTransformation; typedef