Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dav1dec.c687 static int av1_frame_alloc(AVCodecContext *avctx, AV1Frame *f) in av1_frame_alloc() function
865 ret = av1_frame_alloc(avctx, &s->cur_frame); in get_current_frame()