Home
last modified time | relevance | path

Searched refs:GstGLBaseMemoryAllocator (Results 1 – 25 of 29) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.h43 … (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,
Dgstgl_fwd.h43 typedef struct _GstGLBaseMemoryAllocator GstGLBaseMemoryAllocator; typedef
113 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLBaseMemoryAllocator, gst_object_unref)
Dgstglbuffer.h101 GstGLBaseMemoryAllocator parent;
Dgstglmemorypbo.c198 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()
Dgstglbasememory.c516 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()
Dgstglrenderbuffer.h81 GstGLBaseMemoryAllocator parent;
Dgstglframebuffer.c223 GstGLBaseMemoryAllocator *render_alloc; in gst_gl_framebuffer_new_with_default_depth()
243 render_alloc = (GstGLBaseMemoryAllocator *) in gst_gl_framebuffer_new_with_default_depth()
Dgstglmemory.h218 GstGLBaseMemoryAllocator parent;
Dgstglmemory.c828 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()
Dgstgloverlaycompositor.c379 GstGLBaseMemoryAllocator *mem_allocator; in gst_gl_composition_overlay_upload()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldifferencematte.c89 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()
Dgstgleffects.c287 GstGLBaseMemoryAllocator *base_alloc; in gst_gl_effects_gl_start()
294 base_alloc = (GstGLBaseMemoryAllocator *) in gst_gl_effects_gl_start()
Dgstgloverlay.c672 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/
Dqtglrenderer.h100 GstGLBaseMemoryAllocator *gl_allocator; in QT_FORWARD_DECLARE_CLASS()
Dqtglrenderer.cc435 gl_allocator = (GstGLBaseMemoryAllocator *) gst_gl_memory_allocator_get_default (gl_context); in init()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglmemory.c107 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()
Dstruct_aarch64.h85 {"GstGLBaseMemoryAllocator", sizeof (GstGLBaseMemoryAllocator), 216},
Dstruct_arm.h85 {"GstGLBaseMemoryAllocator", sizeof (GstGLBaseMemoryAllocator), 216},
Dstruct_i386.h85 {"GstGLBaseMemoryAllocator", sizeof (GstGLBaseMemoryAllocator), 216},
Dstruct_ppc64.h87 {"GstGLBaseMemoryAllocator", sizeof (GstGLBaseMemoryAllocator), 216},
Dstruct_x86_64.h85 {"GstGLBaseMemoryAllocator", sizeof (GstGLBaseMemoryAllocator), 216},
Dgstglupload.c171 (GstGLMemory *) gst_gl_base_memory_alloc ((GstGLBaseMemoryAllocator *) in init()
316 GstGLBaseMemoryAllocator *base_mem_alloc; in GST_START_TEST()
Dgstglcolorconvert.c127 GstGLBaseMemoryAllocator *base_mem_alloc; in check_conversion()
Dgstglcontext.c84 (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/
Dgstglmemoryegl.c136 _gl_mem_egl_alloc (GstGLBaseMemoryAllocator * allocator, in _gl_mem_egl_alloc()

12