Lines Matching refs:dest_frame
340 reconstruct (GstIvtc * ivtc, GstVideoFrame * dest_frame, int i1, int i2) in reconstruct() argument
361 guint8 *dest = GET_LINE (dest_frame, k, j); in reconstruct()
389 reconstruct_single (GstIvtc * ivtc, GstVideoFrame * dest_frame, int i1) in reconstruct_single() argument
398 height = GST_VIDEO_FRAME_COMP_HEIGHT (dest_frame, k); in reconstruct_single()
399 width = GST_VIDEO_FRAME_COMP_WIDTH (dest_frame, k); in reconstruct_single()
402 memcpy (GET_LINE (dest_frame, k, j), in reconstruct_single()
406 memcpy (GET_LINE (dest_frame, k, j), in reconstruct_single()
409 guint8 *dest = GET_LINE (dest_frame, k, j); in reconstruct_single()
468 height = GST_VIDEO_FRAME_COMP_HEIGHT (dest_frame, k); in reconstruct_single()
469 width = GST_VIDEO_FRAME_COMP_WIDTH (dest_frame, k); in reconstruct_single()
472 memcpy (GET_LINE (dest_frame, k, j), in reconstruct_single()
476 memcpy (GET_LINE (dest_frame, k, j), in reconstruct_single()
479 guint8 *dest = GET_LINE (dest_frame, k, j); in reconstruct_single()
569 GstVideoFrame dest_frame; in gst_ivtc_construct_frame() local
583 gst_video_frame_map (&dest_frame, &ivtc->src_video_info, outbuf, in gst_ivtc_construct_frame()
589 reconstruct (ivtc, &dest_frame, anchor_index, anchor_index + 1); in gst_ivtc_construct_frame()
595 reconstruct (ivtc, &dest_frame, anchor_index, anchor_index - 1); in gst_ivtc_construct_frame()
602 reconstruct (ivtc, &dest_frame, anchor_index, anchor_index + 1); in gst_ivtc_construct_frame()
612 reconstruct_single (ivtc, &dest_frame, anchor_index); in gst_ivtc_construct_frame()
619 gst_video_frame_unmap (&dest_frame); in gst_ivtc_construct_frame()