Go to the source code of this file.
|
| static int | host_upload_image (AVCodecContext *avctx, FFVulkanDecodeContext *dec, DPXDecContext *dpx, const uint8_t *src, uint32_t size) |
| |
| static int | vk_dpx_start_frame (AVCodecContext *avctx, const AVBufferRef *buffer_ref, av_unused const uint8_t *buffer, av_unused uint32_t size) |
| |
| static int | vk_dpx_decode_slice (AVCodecContext *avctx, const uint8_t *data, uint32_t size) |
| |
| static int | vk_dpx_end_frame (AVCodecContext *avctx) |
| |
| static int | init_shader (AVCodecContext *avctx, FFVulkanContext *s, FFVkExecPool *pool, FFVkSPIRVCompiler *spv, FFVulkanShader *shd, int bits) |
| |
| static void | vk_decode_dpx_uninit (FFVulkanDecodeShared *ctx) |
| |
| static int | vk_decode_dpx_init (AVCodecContext *avctx) |
| |
| static void | vk_dpx_free_frame_priv (AVRefStructOpaque _hwctx, void *data) |
| |
◆ host_upload_image()
◆ vk_dpx_start_frame()
◆ vk_dpx_decode_slice()
| static int vk_dpx_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
data, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vk_dpx_end_frame()
◆ init_shader()
◆ vk_decode_dpx_uninit()
◆ vk_decode_dpx_init()
◆ vk_dpx_free_frame_priv()
◆ ff_source_common_comp
| const char* ff_source_common_comp |
◆ ff_source_dpx_unpack_comp
| const char* ff_source_dpx_unpack_comp |
◆ ff_source_dpx_copy_comp
| const char* ff_source_dpx_copy_comp |
◆ ff_vk_dec_dpx_desc
Initial value:= {
.queue_flags = VK_QUEUE_COMPUTE_BIT,
}
Definition at line 32 of file vulkan_dpx.c.
◆ ff_dpx_vulkan_hwaccel
Initial value:= {
.p.name = "dpx_vulkan",
}
Definition at line 457 of file vulkan_dpx.c.