Home
last modified time | relevance | path

Searched refs:GstMemoryUnmapFunction (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h119 GstMemoryUnmapFunction mem_unmap;
Dgstmemory.h265 typedef void (*GstMemoryUnmapFunction) (GstMemory *mem); typedef
Dgstallocator.c592 alloc->mem_unmap = (GstMemoryUnmapFunction) _sysmem_unmap; in gst_allocator_sysmem_init()
/third_party/gstreamer/gstreamer/tests/examples/memory/
Dmy-memory.c147 alloc->mem_unmap = (GstMemoryUnmapFunction) _my_mem_unmap; in my_memory_allocator_init()
Dmy-vidmem.c142 alloc->mem_unmap = (GstMemoryUnmapFunction) _my_vidmem_unmap; in my_vidmem_allocator_init()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagepool.c202 alloc->mem_unmap = (GstMemoryUnmapFunction) ximage_memory_unmap; in ximage_memory_allocator_init()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.c302 alloc->mem_unmap = (GstMemoryUnmapFunction) gst_xvimage_memory_unmap; in gst_xvimage_allocator_init()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmemory.c663 alloc->mem_unmap = (GstMemoryUnmapFunction) _my_opaque_mem_unmap; in my_opaque_memory_allocator_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c164 alloc->mem_unmap = (GstMemoryUnmapFunction) custom_sysmem_unmap; in custom_sysmem_allocator_init()
Drtph264.c161 alloc->mem_unmap = (GstMemoryUnmapFunction) custom_sysmem_unmap; in custom_sysmem_allocator_init()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c468 alloc->mem_unmap = (GstMemoryUnmapFunction) _v4l2mem_unmap; in gst_v4l2_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c1342 allocator->mem_unmap = (GstMemoryUnmapFunction) _va_unmap; in gst_va_allocator_init()