Lines Matching refs:upload
79 GstVulkanUpload *upload; member
83 _buffer_new_impl (GstVulkanUpload * upload) in _buffer_new_impl() argument
87 raw->upload = upload; in _buffer_new_impl()
130 pool = gst_vulkan_buffer_pool_new (raw->upload->device); in _buffer_propose_allocation()
185 GstVulkanUpload *upload; member
197 _raw_to_buffer_new_impl (GstVulkanUpload * upload) in _raw_to_buffer_new_impl() argument
201 raw->upload = upload; in _raw_to_buffer_new_impl()
248 gst_vulkan_image_memory_alloc (raw->upload->device, vk_format, in _raw_to_buffer_set_caps()
282 raw->pool = gst_vulkan_buffer_pool_new (raw->upload->device); in _raw_to_buffer_perform()
284 gst_buffer_pool_config_set_params (config, raw->upload->out_caps, size, min, in _raw_to_buffer_perform()
299 GST_ELEMENT_ERROR (raw->upload, RESOURCE, NOT_FOUND, in _raw_to_buffer_perform()
311 GST_ELEMENT_ERROR (raw->upload, RESOURCE, NOT_FOUND, in _raw_to_buffer_perform()
371 GstVulkanUpload *upload; member
384 _buffer_to_image_new_impl (GstVulkanUpload * upload) in _buffer_to_image_new_impl() argument
388 raw->upload = upload; in _buffer_to_image_new_impl()
447 gst_vulkan_queue_create_command_pool (raw->upload->queue, in _buffer_to_image_perform()
461 raw->pool = gst_vulkan_image_buffer_pool_new (raw->upload->device); in _buffer_to_image_perform()
463 gst_buffer_pool_config_set_params (config, raw->upload->out_caps, size, min, in _buffer_to_image_perform()
503 GST_WARNING_OBJECT (raw->upload, "Input is not a GstVulkanBufferMemory"); in _buffer_to_image_perform()
510 GST_WARNING_OBJECT (raw->upload, "Output is not a GstVulkanImageMemory"); in _buffer_to_image_perform()
602 fence = gst_vulkan_device_create_fence (raw->upload->device, &error); in _buffer_to_image_perform()
607 vkQueueSubmit (raw->upload->queue->queue, 1, &submit_info, in _buffer_to_image_perform()
633 GST_WARNING_OBJECT (raw->upload, "Error: %s", error->message); in _buffer_to_image_perform()
660 GST_WARNING_OBJECT (raw->upload, in _buffer_to_image_free()
687 GstVulkanUpload *upload; member
703 _raw_to_image_new_impl (GstVulkanUpload * upload) in _raw_to_image_new_impl() argument
707 raw->upload = upload; in _raw_to_image_new_impl()
776 gst_vulkan_queue_create_command_pool (raw->upload->queue, in _raw_to_image_perform()
790 raw->pool = gst_vulkan_image_buffer_pool_new (raw->upload->device); in _raw_to_image_perform()
792 gst_buffer_pool_config_set_params (config, raw->upload->out_caps, size, min, in _raw_to_image_perform()
832 GST_TRACE_OBJECT (raw->upload, "Input is a GstVulkanBufferMemory"); in _raw_to_image_perform()
835 GST_TRACE_OBJECT (raw->upload, in _raw_to_image_perform()
843 GST_TRACE_OBJECT (raw->upload, in _raw_to_image_perform()
850 raw->in_pool = gst_vulkan_buffer_pool_new (raw->upload->device); in _raw_to_image_perform()
852 gst_buffer_pool_config_set_params (config, raw->upload->in_caps, size, in _raw_to_image_perform()
868 GST_WARNING_OBJECT (raw->upload, "Failed to map input buffer"); in _raw_to_image_perform()
875 GST_WARNING_OBJECT (raw->upload, "Failed to map input buffer"); in _raw_to_image_perform()
882 GST_WARNING_OBJECT (raw->upload, "Failed to copy input buffer"); in _raw_to_image_perform()
895 GST_WARNING_OBJECT (raw->upload, "Output is not a GstVulkanImageMemory"); in _raw_to_image_perform()
987 fence = gst_vulkan_device_create_fence (raw->upload->device, &error); in _raw_to_image_perform()
991 gst_vulkan_queue_submit_lock (raw->upload->queue); in _raw_to_image_perform()
993 vkQueueSubmit (raw->upload->queue->queue, 1, &submit_info, in _raw_to_image_perform()
995 gst_vulkan_queue_submit_unlock (raw->upload->queue); in _raw_to_image_perform()
1023 GST_WARNING_OBJECT (raw->upload, "Error: %s", error->message); in _raw_to_image_perform()
1059 GST_WARNING_OBJECT (raw->upload, in _raw_to_image_free()
1311 GstVulkanUpload *upload; member
1333 _find_graphics_queue (GstVulkanUpload * upload) in _find_graphics_queue() argument
1337 data.upload = upload; in _find_graphics_queue()
1340 gst_vulkan_device_foreach_queue (upload->device, in _find_graphics_queue()