FFmpeg
Functions
nvdec_mpeg4.c File Reference
#include "config_components.h"
#include "avcodec.h"
#include "internal.h"
#include "mpeg4videodec.h"
#include "mpeg4videodefs.h"
#include "nvdec.h"
#include "decode.h"
#include "hwaccel_internal.h"

Go to the source code of this file.

Functions

static int nvdec_mpeg4_start_frame (AVCodecContext *avctx, const AVBufferRef *buffer_ref, const uint8_t *buffer, uint32_t size)
 
static int nvdec_mpeg4_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
 
static int nvdec_mpeg4_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx, enum AVPixelFormat hw_format)
 

Function Documentation

◆ nvdec_mpeg4_start_frame()

static int nvdec_mpeg4_start_frame ( AVCodecContext avctx,
const AVBufferRef buffer_ref,
const uint8_t *  buffer,
uint32_t  size 
)
static

Definition at line 33 of file nvdec_mpeg4.c.

◆ nvdec_mpeg4_decode_slice()

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

Definition at line 105 of file nvdec_mpeg4.c.

◆ nvdec_mpeg4_frame_params()

static int nvdec_mpeg4_frame_params ( AVCodecContext avctx,
AVBufferRef hw_frames_ctx,
enum AVPixelFormat  hw_format 
)
static

Definition at line 110 of file nvdec_mpeg4.c.