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_init()
◆ vaapi_av1_decode_uninit()
◆ vaapi_av1_start_frame()
◆ vaapi_av1_end_frame()
◆ vaapi_av1_decode_slice()
◆ ff_av1_vaapi_hwaccel
Initial value:= {
.name = "av1_vaapi",
}
static av_cold int init(AVCodecContext *avctx)
static av_cold int uninit(AVCodecContext *avctx)
#define HWACCEL_CAP_ASYNC_SAFE
static int vaapi_av1_end_frame(AVCodecContext *avctx)
static int vaapi_av1_decode_uninit(AVCodecContext *avctx)
static int vaapi_av1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size)
static int vaapi_av1_decode_init(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 435 of file vaapi_av1.c.