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

Go to the source code of this file.

Functions

static int nvdec_vc1_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
 
static int nvdec_vc1_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
 

Variables

const AVHWAccel ff_vc1_nvdec_hwaccel
 

Function Documentation

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

Definition at line 28 of file nvdec_vc1.c.

static int nvdec_vc1_frame_params ( AVCodecContext avctx,
AVBufferRef hw_frames_ctx 
)
static

Definition at line 106 of file nvdec_vc1.c.

Variable Documentation

const AVHWAccel ff_vc1_nvdec_hwaccel
Initial value:
= {
.name = "vc1_nvdec",
.pix_fmt = AV_PIX_FMT_CUDA,
.start_frame = nvdec_vc1_start_frame,
.frame_params = nvdec_vc1_frame_params,
.priv_data_size = sizeof(NVDECContext),
}
int ff_nvdec_simple_end_frame(AVCodecContext *avctx)
Definition: nvdec.c:537
static int nvdec_vc1_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
Definition: nvdec_vc1.c:106
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
HW acceleration through CUDA.
Definition: pixfmt.h:235
static int nvdec_vc1_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
Definition: nvdec_vc1.c:28
int ff_nvdec_decode_uninit(AVCodecContext *avctx)
Definition: nvdec.c:252

Definition at line 113 of file nvdec_vc1.c.