|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | FFv1ShaderParams |
Functions | |
| void | ff_ffv1_vk_set_common_sl (AVCodecContext *avctx, FFV1Context *f, VkSpecializationInfo *sl, enum AVPixelFormat sw_format) |
| int | ff_ffv1_vk_init_consts (FFVulkanContext *s, FFVkBuffer *vkb, FFV1Context *f) |
| void ff_ffv1_vk_set_common_sl | ( | AVCodecContext * | avctx, |
| FFV1Context * | f, | ||
| VkSpecializationInfo * | sl, | ||
| enum AVPixelFormat | sw_format | ||
| ) |
Definition at line 24 of file ffv1_vulkan.c.
Referenced by vk_decode_ffv1_init(), and vulkan_encode_ffv1_init().
| int ff_ffv1_vk_init_consts | ( | FFVulkanContext * | s, |
| FFVkBuffer * | vkb, | ||
| FFV1Context * | f | ||
| ) |
Definition at line 76 of file ffv1_vulkan.c.
Referenced by vk_decode_ffv1_init(), and vulkan_encode_ffv1_init().
1.8.17