Home
last modified time | relevance | path

Searched refs:GST_GL_BASE_MEMORY_ALLOCATOR_GET_CLASS (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.c94 GST_GL_BASE_MEMORY_ALLOCATOR_GET_CLASS (transfer->mem->mem.allocator); in _mem_create_gl()
260 GST_GL_BASE_MEMORY_ALLOCATOR_GET_CLASS (transfer->mem->mem.allocator); in _map_data_gl()
342 GST_GL_BASE_MEMORY_ALLOCATOR_GET_CLASS (transfer->mem->mem.allocator); in _unmap_data_gl()
405 GST_GL_BASE_MEMORY_ALLOCATOR_GET_CLASS (transfer->src->mem.allocator); in _mem_copy_gl()
459 alloc_class = GST_GL_BASE_MEMORY_ALLOCATOR_GET_CLASS (mem->mem.allocator); in _destroy_gl_objects()
764 alloc_class = GST_GL_BASE_MEMORY_ALLOCATOR_GET_CLASS (allocator); in gst_gl_base_memory_alloc()
Dgstglbasememory.h42 #define GST_GL_BASE_MEMORY_ALLOCATOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TY… macro