Home
last modified time | relevance | path

Searched refs:GstFdMemory (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstfdmemory.c54 } GstFdMemory; typedef
60 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_free()
73 g_slice_free (GstFdMemory, mem); in gst_fd_mem_free()
82 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_map()
158 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_unmap()
185 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_share()
186 GstFdMemory *sub; in gst_fd_mem_share()
199 sub = g_slice_new0 (GstFdMemory); in gst_fd_mem_share()
287 GstFdMemory *mem; in gst_fd_allocator_alloc()
291 mem = g_slice_new0 (GstFdMemory); in gst_fd_allocator_alloc()
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog60444 Add some flags to the GstFdMemory to control how memory is mapped and
/third_party/gstreamer/gstplugins_bad/
DChangeLog85750 waylandsink: replace the custom GstWlShmMemory with GstFdMemory