|
FFmpeg
|
#include <vulkan_video.h>
Data Fields | |
| FFVulkanContext * | s |
| AVRefStructPool * | img_pool |
| VkDevice | dev |
| const VkAllocationCallbacks * | alloc |
| PFN_vkDestroyImageView | destroy_image_view |
| PFN_vkDestroyImage | destroy_image |
| PFN_vkFreeMemory | free_memory |
| VkFormat | format |
| VkImageUsageFlags | usage |
| VkImageTiling | tiling |
| void * | create_pnext |
| int | width |
| int | height |
| int | nb_layers |
Definition at line 43 of file vulkan_video.h.
| FFVulkanContext* FFVkVideoDPB::s |
Definition at line 46 of file vulkan_video.h.
Referenced by dpb_image_init(), and ff_vk_video_dpb_init().
| AVRefStructPool* FFVkVideoDPB::img_pool |
Definition at line 48 of file vulkan_video.h.
Referenced by ff_vk_video_common_uninit(), and ff_vk_video_dpb_init().
| VkDevice FFVkVideoDPB::dev |
Definition at line 50 of file vulkan_video.h.
Referenced by dpb_image_free(), and ff_vk_video_dpb_init().
| const VkAllocationCallbacks* FFVkVideoDPB::alloc |
Definition at line 51 of file vulkan_video.h.
Referenced by dpb_image_free(), and ff_vk_video_dpb_init().
| PFN_vkDestroyImageView FFVkVideoDPB::destroy_image_view |
Definition at line 52 of file vulkan_video.h.
Referenced by dpb_image_free(), and ff_vk_video_dpb_init().
| PFN_vkDestroyImage FFVkVideoDPB::destroy_image |
Definition at line 53 of file vulkan_video.h.
Referenced by dpb_image_free(), and ff_vk_video_dpb_init().
| PFN_vkFreeMemory FFVkVideoDPB::free_memory |
Definition at line 54 of file vulkan_video.h.
Referenced by dpb_image_free(), and ff_vk_video_dpb_init().
| VkFormat FFVkVideoDPB::format |
Definition at line 56 of file vulkan_video.h.
Referenced by dpb_image_init(), and ff_vk_video_dpb_init().
| VkImageUsageFlags FFVkVideoDPB::usage |
Definition at line 57 of file vulkan_video.h.
Referenced by dpb_image_init(), and ff_vk_video_dpb_init().
| VkImageTiling FFVkVideoDPB::tiling |
Definition at line 58 of file vulkan_video.h.
Referenced by dpb_image_init(), and ff_vk_video_dpb_init().
| void* FFVkVideoDPB::create_pnext |
Definition at line 59 of file vulkan_video.h.
Referenced by dpb_image_init(), and ff_vk_video_dpb_init().
| int FFVkVideoDPB::width |
Definition at line 60 of file vulkan_video.h.
Referenced by dpb_image_init(), and ff_vk_video_dpb_init().
| int FFVkVideoDPB::height |
Definition at line 60 of file vulkan_video.h.
Referenced by dpb_image_init(), and ff_vk_video_dpb_init().
| int FFVkVideoDPB::nb_layers |
Definition at line 60 of file vulkan_video.h.
Referenced by dpb_image_init(), and ff_vk_video_dpb_init().