|
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_feedback_buf |
| uint32_t * | slice_offset |
| int | slice_num |
| int | crc_checked |
Definition at line 56 of file vulkan_ffv1.c.
| FFVulkanDecodePicture FFv1VulkanDecodePicture::vp |
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().
| AVBufferRef* FFv1VulkanDecodePicture::slice_state |
Definition at line 59 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 60 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 61 of file vulkan_ffv1.c.
Referenced by vk_ffv1_start_frame().
| uint32_t FFv1VulkanDecodePicture::slice_data_size |
Definition at line 62 of file vulkan_ffv1.c.
Referenced by vk_ffv1_end_frame(), and vk_ffv1_start_frame().
| AVBufferRef* FFv1VulkanDecodePicture::slice_feedback_buf |
Definition at line 64 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 65 of file vulkan_ffv1.c.
Referenced by vk_ffv1_decode_slice().
| int FFv1VulkanDecodePicture::slice_num |
Definition at line 66 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 67 of file vulkan_ffv1.c.
Referenced by vk_ffv1_free_frame_priv(), and vk_ffv1_start_frame().
1.8.17