Home
last modified time | relevance | path

Searched refs:AV1Frame (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dav1dec.h33 typedef struct AV1Frame { struct
53 } AV1Frame; typedef
81 AV1Frame ref[AV1_NUM_REF_FRAMES];
82 AV1Frame cur_frame;
Dav1dec.c475 static void av1_frame_unref(AVCodecContext *avctx, AV1Frame *f) in av1_frame_unref()
489 static int av1_frame_ref(AVCodecContext *avctx, AV1Frame *dst, const AV1Frame *src) in av1_frame_ref()
687 static int av1_frame_alloc(AVCodecContext *avctx, AV1Frame *f) in av1_frame_alloc()
Dvaapi_av1.c26 static VASurfaceID vaapi_av1_surface_id(AV1Frame *vf) in vaapi_av1_surface_id()