Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp9shared.h59 typedef struct VP9Frame { struct
68 } VP9Frame; argument
166 VP9Frame frames[3];
Dvdpau_vp9.c38 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_start_frame()
171 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_decode_slice()
190 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_end_frame()
Dvaapi_vp9.c29 static VASurfaceID vaapi_vp9_surface_id(const VP9Frame *vf) in vaapi_vp9_surface_id()
Dvp9.c104 static void vp9_frame_unref(AVCodecContext *avctx, VP9Frame *f) in vp9_frame_unref()
113 static int vp9_frame_alloc(AVCodecContext *avctx, VP9Frame *f) in vp9_frame_alloc()
159 static int vp9_frame_ref(AVCodecContext *avctx, VP9Frame *dst, VP9Frame *src) in vp9_frame_ref()
1502 static int vp9_export_enc_params(VP9Context *s, VP9Frame *frame) in vp9_export_enc_params()