Home
last modified time | relevance | path

Searched refs:GstGLBaseMemoryAllocatorUnmapFunction (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.h305 typedef void (*GstGLBaseMemoryAllocatorUnmapFunction) (GstGLBaseMemory * mem, typedef
370 GstGLBaseMemoryAllocatorUnmapFunction unmap;
Dgstglmemory.h237 GstGLBaseMemoryAllocatorUnmapFunction unmap;
Dgstglbuffer.c521 gl_base->unmap = (GstGLBaseMemoryAllocatorUnmapFunction) _gl_buffer_unmap; in gst_gl_buffer_allocator_class_init()
Dgstglmemory.c964 klass->unmap = (GstGLBaseMemoryAllocatorUnmapFunction) _default_gl_tex_unmap; in gst_gl_memory_allocator_class_init()
971 gl_base->unmap = (GstGLBaseMemoryAllocatorUnmapFunction) _gl_tex_unmap; in gst_gl_memory_allocator_class_init()
Dgstglmemorypbo.c703 gl_tex->unmap = (GstGLBaseMemoryAllocatorUnmapFunction) _gl_mem_unmap; in gst_gl_memory_pbo_allocator_class_init()