Home
last modified time | relevance | path

Searched refs:gst_dmabuf_memory_get_fd (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstdmabuf.h111 gint gst_dmabuf_memory_get_fd (GstMemory * mem);
Dgstdmabuf.c202 gst_dmabuf_memory_get_fd (GstMemory * mem) in gst_dmabuf_memory_get_fd() function
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwllinuxdmabuf.c112 gint fd = gst_dmabuf_memory_get_fd (m); in gst_wl_linux_dmabuf_construct_wl_buffer()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkbufferpool.c318 if (gst_dmabuf_memory_get_fd (gst_buffer_peek_memory (buf, 0)) != fd) { in gst_msdk_buffer_pool_acquire_buffer()
Dgstmsdkvpp.c741 fd = gst_dmabuf_memory_get_fd (mem); in import_dmabuf_to_msdk_surface()
Dgstmsdkenc.c1588 fd = gst_dmabuf_memory_get_fd (mem); in import_dmabuf_to_msdk_surface()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c481 buf->mems[i], gst_dmabuf_memory_get_fd (buf->mems[i]), buf->surface); in gst_va_dmabuf_memory_release()
727 buf->mems[i], gst_dmabuf_memory_get_fd (buf->mems[i]), in gst_va_dmabuf_allocator_prepare_buffer_unlocked()
892 buf->surface, gst_dmabuf_memory_get_fd (mem[i])); in gst_va_dmabuf_memories_setup()
Dgstvabasetransform.c692 fd[i] = gst_dmabuf_memory_get_fd (mems[i]); in _try_import_dmabuf_unlocked()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c1113 dmafd = gst_dmabuf_memory_get_fd (dma_mem[i]); in gst_v4l2_allocator_import_dmabuf()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1408 prime_fds[i] = gst_dmabuf_memory_get_fd (mems[i]); in gst_kms_sink_import_dmabuf()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglupload.c724 fd[i] = gst_dmabuf_memory_get_fd (mems[i]); in _dma_buf_upload_accept()