#include <va/va.h>
#include <va/va_dec_vp8.h>
#include "hwaccel_internal.h"
#include "vaapi_decode.h"
#include "vp8.h"
Go to the source code of this file.
◆ vaapi_vp8_surface_id()
static VASurfaceID vaapi_vp8_surface_id |
( |
VP8Frame * |
vf | ) |
|
|
static |
◆ vaapi_vp8_start_frame()
◆ vaapi_vp8_end_frame()
◆ vaapi_vp8_decode_slice()
static int vaapi_vp8_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ ff_vp8_vaapi_hwaccel
Initial value:= {
.p.name = "vp8_vaapi",
}
Definition at line 223 of file vaapi_vp8.c.