|
FFmpeg
|
Data Fields | |
| FFVulkanDecodePicture | vp |
| AVBufferRef * | slice_state |
| uint32_t | plane_state_size |
| uint32_t | slice_state_size |
| uint32_t | slice_data_size |
| AVBufferRef * | slice_fltmap_buf |
| AVBufferRef * | slice_feedback_buf |
| uint32_t * | slice_offset |
| int | slice_num |
| int | crc_checked |
Definition at line 68 of file vulkan_ffv1.c.
| FFVulkanDecodePicture FFv1VulkanDecodePicture::vp |
Definition at line 69 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::slice_state |
Definition at line 71 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 72 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 73 of file vulkan_ffv1.c.
Referenced by vk_ffv1_start_frame().
| uint32_t FFv1VulkanDecodePicture::slice_data_size |
Definition at line 74 of file vulkan_ffv1.c.
Referenced by vk_ffv1_end_frame(), and vk_ffv1_start_frame().
| AVBufferRef* FFv1VulkanDecodePicture::slice_fltmap_buf |
Definition at line 76 of file vulkan_ffv1.c.
Referenced by vk_ffv1_end_frame(), and vk_ffv1_start_frame().
| AVBufferRef* FFv1VulkanDecodePicture::slice_feedback_buf |
Definition at line 77 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 78 of file vulkan_ffv1.c.
Referenced by vk_ffv1_decode_slice().
| int FFv1VulkanDecodePicture::slice_num |
Definition at line 79 of file vulkan_ffv1.c.
Referenced by vk_ffv1_decode_slice(), vk_ffv1_free_frame_priv(), and vk_ffv1_start_frame().
| int FFv1VulkanDecodePicture::crc_checked |
Definition at line 80 of file vulkan_ffv1.c.
Referenced by vk_ffv1_free_frame_priv(), and vk_ffv1_start_frame().
1.8.17