/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasememory.h | 131 typedef struct _GstGLAllocationParams GstGLAllocationParams; typedef 140 …pedef void (*GstGLAllocationParamsCopyFunc) (GstGLAllocationParams * src, GstGLAllocationPar… 223 gboolean gst_gl_allocation_params_init (GstGLAllocationParams * params, 238 GstGLAllocationParams * gst_gl_allocation_params_copy (GstGLAllocationParams * src); 241 void gst_gl_allocation_params_free (GstGLAllocationParams * params); 245 void gst_gl_allocation_params_free_data (GstGLAllocationParams * params); 249 void gst_gl_allocation_params_copy_data (GstGLAllocationParams * src, 250 GstGLAllocationParams * dest); 264 … GstGLAllocationParams * params); 417 GstGLAllocationParams * params);
|
D | gstglbufferpool.h | 73 GstGLAllocationParams * gst_gl_buffer_pool_get_gl_allocation_params (GstGLBufferPool * pool); 76 GstGLAllocationParams * gst_buffer_pool_config_get_gl_allocation_params (GstStructure * config); 79 … const GstGLAllocationParams * params);
|
D | gstglbufferpool.c | 141 gst_gl_allocation_params_free ((GstGLAllocationParams *) priv->gl_params); in gst_gl_buffer_pool_set_config() 378 gst_gl_allocation_params_free ((GstGLAllocationParams *) priv->gl_params); in gst_gl_buffer_pool_finalize() 395 GstGLAllocationParams * 401 return gst_gl_allocation_params_copy ((GstGLAllocationParams *) pool-> in gst_gl_buffer_pool_get_gl_allocation_params() 413 GstGLAllocationParams * 416 GstGLAllocationParams *ret; in gst_buffer_pool_config_get_gl_allocation_params() 434 const GstGLAllocationParams * params) in gst_buffer_pool_config_set_gl_allocation_params()
|
D | gstglbasememory.c | 632 gst_gl_allocation_params_init (GstGLAllocationParams * params, in gst_gl_allocation_params_init() 671 GstGLAllocationParams * 672 gst_gl_allocation_params_copy (GstGLAllocationParams * src) in gst_gl_allocation_params_copy() 674 GstGLAllocationParams *dest; in gst_gl_allocation_params_copy() 695 gst_gl_allocation_params_free (GstGLAllocationParams * params) in gst_gl_allocation_params_free() 713 gst_gl_allocation_params_free_data (GstGLAllocationParams * params) in gst_gl_allocation_params_free_data() 732 gst_gl_allocation_params_copy_data (GstGLAllocationParams * src, in gst_gl_allocation_params_copy_data() 733 GstGLAllocationParams * dest) in gst_gl_allocation_params_copy_data() 743 G_DEFINE_BOXED_TYPE (GstGLAllocationParams, gst_gl_allocation_params, 758 GstGLAllocationParams * params) in gst_gl_base_memory_alloc()
|
D | gstglrenderbuffer.c | 367 GstGLAllocationParams *src = (GstGLAllocationParams *) src_vid; in _gst_gl_rb_alloc_params_copy_data() 368 GstGLAllocationParams *dest = (GstGLAllocationParams *) dest_vid; in _gst_gl_rb_alloc_params_copy_data() 393 if (!gst_gl_allocation_params_init ((GstGLAllocationParams *) params, in _gst_gl_renderbuffer_allocation_params_init_full()
|
D | gstglbuffer.h | 78 GstGLAllocationParams parent;
|
D | gstglrenderbuffer.h | 118 GstGLAllocationParams parent;
|
D | gstglmemory.c | 1211 if (!gst_gl_allocation_params_init ((GstGLAllocationParams *) params, in gst_gl_video_allocation_params_init_full() 1419 GstGLAllocationParams *src = (GstGLAllocationParams *) src_vid; in gst_gl_video_allocation_params_copy_data() 1420 GstGLAllocationParams *dest = (GstGLAllocationParams *) dest_vid; in gst_gl_video_allocation_params_copy_data() 1509 (GstGLAllocationParams *) params))) in gst_gl_memory_setup_buffer()
|
D | gstglframebuffer.c | 224 GstGLAllocationParams *params; in gst_gl_framebuffer_new_with_default_depth() 245 params = (GstGLAllocationParams *) in gst_gl_framebuffer_new_with_default_depth()
|
D | gstglupload.c | 686 gst_gl_allocation_params_free ((GstGLAllocationParams *) dmabuf->params); in _dma_buf_upload_accept() 828 gst_gl_allocation_params_free ((GstGLAllocationParams *) dmabuf->params); in _dma_buf_upload_free() 1354 gst_gl_allocation_params_free ((GstGLAllocationParams *) raw->params); in _raw_data_upload_accept() 1414 gst_gl_allocation_params_free ((GstGLAllocationParams *) raw->params); in _raw_data_upload_free() 1553 gst_gl_allocation_params_free ((GstGLAllocationParams *) directviv->params); in _directviv_upload_accept() 1734 gst_gl_allocation_params_free ((GstGLAllocationParams *) directviv->params); in _directviv_upload_free() 1910 gst_gl_allocation_params_free ((GstGLAllocationParams *) nvmm->params); in _nvmm_upload_accept() 2215 gst_gl_allocation_params_free ((GstGLAllocationParams *) nvmm->params); in _nvmm_upload_free()
|
D | gstglmemorypbo.c | 213 (GstGLAllocationParams *) params); in _gl_mem_create() 229 gst_gl_allocation_params_free ((GstGLAllocationParams *) params); in _gl_mem_create() 241 gst_gl_allocation_params_free ((GstGLAllocationParams *) params); in _gl_mem_create()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglmemory.c | 125 (GstGLAllocationParams *) params); in create_memory() 138 gst_gl_allocation_params_free ((GstGLAllocationParams *) params); in create_memory() 222 (GstGLAllocationParams *) params); in wrap_raw_data() 235 gst_gl_allocation_params_free ((GstGLAllocationParams *) params); in wrap_raw_data() 290 (GstGLAllocationParams *) params); in wrap_gl_memory() 307 gst_gl_allocation_params_free ((GstGLAllocationParams *) params); in wrap_gl_memory()
|
D | gstglupload.c | 172 allocator, (GstGLAllocationParams *) params); in init() 174 gst_gl_allocation_params_free ((GstGLAllocationParams *) params); in init() 340 (GstGLAllocationParams *) params); in GST_START_TEST() 341 gst_gl_allocation_params_free ((GstGLAllocationParams *) params); in GST_START_TEST()
|
D | gstglcolorconvert.c | 163 (GstGLAllocationParams *) params); in check_conversion() 166 gst_gl_allocation_params_free ((GstGLAllocationParams *) params); in check_conversion()
|
D | struct_i386.h | 84 {"GstGLAllocationParams", sizeof (GstGLAllocationParams), 120},
|
D | struct_arm.h | 84 {"GstGLAllocationParams", sizeof (GstGLAllocationParams), 120},
|
D | struct_ppc64.h | 86 {"GstGLAllocationParams", sizeof (GstGLAllocationParams), 120},
|
D | struct_aarch64.h | 84 {"GstGLAllocationParams", sizeof (GstGLAllocationParams), 120},
|
D | struct_x86_64.h | 84 {"GstGLAllocationParams", sizeof (GstGLAllocationParams), 120},
|
D | gstglcontext.c | 85 allocator, (GstGLAllocationParams *) params); in init() 88 allocator, (GstGLAllocationParams *) params); in init() 90 gst_gl_allocation_params_free ((GstGLAllocationParams *) params); in init()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldifferencematte.c | 90 GstGLAllocationParams *params; in gst_gl_differencematte_gl_start() 101 (GstGLAllocationParams *) gst_gl_video_allocation_params_new (context, in gst_gl_differencematte_gl_start() 317 GstGLAllocationParams *params; in init_pixbuf_texture() 325 (GstGLAllocationParams *) gst_gl_video_allocation_params_new (context, in init_pixbuf_texture() 334 (GstGLAllocationParams *) gst_gl_video_allocation_params_new (context, in init_pixbuf_texture()
|
D | gstgloverlay.c | 709 (GstGLAllocationParams *) params); in gst_gl_overlay_load_jpeg() 710 gst_gl_allocation_params_free ((GstGLAllocationParams *) params); in gst_gl_overlay_load_jpeg() 824 (GstGLAllocationParams *) params); in gst_gl_overlay_load_png() 825 gst_gl_allocation_params_free ((GstGLAllocationParams *) params); in gst_gl_overlay_load_png()
|
D | gstgldownloadelement.c | 560 gst_gl_allocation_params_free ((GstGLAllocationParams *) priv->gl_params); in gst_gl_buffer_pool_nvmm_set_config() 568 (GstGLAllocationParams *) priv->gl_params); in gst_gl_buffer_pool_nvmm_set_config() 569 gst_gl_allocation_params_free ((GstGLAllocationParams *) parent_gl_params); in gst_gl_buffer_pool_nvmm_set_config() 732 gst_gl_allocation_params_free ((GstGLAllocationParams *) priv->gl_params); in gst_gl_buffer_pool_nvmm_finalize()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | qtglrenderer.h | 101 GstGLAllocationParams *gl_params; in QT_FORWARD_DECLARE_CLASS()
|
D | gstqtsrc.cc | 408 (GstGLAllocationParams *) glparams); in gst_qt_src_decide_allocation() 409 gst_gl_allocation_params_free ((GstGLAllocationParams *) glparams); in gst_qt_src_decide_allocation()
|