FFmpeg
|
#include <vulkan_decode.h>
Data Fields | |
VkVideoDecodeH264ProfileInfoKHR | h264_profile |
VkVideoDecodeH265ProfileInfoKHR | h265_profile |
VkVideoDecodeAV1ProfileInfoKHR | av1_profile |
VkVideoDecodeUsageInfoKHR | usage |
VkVideoProfileInfoKHR | profile |
VkVideoProfileListInfoKHR | profile_list |
Definition at line 37 of file vulkan_decode.h.
VkVideoDecodeH264ProfileInfoKHR FFVulkanDecodeProfileData::h264_profile |
Definition at line 38 of file vulkan_decode.h.
Referenced by vulkan_setup_profile().
VkVideoDecodeH265ProfileInfoKHR FFVulkanDecodeProfileData::h265_profile |
Definition at line 39 of file vulkan_decode.h.
Referenced by vulkan_setup_profile().
VkVideoDecodeAV1ProfileInfoKHR FFVulkanDecodeProfileData::av1_profile |
Definition at line 40 of file vulkan_decode.h.
Referenced by vulkan_setup_profile().
VkVideoDecodeUsageInfoKHR FFVulkanDecodeProfileData::usage |
Definition at line 41 of file vulkan_decode.h.
Referenced by vulkan_setup_profile().
VkVideoProfileInfoKHR FFVulkanDecodeProfileData::profile |
Definition at line 42 of file vulkan_decode.h.
Referenced by vulkan_setup_profile().
VkVideoProfileListInfoKHR FFVulkanDecodeProfileData::profile_list |
Definition at line 43 of file vulkan_decode.h.
Referenced by vulkan_decode_get_profile(), and vulkan_setup_profile().