|
FFmpeg
|
#include <vulkan_decode.h>
Data Fields | |
| enum AVCodecID | codec_id |
| FFVulkanExtensions | decode_extension |
| VkQueueFlagBits | queue_flags |
| VkVideoCodecOperationFlagBitsKHR | decode_op |
| VkExtensionProperties | ext_props |
Definition at line 29 of file vulkan_decode.h.
| enum AVCodecID FFVulkanDecodeDescriptor::codec_id |
Definition at line 30 of file vulkan_decode.h.
| FFVulkanExtensions FFVulkanDecodeDescriptor::decode_extension |
Definition at line 31 of file vulkan_decode.h.
Referenced by vulkan_decode_get_profile().
| VkQueueFlagBits FFVulkanDecodeDescriptor::queue_flags |
Definition at line 32 of file vulkan_decode.h.
Referenced by ff_vk_decode_init(), and vulkan_decode_bootstrap().
| VkVideoCodecOperationFlagBitsKHR FFVulkanDecodeDescriptor::decode_op |
Definition at line 33 of file vulkan_decode.h.
Referenced by ff_vk_decode_flush(), ff_vk_decode_init(), and vulkan_setup_profile().
| VkExtensionProperties FFVulkanDecodeDescriptor::ext_props |
Definition at line 35 of file vulkan_decode.h.
Referenced by ff_vk_decode_init(), and vulkan_decode_get_profile().
1.8.17