Searched refs:cur_field_flags (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlacemethod.c | 387 guint cur_field_flags; in gst_deinterlace_simple_method_deinterlace_frame_packed() local 401 cur_field_flags = history[cur_field_idx].flags; in gst_deinterlace_simple_method_deinterlace_frame_packed() 426 scanlines.bottom_field = (cur_field_flags == PICTURE_INTERLACED_BOTTOM); in gst_deinterlace_simple_method_deinterlace_frame_packed() 524 guint cur_field_flags, gint plane, in gst_deinterlace_simple_method_deinterlace_frame_planar_plane() argument 544 scanlines.bottom_field = (cur_field_flags == PICTURE_INTERLACED_BOTTOM); in gst_deinterlace_simple_method_deinterlace_frame_planar_plane() 597 guint cur_field_flags = history[cur_field_idx].flags; in gst_deinterlace_simple_method_deinterlace_frame_planar() local 616 outframe, &lg, cur_field_flags, i, copy_scanline, interpolate_scanline); in gst_deinterlace_simple_method_deinterlace_frame_planar() 629 guint cur_field_flags = history[cur_field_idx].flags; in gst_deinterlace_simple_method_deinterlace_frame_nv12() local 641 outframe, &lg, cur_field_flags, 0, in gst_deinterlace_simple_method_deinterlace_frame_nv12() 644 outframe, &lg, cur_field_flags, 1, in gst_deinterlace_simple_method_deinterlace_frame_nv12()
|