Home
last modified time | relevance | path

Searched refs:tmpdestline (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-blend.c303 guint8 *tmpdestline = NULL, *tmpsrcline = NULL; in gst_video_blend() local
396 tmpdestline = g_malloc (sizeof (guint8) * (dest_width + 8) * bpp); in gst_video_blend()
401 dinfo->unpack_func (dinfo, 0, tmpdestline, dest->data, dest->info.stride, in gst_video_blend()
407 tmpdestline += bpp * x; in gst_video_blend()
416 dest_type * dest = (dest_type *) tmpdestline; \ in gst_video_blend()
486 tmpdestline -= bpp * x; in gst_video_blend()
496 dinfo->pack_func (dinfo, 0, tmpdestline, dest_width, in gst_video_blend()
500 g_free (tmpdestline); in gst_video_blend()