Searched refs:GstIvtc (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/ivtc/ |
D | gstivtc.c | 72 static void gst_ivtc_flush (GstIvtc * ivtc); 73 static void gst_ivtc_retire_fields (GstIvtc * ivtc, int n_fields); 74 static void gst_ivtc_construct_frame (GstIvtc * itvc, GstBuffer * outbuf); 110 G_DEFINE_TYPE_WITH_CODE (GstIvtc, gst_ivtc, GST_TYPE_BASE_TRANSFORM, 141 gst_ivtc_init (GstIvtc * ivtc) in gst_ivtc_init() 230 GstIvtc *ivtc = GST_IVTC (trans); in gst_ivtc_set_caps() 247 GstIvtc *ivtc = GST_IVTC (trans); in gst_ivtc_sink_event() 268 gst_ivtc_flush (GstIvtc * ivtc) in gst_ivtc_flush() 284 add_field (GstIvtc * ivtc, GstBuffer * buffer, int parity, int index) in add_field() 311 similarity (GstIvtc * ivtc, int i1, int i2) in similarity() [all …]
|
D | gstivtc.h | 31 #define GST_IVTC(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_IVTC,GstIvtc)) 36 typedef struct _GstIvtc GstIvtc; typedef
|