Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c153 gint plane, gpointer data, int dmafd, GstV4l2MemoryGroup * group) in _v4l2mem_new() argument
167 mem->dmafd = dmafd; in _v4l2mem_new()
360 close (mem->dmafd); in gst_v4l2_allocator_release()
361 mem->dmafd = -1; in gst_v4l2_allocator_release()
400 if (mem->dmafd >= 0) in gst_v4l2_allocator_free()
401 close (mem->dmafd); in gst_v4l2_allocator_free()
929 dma_mem = gst_fd_allocator_alloc (dmabuf_allocator, mem->dmafd, in gst_v4l2_allocator_alloc_dmabuf()
972 group->buffer.index, mem->dmafd, i); in gst_v4l2_allocator_clear_dmabufin()
978 mem->dmafd = -1; in gst_v4l2_allocator_clear_dmabufin()
1105 gint dmafd; in gst_v4l2_allocator_import_dmabuf() local
[all …]
Dgstv4l2allocator.h83 gint dmafd; member
/third_party/weston/clients/
Dsimple-dmabuf-v4l.c421 buffer_export(struct display *display, int index, int dmafd[]) in buffer_export() argument
435 close(dmafd[--i]); in buffer_export()
438 dmafd[i] = expbuf.fd; in buffer_export()