FFmpeg
|
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "nvdec.h"
#include "decode.h"
#include "hwaccel_internal.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 FFHWAccel | ff_vp9_nvdec_hwaccel |
|
static |
Definition at line 32 of file nvdec_vp9.c.
|
static |
Definition at line 166 of file nvdec_vp9.c.
const FFHWAccel ff_vp9_nvdec_hwaccel |
Definition at line 173 of file nvdec_vp9.c.