#include "avcodec.h"
#include "nvdec.h"
#include "decode.h"
#include "internal.h"
#include "av1dec.h"
Go to the source code of this file.
◆ get_bit_depth_from_seq()
◆ nvdec_av1_start_frame()
◆ nvdec_av1_decode_slice()
◆ nvdec_av1_frame_params()
◆ ff_av1_nvdec_hwaccel
Initial value:= {
.name = "av1_nvdec",
}
int ff_nvdec_simple_end_frame(AVCodecContext *avctx)
int ff_nvdec_decode_init(AVCodecContext *avctx)
int ff_nvdec_decode_uninit(AVCodecContext *avctx)
static int nvdec_av1_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
static int nvdec_av1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
static int nvdec_av1_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
@ AV_PIX_FMT_CUDA
HW acceleration through CUDA.
Definition at line 340 of file nvdec_av1.c.