Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstwarp.c66 G_DEFINE_TYPE (GstWarpTV, gst_warptv, GST_TYPE_VIDEO_FILTER);
70 static void initDistTable (GstWarpTV * filter, gint width, gint height);
90 GstWarpTV *filter = GST_WARPTV (vfilter); in gst_warptv_set_info()
121 initDistTable (GstWarpTV * filter, gint width, gint height) in initDistTable()
147 GstWarpTV *warptv = GST_WARPTV (filter); in gst_warptv_transform_frame()
217 GstWarpTV *warptv = GST_WARPTV (trans); in gst_warptv_start()
227 GstWarpTV *warptv = GST_WARPTV (object); in gst_warptv_finalize()
265 gst_warptv_init (GstWarpTV * warptv) in gst_warptv_init()
Dgstwarp.h37 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_WARPTV,GstWarpTV))
45 typedef struct _GstWarpTV GstWarpTV; typedef