Home
last modified time | relevance | path

Searched refs:GstMemoryMapFullFunction (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h125 GstMemoryMapFullFunction mem_map_full;
Dgstmemory.h257 typedef gpointer (*GstMemoryMapFullFunction) (GstMemory *mem, GstMapInfo * info, gsize max… typedef
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkmemory.c294 alloc->mem_map_full = (GstMemoryMapFullFunction) _vk_mem_map_full; in gst_vulkan_memory_allocator_init()
Dgstvkbuffermemory.c347 alloc->mem_map_full = (GstMemoryMapFullFunction) _vk_buffer_mem_map_full; in gst_vulkan_buffer_memory_allocator_init()
Dgstvkimagememory.c690 alloc->mem_map_full = (GstMemoryMapFullFunction) _vk_image_mem_map_full; in gst_vulkan_image_memory_allocator_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglrenderbuffer.c233 alloc->mem_map_full = (GstMemoryMapFullFunction) _gl_rbo_map; in gst_gl_renderbuffer_allocator_init()
Dgstglbasememory.c541 alloc->mem_map_full = (GstMemoryMapFullFunction) _mem_map_full; in gst_gl_base_memory_allocator_init()