Go to the source code of this file.
|
| static int | vk_prores_raw_start_frame (AVCodecContext *avctx, const AVBufferRef *buffer_ref, av_unused const uint8_t *buffer, av_unused uint32_t size) |
| |
| static int | vk_prores_raw_decode_slice (AVCodecContext *avctx, const uint8_t *data, uint32_t size) |
| |
| static int | vk_prores_raw_end_frame (AVCodecContext *avctx) |
| |
| static int | add_common_data (AVCodecContext *avctx, FFVulkanContext *s, FFVulkanShader *shd, int writeonly) |
| |
| static int | init_decode_shader (AVCodecContext *avctx, FFVulkanContext *s, FFVkExecPool *pool, FFVkSPIRVCompiler *spv, FFVulkanShader *shd, int version) |
| |
| static int | init_idct_shader (AVCodecContext *avctx, FFVulkanContext *s, FFVkExecPool *pool, FFVkSPIRVCompiler *spv, FFVulkanShader *shd, int version) |
| |
| static void | vk_decode_prores_raw_uninit (FFVulkanDecodeShared *ctx) |
| |
| static int | vk_decode_prores_raw_init (AVCodecContext *avctx) |
| |
| static void | vk_prores_raw_free_frame_priv (AVRefStructOpaque _hwctx, void *data) |
| |
◆ vk_prores_raw_start_frame()
◆ vk_prores_raw_decode_slice()
| static int vk_prores_raw_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
data, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vk_prores_raw_end_frame()
◆ add_common_data()
◆ init_decode_shader()
◆ init_idct_shader()
◆ vk_decode_prores_raw_uninit()
◆ vk_decode_prores_raw_init()
◆ vk_prores_raw_free_frame_priv()
◆ ff_source_common_comp
| const char* ff_source_common_comp |
◆ ff_source_prores_raw_decode_comp
| const char* ff_source_prores_raw_decode_comp |
◆ ff_source_prores_raw_idct_comp
| const char* ff_source_prores_raw_idct_comp |
◆ ff_vk_dec_prores_raw_desc
Initial value:= {
.queue_flags = VK_QUEUE_COMPUTE_BIT,
}
Definition at line 32 of file vulkan_prores_raw.c.
◆ ff_prores_raw_vulkan_hwaccel