Searched defs:_GstDeinterlaceMethodClass (Results 1 – 1 of 1) sorted by relevance
77 struct _GstDeinterlaceMethodClass { struct78 GstObjectClass parent_class;79 guint fields_required;80 guint latency;82 …an (*supported) (GstDeinterlaceMethodClass *klass, GstVideoFormat format, gint width, gint height);84 void (*setup) (GstDeinterlaceMethod *self, GstVideoInfo * vinfo);86 GstDeinterlaceMethodDeinterlaceFunction deinterlace_frame_yuy2;87 GstDeinterlaceMethodDeinterlaceFunction deinterlace_frame_yvyu;88 GstDeinterlaceMethodDeinterlaceFunction deinterlace_frame_uyvy;89 GstDeinterlaceMethodDeinterlaceFunction deinterlace_frame_i420;[all …]