FFmpeg
Data Fields
FFVulkanDecodeDescriptor Struct Reference

#include <vulkan_decode.h>

Data Fields

enum AVCodecID codec_id
 
FFVulkanExtensions decode_extension
 
VkQueueFlagBits queue_flags
 
VkVideoCodecOperationFlagBitsKHR decode_op
 
VkExtensionProperties ext_props
 

Detailed Description

Definition at line 29 of file vulkan_decode.h.

Field Documentation

◆ codec_id

enum AVCodecID FFVulkanDecodeDescriptor::codec_id

Definition at line 30 of file vulkan_decode.h.

◆ decode_extension

FFVulkanExtensions FFVulkanDecodeDescriptor::decode_extension

Definition at line 31 of file vulkan_decode.h.

Referenced by vulkan_decode_get_profile().

◆ queue_flags

VkQueueFlagBits FFVulkanDecodeDescriptor::queue_flags

Definition at line 32 of file vulkan_decode.h.

Referenced by ff_vk_decode_init().

◆ decode_op

VkVideoCodecOperationFlagBitsKHR FFVulkanDecodeDescriptor::decode_op

Definition at line 33 of file vulkan_decode.h.

Referenced by ff_vk_decode_init(), and vulkan_setup_profile().

◆ ext_props

VkExtensionProperties FFVulkanDecodeDescriptor::ext_props

Definition at line 35 of file vulkan_decode.h.

Referenced by ff_vk_decode_init(), and vulkan_decode_get_profile().


The documentation for this struct was generated from the following file: