#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "nvdec.h"
#include "decode.h"
#include "internal.h"
#include "vp9shared.h"
Go to the source code of this file.
◆ nvdec_vp9_start_frame()
◆ nvdec_vp9_frame_params()
◆ ff_vp9_nvdec_hwaccel
Initial value:= {
.name = "vp9_nvdec",
}
int ff_nvdec_simple_end_frame(AVCodecContext *avctx)
int ff_nvdec_simple_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
int ff_nvdec_decode_init(AVCodecContext *avctx)
HW acceleration through CUDA.
static int nvdec_vp9_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
int ff_nvdec_decode_uninit(AVCodecContext *avctx)
static int nvdec_vp9_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
Definition at line 172 of file nvdec_vp9.c.