|
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_offset_buf |
| uint32_t * | slice_offset |
| int | slice_num |
| AVBufferRef * | slice_status_buf |
| int | crc_checked |
Definition at line 45 of file vulkan_ffv1.c.
| FFVulkanDecodePicture FFv1VulkanDecodePicture::vp |
Definition at line 46 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 48 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 49 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 50 of file vulkan_ffv1.c.
Referenced by vk_ffv1_end_frame(), and vk_ffv1_start_frame().
| uint32_t FFv1VulkanDecodePicture::slice_data_size |
Definition at line 51 of file vulkan_ffv1.c.
Referenced by vk_ffv1_end_frame(), and vk_ffv1_start_frame().
| AVBufferRef* FFv1VulkanDecodePicture::slice_offset_buf |
Definition at line 53 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 54 of file vulkan_ffv1.c.
Referenced by vk_ffv1_decode_slice().
| int FFv1VulkanDecodePicture::slice_num |
Definition at line 55 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 57 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 58 of file vulkan_ffv1.c.
Referenced by vk_ffv1_free_frame_priv(), and vk_ffv1_start_frame().
1.8.17