FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
FFVulkanDecodeProfileData Struct Reference

Data Fields

VkVideoDecodeH264ProfileInfoKHR h264_profile
 
VkVideoDecodeH265ProfileInfoKHR h265_profile
 
VkVideoDecodeAV1ProfileInfoKHR av1_profile
 
VkVideoDecodeUsageInfoKHR usage
 
VkVideoProfileInfoKHR profile
 
VkVideoProfileListInfoKHR profile_list
 

Detailed Description

Definition at line 71 of file vulkan_decode.c.

Field Documentation

◆ h264_profile

VkVideoDecodeH264ProfileInfoKHR FFVulkanDecodeProfileData::h264_profile

Definition at line 72 of file vulkan_decode.c.

Referenced by vulkan_setup_profile().

◆ h265_profile

VkVideoDecodeH265ProfileInfoKHR FFVulkanDecodeProfileData::h265_profile

Definition at line 73 of file vulkan_decode.c.

Referenced by vulkan_setup_profile().

◆ av1_profile

VkVideoDecodeAV1ProfileInfoKHR FFVulkanDecodeProfileData::av1_profile

Definition at line 77 of file vulkan_decode.c.

Referenced by vulkan_setup_profile().

◆ usage

VkVideoDecodeUsageInfoKHR FFVulkanDecodeProfileData::usage

Definition at line 79 of file vulkan_decode.c.

Referenced by vulkan_setup_profile().

◆ profile

VkVideoProfileInfoKHR FFVulkanDecodeProfileData::profile

Definition at line 80 of file vulkan_decode.c.

Referenced by vulkan_setup_profile().

◆ profile_list

VkVideoProfileListInfoKHR FFVulkanDecodeProfileData::profile_list

Definition at line 81 of file vulkan_decode.c.

Referenced by vulkan_decode_get_profile(), and vulkan_setup_profile().


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