Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglrenderbuffer.c365 GstGLRenderbufferAllocationParams * dest_vid) in _gst_gl_rb_alloc_params_copy_data() argument
368 GstGLAllocationParams *dest = (GstGLAllocationParams *) dest_vid; in _gst_gl_rb_alloc_params_copy_data()
372 dest_vid->renderbuffer_format = src_vid->renderbuffer_format; in _gst_gl_rb_alloc_params_copy_data()
373 dest_vid->width = src_vid->width; in _gst_gl_rb_alloc_params_copy_data()
374 dest_vid->height = src_vid->height; in _gst_gl_rb_alloc_params_copy_data()
Dgstglmemory.c1417 GstGLVideoAllocationParams * dest_vid) in gst_gl_video_allocation_params_copy_data() argument
1420 GstGLAllocationParams *dest = (GstGLAllocationParams *) dest_vid; in gst_gl_video_allocation_params_copy_data()
1425 dest_vid->v_info = g_new0 (GstVideoInfo, 1); in gst_gl_video_allocation_params_copy_data()
1426 *dest_vid->v_info = *src_vid->v_info; in gst_gl_video_allocation_params_copy_data()
1428 dest_vid->v_info->offset[i] = src_vid->v_info->offset[i]; in gst_gl_video_allocation_params_copy_data()
1429 dest_vid->v_info->stride[i] = src_vid->v_info->stride[i]; in gst_gl_video_allocation_params_copy_data()
1431 _gst_gl_video_allocation_params_set_video_alignment (dest_vid, in gst_gl_video_allocation_params_copy_data()
1433 dest_vid->target = src_vid->target; in gst_gl_video_allocation_params_copy_data()
1434 dest_vid->tex_format = src_vid->tex_format; in gst_gl_video_allocation_params_copy_data()
1435 dest_vid->plane = src_vid->plane; in gst_gl_video_allocation_params_copy_data()
Dgstglmemory.h208 GstGLVideoAllocationParams * dest_vid);