FFmpeg
|
Data Fields | |
FFVulkanDecodePicture | vp |
AVBufferRef * | tmp_data |
AVBufferRef * | slice_state |
uint32_t | plane_state_size |
uint32_t | slice_state_size |
uint32_t | slice_data_size |
uint32_t | max_context_count |
AVBufferRef * | slice_offset_buf |
uint32_t * | slice_offset |
int | slice_num |
AVBufferRef * | slice_status_buf |
int | crc_checked |
Definition at line 46 of file vulkan_ffv1.c.
FFVulkanDecodePicture FFv1VulkanDecodePicture::vp |
Definition at line 47 of file vulkan_ffv1.c.
Referenced by vk_ffv1_decode_slice(), vk_ffv1_end_frame(), vk_ffv1_free_frame_priv(), and vk_ffv1_start_frame().
AVBufferRef* FFv1VulkanDecodePicture::tmp_data |
Definition at line 49 of file vulkan_ffv1.c.
Referenced by vk_ffv1_end_frame(), vk_ffv1_free_frame_priv(), and vk_ffv1_start_frame().
AVBufferRef* FFv1VulkanDecodePicture::slice_state |
Definition at line 51 of file vulkan_ffv1.c.
Referenced by vk_ffv1_end_frame(), vk_ffv1_free_frame_priv(), and vk_ffv1_start_frame().
uint32_t FFv1VulkanDecodePicture::plane_state_size |
Definition at line 52 of file vulkan_ffv1.c.
Referenced by vk_ffv1_end_frame(), and vk_ffv1_start_frame().
uint32_t FFv1VulkanDecodePicture::slice_state_size |
Definition at line 53 of file vulkan_ffv1.c.
Referenced by vk_ffv1_start_frame().
uint32_t FFv1VulkanDecodePicture::slice_data_size |
Definition at line 54 of file vulkan_ffv1.c.
Referenced by vk_ffv1_end_frame(), and vk_ffv1_start_frame().
uint32_t FFv1VulkanDecodePicture::max_context_count |
Definition at line 55 of file vulkan_ffv1.c.
Referenced by vk_ffv1_end_frame(), and vk_ffv1_start_frame().
AVBufferRef* FFv1VulkanDecodePicture::slice_offset_buf |
Definition at line 57 of file vulkan_ffv1.c.
Referenced by vk_ffv1_decode_slice(), vk_ffv1_end_frame(), vk_ffv1_free_frame_priv(), and vk_ffv1_start_frame().
uint32_t* FFv1VulkanDecodePicture::slice_offset |
Definition at line 58 of file vulkan_ffv1.c.
Referenced by vk_ffv1_decode_slice().
int FFv1VulkanDecodePicture::slice_num |
Definition at line 59 of file vulkan_ffv1.c.
Referenced by vk_ffv1_decode_slice(), vk_ffv1_free_frame_priv(), and vk_ffv1_start_frame().
AVBufferRef* FFv1VulkanDecodePicture::slice_status_buf |
Definition at line 61 of file vulkan_ffv1.c.
Referenced by vk_ffv1_end_frame(), vk_ffv1_free_frame_priv(), and vk_ffv1_start_frame().
int FFv1VulkanDecodePicture::crc_checked |
Definition at line 62 of file vulkan_ffv1.c.
Referenced by vk_ffv1_free_frame_priv(), and vk_ffv1_start_frame().