Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsallocator.c69 GstAllocator *dmabuf_alloc; member
315 if (alloc->priv->dmabuf_alloc) in gst_kms_allocator_finalize()
316 gst_object_unref (alloc->priv->dmabuf_alloc); in gst_kms_allocator_finalize()
642 if (G_UNLIKELY (alloc->priv->dmabuf_alloc == NULL)) in gst_kms_allocator_dmabuf_export()
643 alloc->priv->dmabuf_alloc = gst_dmabuf_allocator_new (); in gst_kms_allocator_dmabuf_export()
645 mem = gst_dmabuf_allocator_alloc (alloc->priv->dmabuf_alloc, prime_fd, in gst_kms_allocator_dmabuf_export()