MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_vk_uninit

Function ff_vk_uninit

libavutil/vulkan.c:2825–2835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2823}
2824
2825void ff_vk_uninit(FFVulkanContext *s)
2826{
2827 av_freep(&s->query_props);
2828 av_freep(&s->qf_props);
2829 av_freep(&s->video_props);
2830 av_freep(&s->coop_mat_props);
2831 av_freep(&s->host_image_copy_layouts);
2832
2833 av_buffer_unref(&s->device_ref);
2834 av_buffer_unref(&s->frames_ref);
2835}
2836
2837int ff_vk_init(FFVulkanContext *s, void *log_parent,
2838 AVBufferRef *device_ref, AVBufferRef *frames_ref)

Callers 15

vulkan_device_uninitFunction · 0.85
ff_vk_initFunction · 0.85
ff_vulkan_encode_uninitFunction · 0.85
free_commonFunction · 0.85
encode_closeFunction · 0.85
vulkan_encode_ffv1_closeFunction · 0.85
ff_sws_vk_uninitFunction · 0.85
ff_sws_vk_initFunction · 0.85
uninitFunction · 0.85
transpose_vulkan_uninitFunction · 0.85
gblur_vulkan_uninitFunction · 0.85
avgblur_vulkan_uninitFunction · 0.85

Calls 2

av_freepFunction · 0.85
av_buffer_unrefFunction · 0.85

Tested by 1

testsrc_vulkan_uninitFunction · 0.68