Home
last modified time | relevance | path

Searched refs:GstGLBaseMemoryAllocatorCopyFunction (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.h320 typedef GstGLBaseMemory * (*GstGLBaseMemoryAllocatorCopyFunction) (GstGLBaseMemory * mem, typedef
371 GstGLBaseMemoryAllocatorCopyFunction copy;
Dgstglmemory.h236 GstGLBaseMemoryAllocatorCopyFunction copy;
Dgstglbuffer.c522 gl_base->copy = (GstGLBaseMemoryAllocatorCopyFunction) _gl_buffer_copy; in gst_gl_buffer_allocator_class_init()
Dgstglmemory.c965 klass->copy = (GstGLBaseMemoryAllocatorCopyFunction) _default_gl_tex_copy; in gst_gl_memory_allocator_class_init()
972 gl_base->copy = (GstGLBaseMemoryAllocatorCopyFunction) _gl_tex_copy; in gst_gl_memory_allocator_class_init()
Dgstglmemorypbo.c704 gl_tex->copy = (GstGLBaseMemoryAllocatorCopyFunction) _gl_mem_copy; in gst_gl_memory_pbo_allocator_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglmemoryegl.c243 gl_tex->copy = (GstGLBaseMemoryAllocatorCopyFunction) _gl_mem_copy; in gst_gl_memory_egl_allocator_class_init()