Lines Matching refs:dm_class

314   GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self);  in gst_deinterlace_simple_method_deinterlace_frame_packed()  local
336 g_assert (dm_class->fields_required <= 4); in gst_deinterlace_simple_method_deinterlace_frame_packed()
525 GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_simple_method_deinterlace_frame_planar() local
548 g_assert (dm_class->fields_required <= 4); in gst_deinterlace_simple_method_deinterlace_frame_planar()
570 GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_simple_method_deinterlace_frame_nv12() local
584 g_assert (dm_class->fields_required <= 4); in gst_deinterlace_simple_method_deinterlace_frame_nv12()
700 GstDeinterlaceMethodClass *dm_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_simple_method_class_init() local
702 dm_class->deinterlace_frame_ayuv = in gst_deinterlace_simple_method_class_init()
704 dm_class->deinterlace_frame_yuy2 = in gst_deinterlace_simple_method_class_init()
706 dm_class->deinterlace_frame_yvyu = in gst_deinterlace_simple_method_class_init()
708 dm_class->deinterlace_frame_uyvy = in gst_deinterlace_simple_method_class_init()
710 dm_class->deinterlace_frame_argb = in gst_deinterlace_simple_method_class_init()
712 dm_class->deinterlace_frame_abgr = in gst_deinterlace_simple_method_class_init()
714 dm_class->deinterlace_frame_rgba = in gst_deinterlace_simple_method_class_init()
716 dm_class->deinterlace_frame_bgra = in gst_deinterlace_simple_method_class_init()
718 dm_class->deinterlace_frame_rgb = in gst_deinterlace_simple_method_class_init()
720 dm_class->deinterlace_frame_bgr = in gst_deinterlace_simple_method_class_init()
722 dm_class->deinterlace_frame_i420 = in gst_deinterlace_simple_method_class_init()
724 dm_class->deinterlace_frame_yv12 = in gst_deinterlace_simple_method_class_init()
726 dm_class->deinterlace_frame_y444 = in gst_deinterlace_simple_method_class_init()
728 dm_class->deinterlace_frame_y42b = in gst_deinterlace_simple_method_class_init()
730 dm_class->deinterlace_frame_y41b = in gst_deinterlace_simple_method_class_init()
732 dm_class->deinterlace_frame_nv12 = in gst_deinterlace_simple_method_class_init()
734 dm_class->deinterlace_frame_nv21 = in gst_deinterlace_simple_method_class_init()
736 dm_class->fields_required = 2; in gst_deinterlace_simple_method_class_init()
737 dm_class->setup = gst_deinterlace_simple_method_setup; in gst_deinterlace_simple_method_class_init()
738 dm_class->supported = gst_deinterlace_simple_method_supported; in gst_deinterlace_simple_method_class_init()