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[] |
|
extern |
◆ ff_apv_decode_comp_spv_len
| const unsigned int ff_apv_decode_comp_spv_len |
|
extern |
◆ ff_apv_idct_comp_spv_data
| const unsigned char ff_apv_idct_comp_spv_data[] |
|
extern |
◆ ff_apv_idct_comp_spv_len
| const unsigned int ff_apv_idct_comp_spv_len |
|
extern |
◆ 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",
}
int(* init)(AVBSFContext *ctx)
#define HWACCEL_CAP_ASYNC_SAFE
Header providing the internals of AVHWAccel.
#define HWACCEL_CAP_THREAD_SAFE
static av_cold void uninit(AVBitStreamFilterContext *ctx)
@ AV_PIX_FMT_VULKAN
Vulkan hardware images.
static int vk_apv_decode_slice(AVCodecContext *avctx, const uint8_t *data, uint32_t size)
static int vk_decode_apv_init(AVCodecContext *avctx)
static void vk_apv_free_frame_priv(AVRefStructOpaque _hwctx, void *data)
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_end_frame(AVCodecContext *avctx)
int ff_vk_update_thread_context(AVCodecContext *dst, const AVCodecContext *src)
Synchronize the contexts between 2 threads.
int ff_vk_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
Initialize hw_frames_ctx with the parameters needed to decode the stream using the parameters from av...
int ff_vk_decode_uninit(AVCodecContext *avctx)
Free decoder.
Definition at line 543 of file vulkan_apv.c.