FFmpeg
|
Data Fields | |
VkVideoDecodeH264ProfileInfoKHR | h264_profile |
VkVideoDecodeH265ProfileInfoKHR | h265_profile |
VkVideoDecodeAV1ProfileInfoKHR | av1_profile |
VkVideoDecodeUsageInfoKHR | usage |
VkVideoProfileInfoKHR | profile |
VkVideoProfileListInfoKHR | profile_list |
Definition at line 71 of file vulkan_decode.c.
VkVideoDecodeH264ProfileInfoKHR FFVulkanDecodeProfileData::h264_profile |
Definition at line 72 of file vulkan_decode.c.
Referenced by vulkan_setup_profile().
VkVideoDecodeH265ProfileInfoKHR FFVulkanDecodeProfileData::h265_profile |
Definition at line 73 of file vulkan_decode.c.
Referenced by vulkan_setup_profile().
VkVideoDecodeAV1ProfileInfoKHR FFVulkanDecodeProfileData::av1_profile |
Definition at line 77 of file vulkan_decode.c.
Referenced by vulkan_setup_profile().
VkVideoDecodeUsageInfoKHR FFVulkanDecodeProfileData::usage |
Definition at line 79 of file vulkan_decode.c.
Referenced by vulkan_setup_profile().
VkVideoProfileInfoKHR FFVulkanDecodeProfileData::profile |
Definition at line 80 of file vulkan_decode.c.
Referenced by vulkan_setup_profile().
VkVideoProfileListInfoKHR FFVulkanDecodeProfileData::profile_list |
Definition at line 81 of file vulkan_decode.c.
Referenced by vulkan_decode_get_profile(), and vulkan_setup_profile().