|
FFmpeg
|
Data Fields | |
| VkFormat | vkf |
| enum AVPixelFormat | pixfmt |
| VkImageAspectFlags | aspect |
| int | vk_planes |
| int | nb_images |
| int | nb_images_fallback |
| const VkFormat | fallback [5] |
Definition at line 362 of file hwcontext_vulkan.c.
| VkFormat FFVkFormatEntry::vkf |
Definition at line 363 of file hwcontext_vulkan.c.
Referenced by try_export_flags(), vkfmt_from_pixfmt2(), and vulkan_frames_init().
| enum AVPixelFormat FFVkFormatEntry::pixfmt |
Definition at line 364 of file hwcontext_vulkan.c.
Referenced by vulkan_frames_get_constraints().
| VkImageAspectFlags FFVkFormatEntry::aspect |
Definition at line 365 of file hwcontext_vulkan.c.
Referenced by vkfmt_from_pixfmt2().
| int FFVkFormatEntry::vk_planes |
Definition at line 366 of file hwcontext_vulkan.c.
Referenced by vkfmt_from_pixfmt2(), and vulkan_frames_init().
| int FFVkFormatEntry::nb_images |
Definition at line 367 of file hwcontext_vulkan.c.
Referenced by vkfmt_from_pixfmt2().
| int FFVkFormatEntry::nb_images_fallback |
Definition at line 368 of file hwcontext_vulkan.c.
Referenced by vkfmt_from_pixfmt2(), and vulkan_frames_init().
| const VkFormat FFVkFormatEntry::fallback[5] |
Definition at line 369 of file hwcontext_vulkan.c.
Referenced by av_vkfmt_from_pixfmt(), vkfmt_from_pixfmt2(), and vulkan_frames_init().
1.8.17