Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstfdmemory.c289 g_return_val_if_fail (GST_IS_FD_ALLOCATOR (allocator), NULL); in gst_fd_allocator_alloc()
324 return GST_IS_FD_ALLOCATOR (mem->allocator); in gst_is_fd_memory()
342 g_return_val_if_fail (GST_IS_FD_ALLOCATOR (mem->allocator), -1); in gst_fd_memory_get_fd()
Dgstfdmemory.h35 #define GST_IS_FD_ALLOCATOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_FD_ALLOCATO… macro