FFmpeg
|
#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.
Functions | |
static int | nvdec_vp9_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | nvdec_vp9_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx) |
Variables | |
const AVHWAccel | ff_vp9_nvdec_hwaccel |
|
static |
Definition at line 31 of file nvdec_vp9.c.
|
static |
Definition at line 165 of file nvdec_vp9.c.
const AVHWAccel ff_vp9_nvdec_hwaccel |
Definition at line 172 of file nvdec_vp9.c.