Lines Matching refs:oframe
385 GstVideoFrame * oframe, GstMask * mask, gint border, gint pos) in gst_smpte_blend_i420() argument
405 out = GST_VIDEO_FRAME_COMP_DATA (oframe, 0); in gst_smpte_blend_i420()
411 outu = GST_VIDEO_FRAME_COMP_DATA (oframe, 1); in gst_smpte_blend_i420()
412 outv = GST_VIDEO_FRAME_COMP_DATA (oframe, 2); in gst_smpte_blend_i420()
432 out += GST_VIDEO_FRAME_COMP_STRIDE (oframe, 0); in gst_smpte_blend_i420()
439 outu += GST_VIDEO_FRAME_COMP_STRIDE (oframe, 1); in gst_smpte_blend_i420()
440 outv += GST_VIDEO_FRAME_COMP_STRIDE (oframe, 2); in gst_smpte_blend_i420()
453 GstVideoFrame frame1, frame2, oframe; in gst_smpte_collected() local
523 gst_video_frame_map (&oframe, &smpte->vinfo1, outbuf, GST_MAP_WRITE); in gst_smpte_collected()
524 gst_smpte_blend_i420 (&frame1, &frame2, &oframe, smpte->mask, smpte->border, in gst_smpte_collected()
529 gst_video_frame_unmap (&oframe); in gst_smpte_collected()