|
FFmpeg
|
#include "libavutil/mem.h"#include "codec_internal.h"#include "decode.h"#include "hpeldsp.h"#include "mjpeg.h"#include "mjpegdec.h"Go to the source code of this file.
Data Structures | |
| struct | MXpegDecodeContext |
Functions | |
| static av_cold int | mxpeg_decode_end (AVCodecContext *avctx) |
| static av_cold int | mxpeg_decode_init (AVCodecContext *avctx) |
| static int | mxpeg_decode_app (MXpegDecodeContext *s, const uint8_t *buf_ptr, int buf_size) |
| static int | mxpeg_decode_mxm (MXpegDecodeContext *s, const uint8_t *buf_ptr, int buf_size) |
| static int | mxpeg_decode_com (MXpegDecodeContext *s, const uint8_t *buf_ptr, int buf_size) |
| static int | mxpeg_check_dimensions (MXpegDecodeContext *s, MJpegDecodeContext *jpg, AVFrame *reference_ptr) |
| static int | mxpeg_decode_frame (AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) |
Variables | |
| const FFCodec | ff_mxpeg_decoder |
MxPEG decoder
Definition in file mxpegdec.c.
|
static |
Definition at line 48 of file mxpegdec.c.
|
static |
Definition at line 65 of file mxpegdec.c.
|
static |
Definition at line 82 of file mxpegdec.c.
Referenced by mxpeg_decode_frame().
|
static |
Definition at line 94 of file mxpegdec.c.
Referenced by mxpeg_decode_com().
|
static |
Definition at line 147 of file mxpegdec.c.
Referenced by mxpeg_decode_frame().
|
static |
Definition at line 162 of file mxpegdec.c.
Referenced by mxpeg_decode_frame().
|
static |
Definition at line 193 of file mxpegdec.c.
| const FFCodec ff_mxpeg_decoder |
Definition at line 355 of file mxpegdec.c.
1.8.17