Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstdmabuf.c158 g_return_val_if_fail (GST_IS_DMABUF_ALLOCATOR (allocator), NULL); in gst_dmabuf_allocator_alloc()
184 g_return_val_if_fail (GST_IS_DMABUF_ALLOCATOR (allocator), NULL); in gst_dmabuf_allocator_alloc_with_flags()
224 return GST_IS_DMABUF_ALLOCATOR (mem->allocator); in gst_is_dmabuf_memory()
Dgstdmabuf.h64 #define GST_IS_DMABUF_ALLOCATOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_DMABUF_… macro
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c1579 if (GST_IS_DMABUF_ALLOCATOR (mem->allocator)) { in gst_va_memory_get_surface()