Home
last modified time | relevance | path

Searched refs:GstDeinterlaceMethodClass (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.h38 …SS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_DEINTERLACE_METHOD, GstDeinterlaceMethodClass))
40 …(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_DEINTERLACE_METHOD, GstDeinterlaceMethodClass))
44 typedef struct _GstDeinterlaceMethodClass GstDeinterlaceMethodClass; typedef
82 …gboolean (*supported) (GstDeinterlaceMethodClass *klass, GstVideoFormat format, gint width, gint h…
179 GstDeinterlaceMethodClass parent_class;
Dgstdeinterlacemethod.c36 GstDeinterlaceMethodClass *klass = in gst_deinterlace_method_supported()
50 gst_deinterlace_method_supported_impl (GstDeinterlaceMethodClass * klass, in gst_deinterlace_method_supported_impl()
100 GstDeinterlaceMethodClass *klass = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_method_setup()
109 GstDeinterlaceMethodClass *klass = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_method_setup_impl()
181 gst_deinterlace_method_class_init (GstDeinterlaceMethodClass * klass) in gst_deinterlace_method_class_init()
206 GstDeinterlaceMethodClass *klass = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_method_get_fields_required()
214 GstDeinterlaceMethodClass *klass = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_method_get_latency()
223 gst_deinterlace_simple_method_supported (GstDeinterlaceMethodClass * mklass, in gst_deinterlace_simple_method_supported()
384 GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_simple_method_deinterlace_frame_packed()
595 GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_simple_method_deinterlace_frame_planar()
[all …]
Dyadif.c145 GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_method_yadif_class_init()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dtomsmocomp.c56 typedef GstDeinterlaceMethodClass GstDeinterlaceMethodTomsMoCompClass;
164 GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_method_tomsmocomp_class_init()
Dscalerbob.c76 GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_method_scaler_bob_class_init()
Dlinear.c92 GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_method_linear_class_init()
Dweavetff.c127 GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_method_weave_tff_class_init()
Dweavebff.c126 GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_method_weave_bff_class_init()
Dweave.c125 GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_method_weave_class_init()
Dlinearblend.c152 GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_method_linear_blend_class_init()
Dgreedy.c179 GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_method_greedy_l_class_init()
Dvfir.c245 GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_method_vfir_class_init()
Dgreedyh.c65 GstDeinterlaceMethodClass parent_class;
918 GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_method_greedy_h_class_init()