Lines Matching refs:frame1
389 gst_smpte_blend_i420 (GstVideoFrame * frame1, GstVideoFrame * frame2, in gst_smpte_blend_i420() argument
405 width = GST_VIDEO_FRAME_WIDTH (frame1); in gst_smpte_blend_i420()
406 height = GST_VIDEO_FRAME_HEIGHT (frame1); in gst_smpte_blend_i420()
408 in1 = GST_VIDEO_FRAME_COMP_DATA (frame1, 0); in gst_smpte_blend_i420()
412 in1u = GST_VIDEO_FRAME_COMP_DATA (frame1, 1); in gst_smpte_blend_i420()
413 in1v = GST_VIDEO_FRAME_COMP_DATA (frame1, 2); in gst_smpte_blend_i420()
435 in1 += GST_VIDEO_FRAME_COMP_STRIDE (frame1, 0); in gst_smpte_blend_i420()
440 in1u += GST_VIDEO_FRAME_COMP_STRIDE (frame1, 1); in gst_smpte_blend_i420()
442 in1v += GST_VIDEO_FRAME_COMP_STRIDE (frame1, 2); in gst_smpte_blend_i420()
443 in2v += GST_VIDEO_FRAME_COMP_STRIDE (frame1, 2); in gst_smpte_blend_i420()
458 GstVideoFrame frame1, frame2, oframe; in gst_smpte_collected() local
525 gst_video_frame_map (&frame1, &smpte->vinfo1, in1, GST_MAP_READ); in gst_smpte_collected()
529 gst_smpte_blend_i420 (&frame1, &frame2, &oframe, smpte->mask, smpte->border, in gst_smpte_collected()
532 gst_video_frame_unmap (&frame1); in gst_smpte_collected()