Home
last modified time | relevance | path

Searched refs:gst_fd_memory_get_fd (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstdmabuf.c72 if (ioctl (gst_fd_memory_get_fd (gmem), DMA_BUF_IOCTL_SYNC, &sync) < 0) in gst_dmabuf_mem_map()
94 if (ioctl (gst_fd_memory_get_fd (gmem), DMA_BUF_IOCTL_SYNC, &sync) < 0) in gst_dmabuf_mem_unmap()
206 return gst_fd_memory_get_fd (mem); in gst_dmabuf_memory_get_fd()
Dgstfdmemory.h94 gint gst_fd_memory_get_fd (GstMemory *mem);
Dgstfdmemory.c339 gst_fd_memory_get_fd (GstMemory * mem) in gst_fd_memory_get_fd() function
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlshmallocator.c239 wl_pool = wl_shm_create_pool (display->shm, gst_fd_memory_get_fd (mem), in gst_wl_shm_memory_construct_wl_buffer()