FFmpeg
|
#include <vulkan_decode.h>
Data Fields | |
VkVideoDecodeH264ProfileInfoKHR | h264_profile |
VkVideoDecodeH265ProfileInfoKHR | h265_profile |
VkVideoDecodeAV1ProfileInfoMESA | av1_profile |
VkVideoDecodeUsageInfoKHR | usage |
VkVideoProfileInfoKHR | profile |
VkVideoProfileListInfoKHR | profile_list |
Definition at line 28 of file vulkan_decode.h.
VkVideoDecodeH264ProfileInfoKHR FFVulkanDecodeProfileData::h264_profile |
Definition at line 29 of file vulkan_decode.h.
Referenced by vulkan_setup_profile().
VkVideoDecodeH265ProfileInfoKHR FFVulkanDecodeProfileData::h265_profile |
Definition at line 30 of file vulkan_decode.h.
Referenced by vulkan_setup_profile().
VkVideoDecodeAV1ProfileInfoMESA FFVulkanDecodeProfileData::av1_profile |
Definition at line 31 of file vulkan_decode.h.
Referenced by vulkan_setup_profile().
VkVideoDecodeUsageInfoKHR FFVulkanDecodeProfileData::usage |
Definition at line 32 of file vulkan_decode.h.
Referenced by vulkan_setup_profile().
VkVideoProfileInfoKHR FFVulkanDecodeProfileData::profile |
Definition at line 33 of file vulkan_decode.h.
Referenced by vulkan_setup_profile().
VkVideoProfileListInfoKHR FFVulkanDecodeProfileData::profile_list |
Definition at line 34 of file vulkan_decode.h.
Referenced by vulkan_decode_get_profile(), and vulkan_setup_profile().