#include <va/va.h>
#include <va/va_dec_vp8.h>
#include "hwaccel.h"
#include "vaapi_decode.h"
#include "vp8.h"
Go to the source code of this file.
static VASurfaceID vaapi_vp8_surface_id |
( |
VP8Frame * |
vf | ) |
|
|
static |
Initial value:= {
.name = "vp8_vaapi",
}
static int vaapi_vp8_end_frame(AVCodecContext *avctx)
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)
static int vaapi_vp8_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
int ff_vaapi_decode_init(AVCodecContext *avctx)
#define HWACCEL_CAP_ASYNC_SAFE
static int vaapi_vp8_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size)
Definition at line 223 of file vaapi_vp8.c.