Lines Matching refs:download
80 GstVulkanDownload *download; member
93 _image_to_raw_new_impl (GstVulkanDownload * download) in _image_to_raw_new_impl() argument
97 raw->download = download; in _image_to_raw_new_impl()
155 gst_vulkan_queue_create_command_pool (raw->download->queue, in _image_to_raw_perform()
169 raw->pool = gst_vulkan_buffer_pool_new (raw->download->device); in _image_to_raw_perform()
171 gst_buffer_pool_config_set_params (config, raw->download->out_caps, size, in _image_to_raw_perform()
211 GST_WARNING_OBJECT (raw->download, "Input is not a GstVulkanImageMemory"); in _image_to_raw_perform()
218 GST_WARNING_OBJECT (raw->download, in _image_to_raw_perform()
311 fence = gst_vulkan_device_create_fence (raw->download->device, &error); in _image_to_raw_perform()
315 gst_vulkan_queue_submit_lock (raw->download->queue); in _image_to_raw_perform()
317 vkQueueSubmit (raw->download->queue->queue, 1, &submit_info, in _image_to_raw_perform()
319 gst_vulkan_queue_submit_unlock (raw->download->queue); in _image_to_raw_perform()
348 GST_WARNING_OBJECT (raw->download, "Error: %s", error->message); in _image_to_raw_perform()
591 GstVulkanDownload *download; member
613 _find_graphics_queue (GstVulkanDownload * download) in _find_graphics_queue() argument
617 data.download = download; in _find_graphics_queue()
620 gst_vulkan_device_foreach_queue (download->device, in _find_graphics_queue()