Go to the source code of this file.
|
| static int | vk_prores_start_frame (AVCodecContext *avctx, const AVBufferRef *buffer_ref, av_unused const uint8_t *buffer, av_unused uint32_t size) |
| |
| static int | vk_prores_decode_slice (AVCodecContext *avctx, const uint8_t *data, uint32_t size) |
| |
| static int | vk_prores_end_frame (AVCodecContext *avctx) |
| |
| static int | add_push_data (FFVulkanShader *shd) |
| |
| static int | init_shader (AVCodecContext *avctx, FFVulkanContext *s, FFVkExecPool *pool, FFVkSPIRVCompiler *spv, FFVulkanShader *shd, const char *name, const char *entrypoint, FFVulkanDescriptorSetBinding *descs, int num_descs, const char *source, int local_size, int interlaced) |
| |
| static void | vk_decode_prores_uninit (FFVulkanDecodeShared *ctx) |
| |
| static int | vk_decode_prores_init (AVCodecContext *avctx) |
| |
| static void | vk_prores_free_frame_priv (AVRefStructOpaque _hwctx, void *data) |
| |
◆ vk_prores_start_frame()
◆ vk_prores_decode_slice()
| static int vk_prores_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
data, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vk_prores_end_frame()
◆ add_push_data()
◆ init_shader()
| static int init_shader |
( |
AVCodecContext * |
avctx, |
|
|
FFVulkanContext * |
s, |
|
|
FFVkExecPool * |
pool, |
|
|
FFVkSPIRVCompiler * |
spv, |
|
|
FFVulkanShader * |
shd, |
|
|
const char * |
name, |
|
|
const char * |
entrypoint, |
|
|
FFVulkanDescriptorSetBinding * |
descs, |
|
|
int |
num_descs, |
|
|
const char * |
source, |
|
|
int |
local_size, |
|
|
int |
interlaced |
|
) |
| |
|
static |
◆ vk_decode_prores_uninit()
◆ vk_decode_prores_init()
◆ vk_prores_free_frame_priv()
◆ ff_source_common_comp
| const char* ff_source_common_comp |
◆ ff_source_prores_vld_comp
| const char* ff_source_prores_vld_comp |
◆ ff_source_prores_idct_comp
| const char* ff_source_prores_idct_comp |
◆ ff_vk_dec_prores_desc
Initial value:= {
.queue_flags = VK_QUEUE_COMPUTE_BIT,
}
Definition at line 30 of file vulkan_prores.c.
◆ ff_prores_vulkan_hwaccel
Initial value:= {
.p.name = "prores_vulkan",
}
Definition at line 557 of file vulkan_prores.c.