Lines Matching refs:inframe
765 gst_shape_wipe_blend_##name##_##depth (GstShapeWipe * self, GstVideoFrame * inframe, \
769 const guint8 *input = (const guint8 *) GST_VIDEO_FRAME_PLANE_DATA (inframe, 0); \
772 gint width = GST_VIDEO_FRAME_WIDTH (inframe); \
773 gint height = GST_VIDEO_FRAME_HEIGHT (inframe); \
843 GstVideoFrame inframe, outframe, maskframe; in gst_shape_wipe_video_sink_chain() local
880 gst_video_frame_map (&inframe, &self->vinfo, outbuf, GST_MAP_READ); in gst_shape_wipe_video_sink_chain()
889 gst_shape_wipe_blend_argb_16 (self, &inframe, &maskframe, &outframe); in gst_shape_wipe_video_sink_chain()
891 gst_shape_wipe_blend_argb_8 (self, &inframe, &maskframe, &outframe); in gst_shape_wipe_video_sink_chain()
896 gst_shape_wipe_blend_bgra_16 (self, &inframe, &maskframe, &outframe); in gst_shape_wipe_video_sink_chain()
898 gst_shape_wipe_blend_bgra_8 (self, &inframe, &maskframe, &outframe); in gst_shape_wipe_video_sink_chain()
906 gst_video_frame_unmap (&inframe); in gst_shape_wipe_video_sink_chain()