|
FFmpeg
|
#include <vulkan_decode.h>
Data Fields | |
| FFVulkanContext | s |
| FFVkVideoCommon | common |
| AVVulkanDeviceQueueFamily * | qf |
| FFVkExecPool | exec_pool |
| AVBufferPool * | buf_pool |
| VkVideoCapabilitiesKHR | caps |
| VkVideoDecodeCapabilitiesKHR | dec_caps |
| VkVideoSessionParametersKHR | empty_session_params |
| void * | sd_ctx |
| void(* | sd_ctx_free )(struct FFVulkanDecodeShared *ctx) |
Definition at line 38 of file vulkan_decode.h.
| FFVulkanContext FFVulkanDecodeShared::s |
Definition at line 39 of file vulkan_decode.h.
Referenced by ff_vk_decode_init().
| FFVkVideoCommon FFVulkanDecodeShared::common |
Definition at line 40 of file vulkan_decode.h.
| AVVulkanDeviceQueueFamily* FFVulkanDecodeShared::qf |
Definition at line 41 of file vulkan_decode.h.
| FFVkExecPool FFVulkanDecodeShared::exec_pool |
Definition at line 42 of file vulkan_decode.h.
| AVBufferPool* FFVulkanDecodeShared::buf_pool |
Definition at line 44 of file vulkan_decode.h.
| VkVideoCapabilitiesKHR FFVulkanDecodeShared::caps |
Definition at line 46 of file vulkan_decode.h.
| VkVideoDecodeCapabilitiesKHR FFVulkanDecodeShared::dec_caps |
Definition at line 47 of file vulkan_decode.h.
| VkVideoSessionParametersKHR FFVulkanDecodeShared::empty_session_params |
Definition at line 49 of file vulkan_decode.h.
| void* FFVulkanDecodeShared::sd_ctx |
Definition at line 52 of file vulkan_decode.h.
| void(* FFVulkanDecodeShared::sd_ctx_free) (struct FFVulkanDecodeShared *ctx) |
Definition at line 53 of file vulkan_decode.h.
1.8.17