Searched refs:current_impl (Results 1 – 4 of 4) sorted by relevance
784 vk_download->current_impl = i; in gst_vulkan_download_set_caps()836 vk_download->current_impl++; in _download_find_method()838 if (vk_download->current_impl >= G_N_ELEMENTS (download_methods)) in _download_find_method()842 download_methods[vk_download->current_impl]->name); in _download_find_method()860 method = download_methods[vk_download->current_impl]; in gst_vulkan_download_prepare_output_buffer()861 method_impl = vk_download->download_impls[vk_download->current_impl]; in gst_vulkan_download_prepare_output_buffer()872 method = download_methods[vk_download->current_impl]; in gst_vulkan_download_prepare_output_buffer()873 method_impl = vk_download->download_impls[vk_download->current_impl]; in gst_vulkan_download_prepare_output_buffer()
75 guint current_impl; member
1501 vk_upload->current_impl = i; in gst_vulkan_upload_set_caps()1553 vk_upload->current_impl++; in _upload_find_method()1555 if (vk_upload->current_impl >= G_N_ELEMENTS (upload_methods)) in _upload_find_method()1559 upload_methods[vk_upload->current_impl]->name); in _upload_find_method()1577 method = upload_methods[vk_upload->current_impl]; in gst_vulkan_upload_prepare_output_buffer()1578 method_impl = vk_upload->upload_impls[vk_upload->current_impl]; in gst_vulkan_upload_prepare_output_buffer()1589 method = upload_methods[vk_upload->current_impl]; in gst_vulkan_upload_prepare_output_buffer()1590 method_impl = vk_upload->upload_impls[vk_upload->current_impl]; in gst_vulkan_upload_prepare_output_buffer()