|
FFmpeg
|
#include <vulkan_video.h>
Data Fields | |
| VkVideoSessionKHR | session |
| VkDeviceMemory * | mem |
| uint32_t | nb_mem |
| FFVkVideoDPB * | dpb |
| int | layered_dpb |
| FFVkVideoDPBImage * | layered_img |
| VkImageView | layered_view |
| VkImageAspectFlags | layered_aspect |
Definition at line 63 of file vulkan_video.h.
| VkVideoSessionKHR FFVkVideoCommon::session |
Definition at line 64 of file vulkan_video.h.
Referenced by ff_vk_video_common_init(), and ff_vk_video_common_uninit().
| VkDeviceMemory* FFVkVideoCommon::mem |
Definition at line 65 of file vulkan_video.h.
Referenced by ff_vk_video_common_init(), and ff_vk_video_common_uninit().
| uint32_t FFVkVideoCommon::nb_mem |
Definition at line 66 of file vulkan_video.h.
Referenced by ff_vk_video_common_init(), and ff_vk_video_common_uninit().
| FFVkVideoDPB* FFVkVideoCommon::dpb |
Definition at line 68 of file vulkan_video.h.
Referenced by ff_vk_video_common_uninit(), and ff_vk_video_dpb_init().
| int FFVkVideoCommon::layered_dpb |
Definition at line 69 of file vulkan_video.h.
| FFVkVideoDPBImage* FFVkVideoCommon::layered_img |
Definition at line 70 of file vulkan_video.h.
Referenced by ff_vk_video_common_uninit().
| VkImageView FFVkVideoCommon::layered_view |
Definition at line 71 of file vulkan_video.h.
Referenced by ff_vk_video_common_uninit().
| VkImageAspectFlags FFVkVideoCommon::layered_aspect |
Definition at line 72 of file vulkan_video.h.