Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dav1dec.h33 typedef struct AV1Frame { struct
54 } AV1Frame; typedef
82 AV1Frame ref[AV1_NUM_REF_FRAMES];
83 AV1Frame cur_frame;
H A Dav1dec.c581 static void av1_frame_unref(AVCodecContext *avctx, AV1Frame *f) in av1_frame_unref()
595 static int av1_frame_ref(AVCodecContext *avctx, AV1Frame *dst, const AV1Frame *src) in av1_frame_ref()
804 static int av1_frame_alloc(AVCodecContext *avctx, AV1Frame *f) in av1_frame_alloc()
H A Dvaapi_av1.c48 static VASurfaceID vaapi_av1_surface_id(AV1Frame *vf) in vaapi_av1_surface_id()

Completed in 3 milliseconds