Go to the source code of this file.
|
| static int | vk_apv_start_frame (AVCodecContext *avctx, const AVBufferRef *buffer_ref, av_unused const uint8_t *buffer, av_unused uint32_t size) |
| |
| static int | vk_apv_decode_slice (AVCodecContext *avctx, const uint8_t *data, uint32_t size) |
| |
| static int | vk_apv_end_frame (AVCodecContext *avctx) |
| |
| static int | init_decode_shader (AVCodecContext *avctx, FFVulkanContext *s, FFVkExecPool *pool, FFVulkanShader *shd) |
| |
| static int | init_idct_shader (AVCodecContext *avctx, FFVulkanContext *s, FFVkExecPool *pool, FFVulkanShader *shd) |
| |
| static void | vk_decode_apv_uninit (FFVulkanDecodeShared *ctx) |
| |
| static int | vk_decode_apv_init (AVCodecContext *avctx) |
| |
| static void | vk_apv_free_frame_priv (AVRefStructOpaque _hwctx, void *data) |
| |
◆ vk_apv_start_frame()
◆ vk_apv_decode_slice()
| static int vk_apv_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
data, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vk_apv_end_frame()
◆ init_decode_shader()
◆ init_idct_shader()
◆ vk_decode_apv_uninit()
◆ vk_decode_apv_init()
◆ vk_apv_free_frame_priv()
◆ ff_apv_decode_comp_spv_data
| const unsigned char ff_apv_decode_comp_spv_data[] |
◆ ff_apv_decode_comp_spv_len
| const unsigned int ff_apv_decode_comp_spv_len |
◆ ff_apv_idct_comp_spv_data
| const unsigned char ff_apv_idct_comp_spv_data[] |
◆ ff_apv_idct_comp_spv_len
| const unsigned int ff_apv_idct_comp_spv_len |
◆ ff_vk_dec_apv_desc
Initial value:= {
.queue_flags = VK_QUEUE_COMPUTE_BIT,
}
Definition at line 33 of file vulkan_apv.c.
◆ ff_apv_vulkan_hwaccel
Initial value:= {
.p.name = "apv_vulkan",
}
Definition at line 474 of file vulkan_apv.c.