FFmpeg
Data Fields
H264VulkanDecodePicture Struct Reference

Data Fields

FFVulkanDecodePicture vp
 
StdVideoDecodeH264ReferenceInfo h264_ref
 
VkVideoDecodeH264DpbSlotInfoKHR vkh264_ref
 
H264Pictureref_src [H264_MAX_PICTURE_COUNT]
 
StdVideoDecodeH264ReferenceInfo h264_refs [H264_MAX_PICTURE_COUNT]
 
VkVideoDecodeH264DpbSlotInfoKHR vkh264_refs [H264_MAX_PICTURE_COUNT]
 
StdVideoDecodeH264PictureInfo h264pic
 
VkVideoDecodeH264PictureInfoKHR h264_pic_info
 

Detailed Description

Definition at line 34 of file vulkan_h264.c.

Field Documentation

◆ vp

FFVulkanDecodePicture H264VulkanDecodePicture::vp

◆ h264_ref

StdVideoDecodeH264ReferenceInfo H264VulkanDecodePicture::h264_ref

Definition at line 38 of file vulkan_h264.c.

Referenced by vk_h264_start_frame().

◆ vkh264_ref

VkVideoDecodeH264DpbSlotInfoKHR H264VulkanDecodePicture::vkh264_ref

Definition at line 39 of file vulkan_h264.c.

Referenced by vk_h264_start_frame().

◆ ref_src

H264Picture* H264VulkanDecodePicture::ref_src[H264_MAX_PICTURE_COUNT]

Definition at line 42 of file vulkan_h264.c.

Referenced by vk_h264_end_frame(), and vk_h264_start_frame().

◆ h264_refs

StdVideoDecodeH264ReferenceInfo H264VulkanDecodePicture::h264_refs[H264_MAX_PICTURE_COUNT]

Definition at line 43 of file vulkan_h264.c.

Referenced by vk_h264_start_frame().

◆ vkh264_refs

VkVideoDecodeH264DpbSlotInfoKHR H264VulkanDecodePicture::vkh264_refs[H264_MAX_PICTURE_COUNT]

Definition at line 44 of file vulkan_h264.c.

Referenced by vk_h264_start_frame().

◆ h264pic

StdVideoDecodeH264PictureInfo H264VulkanDecodePicture::h264pic

Definition at line 47 of file vulkan_h264.c.

Referenced by vk_h264_decode_slice(), vk_h264_end_frame(), and vk_h264_start_frame().

◆ h264_pic_info

VkVideoDecodeH264PictureInfoKHR H264VulkanDecodePicture::h264_pic_info

Definition at line 48 of file vulkan_h264.c.

Referenced by vk_h264_decode_slice(), vk_h264_end_frame(), and vk_h264_start_frame().


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