#include <va/va.h>
#include <va/va_dec_jpeg.h>
#include "hwaccel.h"
#include "vaapi_decode.h"
#include "mjpegdec.h"
Go to the source code of this file.
◆ vaapi_mjpeg_start_frame()
◆ vaapi_mjpeg_end_frame()
◆ vaapi_mjpeg_decode_slice()
◆ ff_mjpeg_vaapi_hwaccel
Initial value:= {
.name = "mjpeg_vaapi",
}
static int vaapi_mjpeg_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
static int vaapi_mjpeg_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size)
static av_cold int init(AVCodecContext *avctx)
int ff_vaapi_common_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
int ff_vaapi_decode_uninit(AVCodecContext *avctx)
static av_cold int uninit(AVCodecContext *avctx)
int ff_vaapi_decode_init(AVCodecContext *avctx)
static int vaapi_mjpeg_end_frame(AVCodecContext *avctx)
#define HWACCEL_CAP_ASYNC_SAFE
Definition at line 145 of file vaapi_mjpeg.c.