Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c210 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()
540 GstShapeWipe *self = GST_SHAPE_WIPE (gst_pad_get_parent (pad)); in gst_shape_wipe_src_getcaps()
664 GstShapeWipe *self = GST_SHAPE_WIPE (parent); in gst_shape_wipe_src_query()
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()
[all …]
Dgstshapewipe.h30 #define GST_SHAPE_WIPE(obj) \ macro