FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
nvdec_vp8.c File Reference
#include "avcodec.h"
#include "nvdec.h"
#include "decode.h"
#include "internal.h"
#include "vp8.h"

Go to the source code of this file.

Functions

static unsigned char safe_get_ref_idx (VP8Frame *frame)
 
static int nvdec_vp8_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
 
static int nvdec_vp8_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
 

Variables

AVHWAccel ff_vp8_nvdec_hwaccel
 

Function Documentation

static unsigned char safe_get_ref_idx ( VP8Frame frame)
static

Definition at line 29 of file nvdec_vp8.c.

Referenced by nvdec_vp8_start_frame().

static int nvdec_vp8_start_frame ( AVCodecContext avctx,
const uint8_t buffer,
uint32_t  size 
)
static

Definition at line 34 of file nvdec_vp8.c.

static int nvdec_vp8_frame_params ( AVCodecContext avctx,
AVBufferRef hw_frames_ctx 
)
static

Definition at line 86 of file nvdec_vp8.c.

Variable Documentation

AVHWAccel ff_vp8_nvdec_hwaccel
Initial value:
= {
.name = "vp8_nvdec",
.pix_fmt = AV_PIX_FMT_CUDA,
.start_frame = nvdec_vp8_start_frame,
.frame_params = nvdec_vp8_frame_params,
.priv_data_size = sizeof(NVDECContext),
}
int ff_nvdec_simple_end_frame(AVCodecContext *avctx)
Definition: nvdec.c:537
static int nvdec_vp8_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
Definition: nvdec_vp8.c:86
int ff_nvdec_simple_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
Definition: nvdec.c:545
int ff_nvdec_decode_init(AVCodecContext *avctx)
Definition: nvdec.c:270
static int nvdec_vp8_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
Definition: nvdec_vp8.c:34
HW acceleration through CUDA.
Definition: pixfmt.h:235
int ff_nvdec_decode_uninit(AVCodecContext *avctx)
Definition: nvdec.c:252

Definition at line 93 of file nvdec_vp8.c.