FFmpeg
Functions
nvdec_mpeg12.c File Reference
#include "avcodec.h"
#include "mpegvideo.h"
#include "nvdec.h"
#include "decode.h"

Go to the source code of this file.

Functions

static int nvdec_mpeg12_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
 
static int nvdec_mpeg12_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
 

Function Documentation

◆ nvdec_mpeg12_start_frame()

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

Definition at line 28 of file nvdec_mpeg12.c.

◆ nvdec_mpeg12_frame_params()

static int nvdec_mpeg12_frame_params ( AVCodecContext avctx,
AVBufferRef hw_frames_ctx 
)
static

Definition at line 86 of file nvdec_mpeg12.c.