Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.h293 typedef gpointer (*GstGLBaseMemoryAllocatorMapFunction) (GstGLBaseMemory * mem, typedef
369 GstGLBaseMemoryAllocatorMapFunction map;
Dgstglmemory.h235 GstGLBaseMemoryAllocatorMapFunction map;
Dgstglbuffer.c520 gl_base->map = (GstGLBaseMemoryAllocatorMapFunction) _gl_buffer_map; in gst_gl_buffer_allocator_class_init()
Dgstglmemory.c963 klass->map = (GstGLBaseMemoryAllocatorMapFunction) _default_gl_tex_map; in gst_gl_memory_allocator_class_init()
970 gl_base->map = (GstGLBaseMemoryAllocatorMapFunction) _gl_tex_map; in gst_gl_memory_allocator_class_init()
Dgstglmemorypbo.c702 gl_tex->map = (GstGLBaseMemoryAllocatorMapFunction) _gl_mem_map; in gst_gl_memory_pbo_allocator_class_init()