Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkimagebufferpool.c77 GstVulkanImageBufferPool *vk_pool = GST_VULKAN_IMAGE_BUFFER_POOL_CAST (pool); in gst_vulkan_image_buffer_pool_set_config() local
78 GstVulkanImageBufferPoolPrivate *priv = GET_PRIV (vk_pool); in gst_vulkan_image_buffer_pool_set_config()
120 gst_vulkan_image_memory_alloc (vk_pool->device, vk_format, width, in gst_vulkan_image_buffer_pool_set_config()
165 GstVulkanImageBufferPool *vk_pool = GST_VULKAN_IMAGE_BUFFER_POOL_CAST (pool); in gst_vulkan_image_buffer_pool_alloc() local
166 GstVulkanImageBufferPoolPrivate *priv = GET_PRIV (vk_pool); in gst_vulkan_image_buffer_pool_alloc()
183 mem = gst_vulkan_image_memory_alloc (vk_pool->device, in gst_vulkan_image_buffer_pool_alloc()
Dgstvkbufferpool.c76 GstVulkanBufferPool *vk_pool = GST_VULKAN_BUFFER_POOL_CAST (pool); in gst_vulkan_buffer_pool_set_config() local
77 GstVulkanBufferPoolPrivate *priv = GET_PRIV (vk_pool); in gst_vulkan_buffer_pool_set_config()
140 GstVulkanBufferPool *vk_pool = GST_VULKAN_BUFFER_POOL_CAST (pool); in gst_vulkan_buffer_pool_alloc() local
141 GstVulkanBufferPoolPrivate *priv = GET_PRIV (vk_pool); in gst_vulkan_buffer_pool_alloc()
152 mem = gst_vulkan_buffer_memory_alloc (vk_pool->device, priv->alloc_sizes[i], in gst_vulkan_buffer_pool_alloc()
Dgstvkqueue.c126 VkCommandPool vk_pool; in gst_vulkan_queue_create_command_pool() local
139 &vk_pool); in gst_vulkan_queue_create_command_pool()
149 pool->pool = vk_pool; in gst_vulkan_queue_create_command_pool()