Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvideomemory.c63 if (GST_IS_MSDK_VIDEO_ALLOCATOR (allocator)) { in gst_msdk_video_allocator_get_surface()
98 if (GST_IS_MSDK_VIDEO_ALLOCATOR (allocator)) { in gst_msdk_video_memory_get_surface_available()
122 if (GST_IS_MSDK_VIDEO_ALLOCATOR (mem->allocator)) { in gst_msdk_video_memory_release_surface()
143 if (GST_IS_MSDK_VIDEO_ALLOCATOR (mem->allocator)) in gst_msdk_video_memory_release_surface()
160 g_return_val_if_fail (GST_IS_MSDK_VIDEO_ALLOCATOR (base_allocator), NULL); in gst_msdk_video_memory_new()
201 if (!GST_IS_MSDK_VIDEO_ALLOCATOR (allocator)) { in gst_video_meta_map_msdk_memory()
Dgstmsdkvideomemory.h57 ((mem) && (mem)->allocator && GST_IS_MSDK_VIDEO_ALLOCATOR((mem)->allocator))
105 #define GST_IS_MSDK_VIDEO_ALLOCATOR(obj) \ macro
Dmsdk.c548 if (allocator && (GST_IS_MSDK_VIDEO_ALLOCATOR (allocator) || in gst_msdk_is_msdk_buffer()
564 if (GST_IS_MSDK_VIDEO_ALLOCATOR (allocator)) in gst_msdk_get_surface_from_buffer()