Definition in file mjpegdec.h.
Go to the source code of this file.
Classes | |
| struct | MJpegDecodeContext |
Functions | |
| int | ff_mjpeg_decode_init (AVCodecContext *avctx) |
| int | ff_mjpeg_decode_end (AVCodecContext *avctx) |
| int | ff_mjpeg_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
| int | ff_mjpeg_decode_dqt (MJpegDecodeContext *s) |
| int | ff_mjpeg_decode_dht (MJpegDecodeContext *s) |
| int | ff_mjpeg_decode_sof (MJpegDecodeContext *s) |
| int | ff_mjpeg_decode_sos (MJpegDecodeContext *s) |
| int ff_mjpeg_decode_init | ( | AVCodecContext * | avctx | ) |
Definition at line 76 of file mjpegdec.c.
| int ff_mjpeg_decode_end | ( | AVCodecContext * | avctx | ) |
| int ff_mjpeg_decode_frame | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) |
Referenced by sp5x_decode_frame().
| int ff_mjpeg_decode_dqt | ( | MJpegDecodeContext * | s | ) |
| int ff_mjpeg_decode_dht | ( | MJpegDecodeContext * | s | ) |
Definition at line 148 of file mjpegdec.c.
Referenced by ff_mjpeg_decode_init(), and mjpegb_decode_frame().
| int ff_mjpeg_decode_sof | ( | MJpegDecodeContext * | s | ) |
| int ff_mjpeg_decode_sos | ( | MJpegDecodeContext * | s | ) |
1.5.5