Searched refs:GstShapeWipe (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/shapewipe/ |
D | gstshapewipe.c | 57 static void gst_shape_wipe_reset (GstShapeWipe * self); 58 static void gst_shape_wipe_update_qos (GstShapeWipe * self, gdouble proportion, 60 static void gst_shape_wipe_reset_qos (GstShapeWipe * self); 61 static void gst_shape_wipe_read_qos (GstShapeWipe * self, gdouble * proportion, 71 static gboolean gst_shape_wipe_video_sink_setcaps (GstShapeWipe * self, 73 static GstCaps *gst_shape_wipe_video_sink_getcaps (GstShapeWipe * self, 81 static gboolean gst_shape_wipe_mask_sink_setcaps (GstShapeWipe * self, 83 static GstCaps *gst_shape_wipe_mask_sink_getcaps (GstShapeWipe * self, 129 G_DEFINE_TYPE (GstShapeWipe, gst_shape_wipe, GST_TYPE_ELEMENT); 171 gst_shape_wipe_init (GstShapeWipe * self) in gst_shape_wipe_init() [all …]
|
D | gstshapewipe.h | 31 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_SHAPE_WIPE,GstShapeWipe)) 40 typedef struct _GstShapeWipe GstShapeWipe; typedef
|