Searched refs:GstGLBaseMemoryAllocatorClass (Results 1 – 18 of 18) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasememory.c | 88 GstGLBaseMemoryAllocatorClass *alloc_class; in _mem_create_gl() 253 GstGLBaseMemoryAllocatorClass *alloc_class; in _map_data_gl() 337 GstGLBaseMemoryAllocatorClass *alloc_class; in _unmap_data_gl() 402 GstGLBaseMemoryAllocatorClass *alloc_class; in _mem_copy_gl() 457 GstGLBaseMemoryAllocatorClass *alloc_class; in _destroy_gl_objects() 520 gst_gl_base_memory_allocator_class_init (GstGLBaseMemoryAllocatorClass * klass) in gst_gl_base_memory_allocator_class_init() 760 GstGLBaseMemoryAllocatorClass *alloc_class; in gst_gl_base_memory_alloc()
|
D | gstglbasememory.h | 42 …_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_GL_BASE_MEMORY_ALLOCATOR, GstGLBaseMemoryAllocatorClass)) 44 …_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_GL_BASE_MEMORY_ALLOCATOR, GstGLBaseMemoryAllocatorClass))
|
D | gstglbuffer.h | 114 GstGLBaseMemoryAllocatorClass parent_class;
|
D | gstglrenderbuffer.h | 94 GstGLBaseMemoryAllocatorClass parent_class;
|
D | gstglrenderbuffer.c | 212 GstGLBaseMemoryAllocatorClass *gl_base; in gst_gl_renderbuffer_allocator_class_init() 215 gl_base = (GstGLBaseMemoryAllocatorClass *) klass; in gst_gl_renderbuffer_allocator_class_init()
|
D | gstgl_fwd.h | 44 typedef struct _GstGLBaseMemoryAllocatorClass GstGLBaseMemoryAllocatorClass; typedef
|
D | gstglmemorypbo.c | 188 GstGLBaseMemoryAllocatorClass *alloc_class; in _gl_mem_create() 692 GstGLBaseMemoryAllocatorClass *gl_base; in gst_gl_memory_pbo_allocator_class_init() 697 gl_base = (GstGLBaseMemoryAllocatorClass *) klass; in gst_gl_memory_pbo_allocator_class_init()
|
D | gstglbuffer.c | 514 GstGLBaseMemoryAllocatorClass *gl_base; in gst_gl_buffer_allocator_class_init() 516 gl_base = (GstGLBaseMemoryAllocatorClass *) klass; in gst_gl_buffer_allocator_class_init()
|
D | gstglmemory.h | 232 GstGLBaseMemoryAllocatorClass parent_class;
|
D | gstglmemory.c | 957 GstGLBaseMemoryAllocatorClass *gl_base; in gst_gl_memory_allocator_class_init() 960 gl_base = (GstGLBaseMemoryAllocatorClass *) klass; in gst_gl_memory_allocator_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglmemoryegl.c | 181 GstGLBaseMemoryAllocatorClass *alloc_class; in _gl_mem_create() 232 GstGLBaseMemoryAllocatorClass *gl_base; in gst_gl_memory_egl_allocator_class_init() 237 gl_base = (GstGLBaseMemoryAllocatorClass *) klass; in gst_gl_memory_egl_allocator_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | iosglmemory.c | 87 GstGLBaseMemoryAllocatorClass *gl_base_allocator_class = in gst_ios_gl_memory_allocator_class_init() 88 (GstGLBaseMemoryAllocatorClass *) klass; in gst_ios_gl_memory_allocator_class_init()
|
D | iosurfaceglmemory.c | 120 GstGLBaseMemoryAllocatorClass *gl_base_allocator_class = in gst_io_surface_gl_memory_allocator_class_init() 121 (GstGLBaseMemoryAllocatorClass *) klass; in gst_io_surface_gl_memory_allocator_class_init()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | struct_i386.h | 86 {"GstGLBaseMemoryAllocatorClass", sizeof (GstGLBaseMemoryAllocatorClass), 312},
|
D | struct_arm.h | 86 {"GstGLBaseMemoryAllocatorClass", sizeof (GstGLBaseMemoryAllocatorClass), 312},
|
D | struct_ppc64.h | 88 {"GstGLBaseMemoryAllocatorClass", sizeof (GstGLBaseMemoryAllocatorClass), 312},
|
D | struct_x86_64.h | 86 {"GstGLBaseMemoryAllocatorClass", sizeof (GstGLBaseMemoryAllocatorClass), 312},
|
D | struct_aarch64.h | 86 {"GstGLBaseMemoryAllocatorClass", sizeof (GstGLBaseMemoryAllocatorClass), 312},
|