Searched defs:_GstDeinterlaceScanlineData (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlacemethod.h | 133 struct _GstDeinterlaceScanlineData { struct 134 const guint8 *ttp, *tp, *mp, *bp, *bbp; 135 const guint8 *tt0, *t0, *m0, *b0, *bb0; 136 const guint8 *tt1, *t1, *m1, *b1, *bb1; 137 const guint8 *tt2, *t2, *m2, *b2, *bb2; 138 const guint8 *tp2, *bp2; 139 gboolean bottom_field;
|