#include <va/va.h>
#include <va/va_dec_vvc.h>
#include "vvc/dec.h"
#include "vvc/refs.h"
#include "hwaccel_internal.h"
#include "vaapi_decode.h"
Go to the source code of this file.
◆ init_vaapi_pic()
static void init_vaapi_pic |
( |
VAPictureVVC * |
va_pic | ) |
|
|
static |
◆ fill_vaapi_pic()
static void fill_vaapi_pic |
( |
VAPictureVVC * |
va_pic, |
|
|
const VVCFrame * |
pic |
|
) |
| |
|
static |
◆ fill_vaapi_reference_frames()
static void fill_vaapi_reference_frames |
( |
const VVCFrameContext * |
h, |
|
|
VAPictureParameterBufferVVC * |
pp |
|
) |
| |
|
static |
◆ vaapi_vvc_start_frame()
◆ get_ref_pic_index()
◆ get_slice_data_byte_offset()
static int get_slice_data_byte_offset |
( |
const uint8_t * |
buffer, |
|
|
uint32_t |
size, |
|
|
const SliceContext * |
sc |
|
) |
| |
|
static |
◆ vaapi_vvc_decode_slice()
static int vaapi_vvc_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vaapi_vvc_end_frame()
◆ ff_vvc_vaapi_hwaccel
Initial value:= {
.p.name = "vvc_vaapi",
}
Definition at line 643 of file vaapi_vvc.c.