Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdksystemmemory.h52 ((mem) && (mem)->allocator && GST_IS_MSDK_SYSTEM_ALLOCATOR((mem)->allocator))
88 #define GST_IS_MSDK_SYSTEM_ALLOCATOR(obj) \ macro
Dmsdk.c549 GST_IS_MSDK_SYSTEM_ALLOCATOR (allocator) || in gst_msdk_is_msdk_buffer()
566 else if (GST_IS_MSDK_SYSTEM_ALLOCATOR (allocator)) in gst_msdk_get_surface_from_buffer()
Dgstmsdksystemmemory.c217 g_return_val_if_fail (GST_IS_MSDK_SYSTEM_ALLOCATOR (base_allocator), NULL); in gst_msdk_system_memory_new()