Lines Matching refs:outframe
196 GstVideoFrame * outframe, int cur_field_idx) in gst_deinterlace_method_deinterlace_frame() argument
199 self->deinterlace_frame (self, history, history_count, outframe, in gst_deinterlace_method_deinterlace_frame()
310 GstVideoFrame * outframe, gint cur_field_idx) in gst_deinterlace_simple_method_deinterlace_frame_packed() argument
325 frame_height = GST_VIDEO_FRAME_HEIGHT (outframe); in gst_deinterlace_simple_method_deinterlace_frame_packed()
326 frame_width = GST_VIDEO_FRAME_PLANE_STRIDE (outframe, 0); in gst_deinterlace_simple_method_deinterlace_frame_packed()
376 self->copy_scanline_packed (self, LINE (outframe, i), &scanlines, in gst_deinterlace_simple_method_deinterlace_frame_packed()
394 self->interpolate_scanline_packed (self, LINE (outframe, i), &scanlines, in gst_deinterlace_simple_method_deinterlace_frame_packed()
521 GstVideoFrame * outframe, gint cur_field_idx) in gst_deinterlace_simple_method_deinterlace_frame_planar() argument
558 outframe, frame0, frame1, frame2, framep, cur_field_flags, i, in gst_deinterlace_simple_method_deinterlace_frame_planar()
566 GstVideoFrame * outframe, gint cur_field_idx) in gst_deinterlace_simple_method_deinterlace_frame_nv12() argument
594 outframe, frame0, frame1, frame2, framep, cur_field_flags, i, in gst_deinterlace_simple_method_deinterlace_frame_nv12()