Lines Matching refs:GstShapeWipe
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()
210 GstShapeWipe *self = GST_SHAPE_WIPE (object); in gst_shape_wipe_get_property()
229 GstShapeWipe *self = GST_SHAPE_WIPE (object); in gst_shape_wipe_set_property()
255 GstShapeWipe *self = GST_SHAPE_WIPE (object); in gst_shape_wipe_finalize()
266 gst_shape_wipe_reset (GstShapeWipe * self) in gst_shape_wipe_reset()
289 gst_shape_wipe_video_sink_setcaps (GstShapeWipe * self, GstCaps * caps) in gst_shape_wipe_video_sink_setcaps()
330 gst_shape_wipe_video_sink_getcaps (GstShapeWipe * self, GstPad * pad, in gst_shape_wipe_video_sink_getcaps()
419 gst_shape_wipe_mask_sink_setcaps (GstShapeWipe * self, GstCaps * caps) in gst_shape_wipe_mask_sink_setcaps()
452 gst_shape_wipe_mask_sink_getcaps (GstShapeWipe * self, GstPad * pad, in gst_shape_wipe_mask_sink_getcaps()
540 GstShapeWipe *self = GST_SHAPE_WIPE (gst_pad_get_parent (pad)); in gst_shape_wipe_src_getcaps()
635 GstShapeWipe *self = (GstShapeWipe *) parent; in gst_shape_wipe_video_sink_query()
664 GstShapeWipe *self = GST_SHAPE_WIPE (parent); in gst_shape_wipe_src_query()
691 gst_shape_wipe_update_qos (GstShapeWipe * self, gdouble proportion, in gst_shape_wipe_update_qos()
708 gst_shape_wipe_reset_qos (GstShapeWipe * self) in gst_shape_wipe_reset_qos()
714 gst_shape_wipe_read_qos (GstShapeWipe * self, gdouble * proportion, in gst_shape_wipe_read_qos()
726 gst_shape_wipe_do_qos (GstShapeWipe * self, GstClockTime timestamp) in gst_shape_wipe_do_qos()
765 gst_shape_wipe_blend_##name##_##depth (GstShapeWipe * self, GstVideoFrame * inframe, \
839 GstShapeWipe *self = GST_SHAPE_WIPE (parent); in gst_shape_wipe_video_sink_chain()
951 GstShapeWipe *self = GST_SHAPE_WIPE (parent); in gst_shape_wipe_mask_sink_chain()
969 GstShapeWipe *self = GST_SHAPE_WIPE (element); in gst_shape_wipe_change_state()
1005 GstShapeWipe *self = GST_SHAPE_WIPE (parent); in gst_shape_wipe_video_sink_event()
1049 GstShapeWipe *self = GST_SHAPE_WIPE (parent); in gst_shape_wipe_mask_sink_event()
1081 GstShapeWipe *self = GST_SHAPE_WIPE (parent); in gst_shape_wipe_mask_sink_query()
1111 GstShapeWipe *self = GST_SHAPE_WIPE (parent); in gst_shape_wipe_src_event()