Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.c382 GstDeinterlaceSimpleMethod *self = GST_DEINTERLACE_SIMPLE_METHOD (method); in gst_deinterlace_simple_method_deinterlace_frame_packed()
593 GstDeinterlaceSimpleMethod *self = GST_DEINTERLACE_SIMPLE_METHOD (method); in gst_deinterlace_simple_method_deinterlace_frame_planar()
625 GstDeinterlaceSimpleMethod *self = GST_DEINTERLACE_SIMPLE_METHOD (method); in gst_deinterlace_simple_method_deinterlace_frame_nv12()
652 GstDeinterlaceSimpleMethod *self = GST_DEINTERLACE_SIMPLE_METHOD (method); in gst_deinterlace_simple_method_setup()
Dgstdeinterlacemethod.h121 #define GST_DEINTERLACE_SIMPLE_METHOD(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_DEINTERLAC… macro