FFmpeg
|
Data Fields | |
FFVulkanDecodePicture | vp |
StdVideoDecodeH264ReferenceInfo | h264_ref |
VkVideoDecodeH264DpbSlotInfoKHR | vkh264_ref |
H264Picture * | ref_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 |
Definition at line 34 of file vulkan_h264.c.
FFVulkanDecodePicture H264VulkanDecodePicture::vp |
Definition at line 35 of file vulkan_h264.c.
Referenced by vk_h264_decode_slice(), vk_h264_end_frame(), vk_h264_fill_pict(), vk_h264_free_frame_priv(), and vk_h264_start_frame().
StdVideoDecodeH264ReferenceInfo H264VulkanDecodePicture::h264_ref |
Definition at line 38 of file vulkan_h264.c.
Referenced by vk_h264_start_frame().
VkVideoDecodeH264DpbSlotInfoKHR H264VulkanDecodePicture::vkh264_ref |
Definition at line 39 of file vulkan_h264.c.
Referenced by vk_h264_start_frame().
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().
StdVideoDecodeH264ReferenceInfo H264VulkanDecodePicture::h264_refs[H264_MAX_PICTURE_COUNT] |
Definition at line 43 of file vulkan_h264.c.
Referenced by vk_h264_start_frame().
VkVideoDecodeH264DpbSlotInfoKHR H264VulkanDecodePicture::vkh264_refs[H264_MAX_PICTURE_COUNT] |
Definition at line 44 of file vulkan_h264.c.
Referenced by vk_h264_start_frame().
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().
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().