Home
last modified time | relevance | path

Searched defs:_GstVulkanHandlePoolClass (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkhandlepool.h79 struct _GstVulkanHandlePoolClass struct
81 GstObjectClass parent;
83 gpointer (*alloc) (GstVulkanHandlePool * pool, GError ** error);
84 gpointer (*acquire) (GstVulkanHandlePool * pool, GError ** error);
85 void (*release) (GstVulkanHandlePool * pool, gpointer handle);
86 void (*free) (GstVulkanHandlePool * pool, gpointer handle);
89 gpointer _padding[GST_PADDING];