Go to the source code of this file.
|
| static void | add_push_data (FFVulkanShader *shd) |
| |
| static int | vk_ffv1_start_frame (AVCodecContext *avctx, const AVBufferRef *buffer_ref, av_unused const uint8_t *buffer, av_unused uint32_t size) |
| |
| static int | vk_ffv1_decode_slice (AVCodecContext *avctx, const uint8_t *data, uint32_t size) |
| |
| static int | vk_ffv1_end_frame (AVCodecContext *avctx) |
| |
| static void | define_shared_code (FFVulkanShader *shd, int use32bit) |
| |
| static int | init_setup_shader (FFV1Context *f, FFVulkanContext *s, FFVkExecPool *pool, FFVkSPIRVCompiler *spv, FFVulkanShader *shd) |
| |
| static int | init_reset_shader (FFV1Context *f, FFVulkanContext *s, FFVkExecPool *pool, FFVkSPIRVCompiler *spv, FFVulkanShader *shd, int ac) |
| |
| static int | init_decode_shader (FFV1Context *f, FFVulkanContext *s, FFVkExecPool *pool, FFVkSPIRVCompiler *spv, FFVulkanShader *shd, AVHWFramesContext *dec_frames_ctx, AVHWFramesContext *out_frames_ctx, int ac, int rgb) |
| |
| static int | init_indirect (AVCodecContext *avctx, FFVulkanContext *s, AVBufferRef **dst, enum AVPixelFormat sw_format) |
| |
| static void | vk_decode_ffv1_uninit (FFVulkanDecodeShared *ctx) |
| |
| static int | vk_decode_ffv1_init (AVCodecContext *avctx) |
| |
| static void | vk_ffv1_free_frame_priv (AVRefStructOpaque _hwctx, void *data) |
| |
◆ RGB_LINECACHE
◆ add_push_data()
◆ vk_ffv1_start_frame()
◆ vk_ffv1_decode_slice()
| static int vk_ffv1_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
data, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vk_ffv1_end_frame()
◆ define_shared_code()
◆ init_setup_shader()
◆ init_reset_shader()
◆ init_decode_shader()
◆ init_indirect()
◆ vk_decode_ffv1_uninit()
◆ vk_decode_ffv1_init()
◆ vk_ffv1_free_frame_priv()
◆ ff_source_common_comp
| const char* ff_source_common_comp |
◆ ff_source_rangecoder_comp
| const char* ff_source_rangecoder_comp |
◆ ff_source_ffv1_vlc_comp
| const char* ff_source_ffv1_vlc_comp |
◆ ff_source_ffv1_common_comp
| const char* ff_source_ffv1_common_comp |
◆ ff_source_ffv1_dec_setup_comp
| const char* ff_source_ffv1_dec_setup_comp |
◆ ff_source_ffv1_reset_comp
| const char* ff_source_ffv1_reset_comp |
◆ ff_source_ffv1_dec_comp
| const char* ff_source_ffv1_dec_comp |
◆ ff_vk_dec_ffv1_desc
Initial value:= {
.queue_flags = VK_QUEUE_COMPUTE_BIT,
}
Definition at line 39 of file vulkan_ffv1.c.
◆ ff_ffv1_vulkan_hwaccel
Initial value:= {
.p.name = "ffv1_vulkan",
}
Definition at line 1137 of file vulkan_ffv1.c.