Searched refs:maskframe (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/shapewipe/ |
D | gstshapewipe.c | 766 GstVideoFrame * maskframe, GstVideoFrame * outframe) \ 768 const guint##depth *mask = (const guint##depth *) GST_VIDEO_FRAME_PLANE_DATA (maskframe, 0); \ 843 GstVideoFrame inframe, outframe, maskframe; in gst_shape_wipe_video_sink_chain() local 882 gst_video_frame_map (&maskframe, &self->minfo, mask, 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() 908 gst_video_frame_unmap (&maskframe); in gst_shape_wipe_video_sink_chain()
|