Go to the source code of this file.
◆ vaapi_av1_surface_id()
| static VASurfaceID vaapi_av1_surface_id |
( |
AV1Frame * | vf | ) |
|
|
static |
◆ vaapi_av1_get_bit_depth_idx()
◆ vaapi_av1_decode_uninit()
◆ vaapi_av1_decode_init()
◆ vaapi_av1_start_frame()
◆ vaapi_av1_end_frame()
◆ vaapi_av1_decode_slice()
| static int vaapi_av1_decode_slice |
( |
AVCodecContext * | avctx, |
|
|
const uint8_t * | buffer, |
|
|
uint32_t | size ) |
|
static |
◆ ff_av1_vaapi_hwaccel
Initial value:= {
.p.name = "av1_vaapi",
}
int(* init)(AVBSFContext *ctx)
#define HWACCEL_CAP_ASYNC_SAFE
Header providing the internals of AVHWAccel.
static av_cold void uninit(AVBitStreamFilterContext *ctx)
@ AV_PIX_FMT_VAAPI
Hardware acceleration through VA-API, data[3] contains a VASurfaceID.
static int vaapi_av1_end_frame(AVCodecContext *avctx)
static int vaapi_av1_start_frame(AVCodecContext *avctx, av_unused const AVBufferRef *buffer_ref, av_unused const uint8_t *buffer, av_unused uint32_t size)
static av_cold int vaapi_av1_decode_init(AVCodecContext *avctx)
static av_cold int vaapi_av1_decode_uninit(AVCodecContext *avctx)
static int vaapi_av1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
int ff_vaapi_common_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
Definition at line 450 of file vaapi_av1.c.