Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp9shared.h59 typedef struct VP9Frame { struct
68 } VP9Frame; typedef
166 VP9Frame frames[3];
H A Dvdpau_vp9.c37 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_start_frame()
170 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_decode_slice()
189 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_end_frame()
H A Dvaapi_vp9.c29 static VASurfaceID vaapi_vp9_surface_id(const VP9Frame *vf) in vaapi_vp9_surface_id()
H A Dvp9.c97 static void vp9_frame_unref(AVCodecContext *avctx, VP9Frame *f) in vp9_frame_unref()
106 static int vp9_frame_alloc(AVCodecContext *avctx, VP9Frame *f) in vp9_frame_alloc()
152 static int vp9_frame_ref(AVCodecContext *avctx, VP9Frame *dst, VP9Frame *src) in vp9_frame_ref()
1501 static int vp9_export_enc_params(VP9Context *s, VP9Frame *frame) in vp9_export_enc_params()

Completed in 5 milliseconds