FFmpeg
Data Fields
HEVCVulkanDecodePicture Struct Reference

Data Fields

FFVulkanDecodePicture vp
 
StdVideoDecodeH265ReferenceInfo h265_ref
 
VkVideoDecodeH265DpbSlotInfoKHR vkh265_ref
 
HEVCFrameref_src [HEVC_MAX_REFS]
 
StdVideoDecodeH265ReferenceInfo h265_refs [HEVC_MAX_REFS]
 
VkVideoDecodeH265DpbSlotInfoKHR vkh265_refs [HEVC_MAX_REFS]
 
StdVideoDecodeH265PictureInfo h265pic
 
VkVideoDecodeH265PictureInfoKHR h265_pic_info
 

Detailed Description

Definition at line 114 of file vulkan_hevc.c.

Field Documentation

◆ vp

FFVulkanDecodePicture HEVCVulkanDecodePicture::vp

◆ h265_ref

StdVideoDecodeH265ReferenceInfo HEVCVulkanDecodePicture::h265_ref

Definition at line 118 of file vulkan_hevc.c.

Referenced by vk_hevc_start_frame().

◆ vkh265_ref

VkVideoDecodeH265DpbSlotInfoKHR HEVCVulkanDecodePicture::vkh265_ref

Definition at line 119 of file vulkan_hevc.c.

Referenced by vk_hevc_start_frame().

◆ ref_src

HEVCFrame* HEVCVulkanDecodePicture::ref_src[HEVC_MAX_REFS]

Definition at line 122 of file vulkan_hevc.c.

Referenced by vk_hevc_end_frame(), and vk_hevc_start_frame().

◆ h265_refs

StdVideoDecodeH265ReferenceInfo HEVCVulkanDecodePicture::h265_refs[HEVC_MAX_REFS]

Definition at line 123 of file vulkan_hevc.c.

Referenced by vk_hevc_start_frame().

◆ vkh265_refs

VkVideoDecodeH265DpbSlotInfoKHR HEVCVulkanDecodePicture::vkh265_refs[HEVC_MAX_REFS]

Definition at line 124 of file vulkan_hevc.c.

Referenced by vk_hevc_start_frame().

◆ h265pic

StdVideoDecodeH265PictureInfo HEVCVulkanDecodePicture::h265pic

Definition at line 127 of file vulkan_hevc.c.

Referenced by vk_hevc_end_frame(), and vk_hevc_start_frame().

◆ h265_pic_info

VkVideoDecodeH265PictureInfoKHR HEVCVulkanDecodePicture::h265_pic_info

Definition at line 128 of file vulkan_hevc.c.

Referenced by vk_hevc_decode_slice(), vk_hevc_end_frame(), and vk_hevc_start_frame().


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