Lines Matching refs:dm_class
384 GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_simple_method_deinterlace_frame_packed() local
407 g_assert (dm_class->fields_required <= 5); 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() local
609 g_assert (dm_class->fields_required <= 5); in gst_deinterlace_simple_method_deinterlace_frame_planar()
627 GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_simple_method_deinterlace_frame_nv12() local
637 g_assert (dm_class->fields_required <= 5); in gst_deinterlace_simple_method_deinterlace_frame_nv12()
755 GstDeinterlaceMethodClass *dm_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_simple_method_class_init() local
757 dm_class->deinterlace_frame_ayuv = in gst_deinterlace_simple_method_class_init()
759 dm_class->deinterlace_frame_yuy2 = in gst_deinterlace_simple_method_class_init()
761 dm_class->deinterlace_frame_yvyu = in gst_deinterlace_simple_method_class_init()
763 dm_class->deinterlace_frame_uyvy = in gst_deinterlace_simple_method_class_init()
765 dm_class->deinterlace_frame_argb = in gst_deinterlace_simple_method_class_init()
767 dm_class->deinterlace_frame_abgr = in gst_deinterlace_simple_method_class_init()
769 dm_class->deinterlace_frame_rgba = in gst_deinterlace_simple_method_class_init()
771 dm_class->deinterlace_frame_bgra = in gst_deinterlace_simple_method_class_init()
773 dm_class->deinterlace_frame_rgb = in gst_deinterlace_simple_method_class_init()
775 dm_class->deinterlace_frame_bgr = in gst_deinterlace_simple_method_class_init()
777 dm_class->deinterlace_frame_i420 = in gst_deinterlace_simple_method_class_init()
779 dm_class->deinterlace_frame_yv12 = in gst_deinterlace_simple_method_class_init()
781 dm_class->deinterlace_frame_y444 = in gst_deinterlace_simple_method_class_init()
783 dm_class->deinterlace_frame_y42b = in gst_deinterlace_simple_method_class_init()
785 dm_class->deinterlace_frame_y41b = in gst_deinterlace_simple_method_class_init()
787 dm_class->deinterlace_frame_nv12 = in gst_deinterlace_simple_method_class_init()
789 dm_class->deinterlace_frame_nv21 = in gst_deinterlace_simple_method_class_init()
791 dm_class->fields_required = 2; in gst_deinterlace_simple_method_class_init()
792 dm_class->setup = gst_deinterlace_simple_method_setup; in gst_deinterlace_simple_method_class_init()
793 dm_class->supported = gst_deinterlace_simple_method_supported; in gst_deinterlace_simple_method_class_init()