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

Go to the source code of this file.

Functions

static int nvdec_mjpeg_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
 
static int nvdec_mjpeg_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
 
static int nvdec_mjpeg_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
 

Function Documentation

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

Definition at line 29 of file nvdec_mjpeg.c.

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

Definition at line 60 of file nvdec_mjpeg.c.

static int nvdec_mjpeg_frame_params ( AVCodecContext avctx,
AVBufferRef hw_frames_ctx 
)
static

Definition at line 65 of file nvdec_mjpeg.c.