Home
last modified time | relevance | path

Searched refs:GstMemoryUnmapFullFunction (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h126 GstMemoryUnmapFullFunction mem_unmap_full;
Dgstmemory.h269 typedef void (*GstMemoryUnmapFullFunction) (GstMemory *mem, GstMapInfo * info); typedef
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkmemory.c318 alloc->mem_unmap_full = (GstMemoryUnmapFullFunction) _vk_mem_unmap_full; in gst_vulkan_memory_allocator_init()
Dvkbuffermemory.c391 (GstMemoryUnmapFullFunction) _vk_buffer_mem_unmap_full; in gst_vulkan_buffer_memory_allocator_init()
Dvkimagememory.c530 alloc->mem_unmap_full = (GstMemoryUnmapFullFunction) _vk_image_mem_unmap_full; in gst_vulkan_image_memory_allocator_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglrenderbuffer.c232 alloc->mem_unmap_full = (GstMemoryUnmapFullFunction) _gl_rbo_unmap; in gst_gl_renderbuffer_allocator_init()
Dgstglbasememory.c536 alloc->mem_unmap_full = (GstMemoryUnmapFullFunction) _mem_unmap_full; in gst_gl_base_memory_allocator_init()
/third_party/gstreamer/gstreamer/docs/gst/
Dgstreamer-sections.txt1603 GstMemoryUnmapFullFunction