FFmpeg
|
#include <vulkan_video.h>
Data Fields | |
VkVideoSessionKHR | session |
VkDeviceMemory * | mem |
uint32_t | nb_mem |
VkSamplerYcbcrConversion | yuv_sampler |
AVBufferRef * | dpb_hwfc_ref |
int | layered_dpb |
AVFrame * | layered_frame |
VkImageView | layered_view |
VkImageAspectFlags | layered_aspect |
Definition at line 32 of file vulkan_video.h.
VkVideoSessionKHR FFVkVideoSession::session |
Definition at line 33 of file vulkan_video.h.
VkDeviceMemory* FFVkVideoSession::mem |
Definition at line 34 of file vulkan_video.h.
uint32_t FFVkVideoSession::nb_mem |
Definition at line 35 of file vulkan_video.h.
VkSamplerYcbcrConversion FFVkVideoSession::yuv_sampler |
Definition at line 37 of file vulkan_video.h.
AVBufferRef* FFVkVideoSession::dpb_hwfc_ref |
Definition at line 39 of file vulkan_video.h.
int FFVkVideoSession::layered_dpb |
Definition at line 40 of file vulkan_video.h.
AVFrame* FFVkVideoSession::layered_frame |
Definition at line 41 of file vulkan_video.h.
VkImageView FFVkVideoSession::layered_view |
Definition at line 42 of file vulkan_video.h.
VkImageAspectFlags FFVkVideoSession::layered_aspect |
Definition at line 43 of file vulkan_video.h.