Searched refs:src_vid (Results 1 – 3 of 3) sorted by relevance
364 _gst_gl_rb_alloc_params_copy_data (GstGLRenderbufferAllocationParams * src_vid, in _gst_gl_rb_alloc_params_copy_data() argument367 GstGLAllocationParams *src = (GstGLAllocationParams *) src_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()
1416 gst_gl_video_allocation_params_copy_data (GstGLVideoAllocationParams * src_vid, in gst_gl_video_allocation_params_copy_data() argument1419 GstGLAllocationParams *src = (GstGLAllocationParams *) src_vid; 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()1432 src_vid->valign); 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()
207 void gst_gl_video_allocation_params_copy_data (GstGLVideoAllocationParams * src_vid,