Searched refs:GstGLBaseMemoryAllocator (Results 1 – 25 of 29) sorted by relevance
12
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasememory.h | 43 … (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_GL_BASE_MEMORY_ALLOCATOR, GstGLBaseMemoryAllocator)) 45 #define GST_GL_BASE_MEMORY_ALLOCATOR_CAST(obj) ((GstGLBaseMemoryAllocator *)(obj)) 263 …BaseMemory * (*GstGLBaseMemoryAllocatorAllocFunction) (GstGLBaseMemoryAllocator * allocat… 416 GstGLBaseMemory * gst_gl_base_memory_alloc (GstGLBaseMemoryAllocator * allocator,
|
D | gstgl_fwd.h | 43 typedef struct _GstGLBaseMemoryAllocator GstGLBaseMemoryAllocator; typedef 113 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLBaseMemoryAllocator, gst_object_unref)
|
D | gstglbuffer.h | 101 GstGLBaseMemoryAllocator parent;
|
D | gstglmemorypbo.c | 198 GstGLBaseMemoryAllocator *buf_allocator; in _gl_mem_create() 572 GstGLBaseMemoryAllocator *base_mem_allocator; in _gl_mem_copy() 577 base_mem_allocator = (GstGLBaseMemoryAllocator *) allocator; in _gl_mem_copy() 651 _gl_mem_pbo_alloc (GstGLBaseMemoryAllocator * allocator, in _gl_mem_pbo_alloc()
|
D | gstglbasememory.c | 516 G_DEFINE_ABSTRACT_TYPE (GstGLBaseMemoryAllocator, gst_gl_base_memory_allocator, 533 gst_gl_base_memory_allocator_init (GstGLBaseMemoryAllocator * allocator) in gst_gl_base_memory_allocator_init() 757 gst_gl_base_memory_alloc (GstGLBaseMemoryAllocator * allocator, in gst_gl_base_memory_alloc()
|
D | gstglrenderbuffer.h | 81 GstGLBaseMemoryAllocator parent;
|
D | gstglframebuffer.c | 223 GstGLBaseMemoryAllocator *render_alloc; in gst_gl_framebuffer_new_with_default_depth() 243 render_alloc = (GstGLBaseMemoryAllocator *) in gst_gl_framebuffer_new_with_default_depth()
|
D | gstglmemory.h | 218 GstGLBaseMemoryAllocator parent;
|
D | gstglmemory.c | 828 GstGLBaseMemoryAllocator *base_mem_allocator; in _default_gl_tex_copy() 833 base_mem_allocator = (GstGLBaseMemoryAllocator *) allocator; in _default_gl_tex_copy() 1459 GstGLBaseMemoryAllocator *base_allocator; in gst_gl_memory_setup_buffer()
|
D | gstgloverlaycompositor.c | 379 GstGLBaseMemoryAllocator *mem_allocator; in gst_gl_composition_overlay_upload()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldifferencematte.c | 89 GstGLBaseMemoryAllocator *tex_alloc; in gst_gl_differencematte_gl_start() 98 tex_alloc = (GstGLBaseMemoryAllocator *) in gst_gl_differencematte_gl_start() 316 GstGLBaseMemoryAllocator *tex_alloc; in init_pixbuf_texture() 320 tex_alloc = (GstGLBaseMemoryAllocator *) in init_pixbuf_texture()
|
D | gstgleffects.c | 287 GstGLBaseMemoryAllocator *base_alloc; in gst_gl_effects_gl_start() 294 base_alloc = (GstGLBaseMemoryAllocator *) in gst_gl_effects_gl_start()
|
D | gstgloverlay.c | 672 GstGLBaseMemoryAllocator *mem_allocator; in gst_gl_overlay_load_jpeg() 734 GstGLBaseMemoryAllocator *mem_allocator; in gst_gl_overlay_load_png()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | qtglrenderer.h | 100 GstGLBaseMemoryAllocator *gl_allocator; in QT_FORWARD_DECLARE_CLASS()
|
D | qtglrenderer.cc | 435 gl_allocator = (GstGLBaseMemoryAllocator *) gst_gl_memory_allocator_get_default (gl_context); in init()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglmemory.c | 107 GstGLBaseMemoryAllocator *base_mem_alloc; in create_memory() 202 GstGLBaseMemoryAllocator *base_mem_alloc; in wrap_raw_data() 272 GstGLBaseMemoryAllocator *base_mem_alloc; in wrap_gl_memory()
|
D | struct_aarch64.h | 85 {"GstGLBaseMemoryAllocator", sizeof (GstGLBaseMemoryAllocator), 216},
|
D | struct_arm.h | 85 {"GstGLBaseMemoryAllocator", sizeof (GstGLBaseMemoryAllocator), 216},
|
D | struct_i386.h | 85 {"GstGLBaseMemoryAllocator", sizeof (GstGLBaseMemoryAllocator), 216},
|
D | struct_ppc64.h | 87 {"GstGLBaseMemoryAllocator", sizeof (GstGLBaseMemoryAllocator), 216},
|
D | struct_x86_64.h | 85 {"GstGLBaseMemoryAllocator", sizeof (GstGLBaseMemoryAllocator), 216},
|
D | gstglupload.c | 171 (GstGLMemory *) gst_gl_base_memory_alloc ((GstGLBaseMemoryAllocator *) in init() 316 GstGLBaseMemoryAllocator *base_mem_alloc; in GST_START_TEST()
|
D | gstglcolorconvert.c | 127 GstGLBaseMemoryAllocator *base_mem_alloc; in check_conversion()
|
D | gstglcontext.c | 84 (GstGLMemory *) gst_gl_base_memory_alloc ((GstGLBaseMemoryAllocator *) in init() 87 (GstGLMemory *) gst_gl_base_memory_alloc ((GstGLBaseMemoryAllocator *) in init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglmemoryegl.c | 136 _gl_mem_egl_alloc (GstGLBaseMemoryAllocator * allocator, in _gl_mem_egl_alloc()
|
12