|
FFmpeg
|
#include <vulkan_decode.h>
Data Fields | |
| FFVulkanContext | s |
| FFVkVideoCommon | common |
| FFVkQueueFamilyCtx | qf |
| VkVideoCapabilitiesKHR | caps |
| VkVideoDecodeCapabilitiesKHR | dec_caps |
| AVBufferRef * | dpb_hwfc_ref |
| AVFrame * | layered_frame |
| VkImageView | layered_view |
| VkImageAspectFlags | layered_aspect |
| VkVideoSessionParametersKHR | empty_session_params |
| VkSamplerYcbcrConversion | yuv_sampler |
Definition at line 46 of file vulkan_decode.h.
| FFVulkanContext FFVulkanDecodeShared::s |
Definition at line 47 of file vulkan_decode.h.
Referenced by ff_vk_decode_init().
| FFVkVideoCommon FFVulkanDecodeShared::common |
Definition at line 48 of file vulkan_decode.h.
| FFVkQueueFamilyCtx FFVulkanDecodeShared::qf |
Definition at line 49 of file vulkan_decode.h.
| VkVideoCapabilitiesKHR FFVulkanDecodeShared::caps |
Definition at line 51 of file vulkan_decode.h.
| VkVideoDecodeCapabilitiesKHR FFVulkanDecodeShared::dec_caps |
Definition at line 52 of file vulkan_decode.h.
| AVBufferRef* FFVulkanDecodeShared::dpb_hwfc_ref |
Definition at line 54 of file vulkan_decode.h.
| AVFrame* FFVulkanDecodeShared::layered_frame |
Definition at line 56 of file vulkan_decode.h.
| VkImageView FFVulkanDecodeShared::layered_view |
Definition at line 57 of file vulkan_decode.h.
| VkImageAspectFlags FFVulkanDecodeShared::layered_aspect |
Definition at line 58 of file vulkan_decode.h.
| VkVideoSessionParametersKHR FFVulkanDecodeShared::empty_session_params |
Definition at line 60 of file vulkan_decode.h.
| VkSamplerYcbcrConversion FFVulkanDecodeShared::yuv_sampler |
Definition at line 62 of file vulkan_decode.h.
1.8.17