|
FFmpeg
|
#include <va/va.h>#include <va/va_dec_jpeg.h>#include "hwconfig.h"#include "vaapi_decode.h"#include "mjpegdec.h"Go to the source code of this file.
Functions | |
| static int | vaapi_mjpeg_start_frame (AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) |
| static int | vaapi_mjpeg_end_frame (AVCodecContext *avctx) |
| static int | vaapi_mjpeg_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
Variables | |
| const AVHWAccel | ff_mjpeg_vaapi_hwaccel |
|
static |
Definition at line 26 of file vaapi_mjpeg.c.
|
static |
Definition at line 64 of file vaapi_mjpeg.c.
|
static |
Definition at line 72 of file vaapi_mjpeg.c.
| const AVHWAccel ff_mjpeg_vaapi_hwaccel |
Definition at line 145 of file vaapi_mjpeg.c.
1.8.17