Searched refs:ff_vdpau_common_end_frame (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vdpau_internal.h | 123 int ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame,
|
D | vdpau.c | 336 int ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame, in ff_vdpau_common_end_frame() function 372 val = ff_vdpau_common_end_frame(avctx, pic->f, pic_ctx); in ff_vdpau_mpeg_end_frame()
|
D | vdpau_vp9.c | 195 val = ff_vdpau_common_end_frame(avctx, pic.tf.f, pic_ctx); in vdpau_vp9_end_frame()
|
D | vdpau_h264.c | 210 val = ff_vdpau_common_end_frame(avctx, pic->f, pic_ctx); in vdpau_h264_end_frame()
|
D | vdpau_hevc.c | 427 val = ff_vdpau_common_end_frame(avctx, h->ref->frame, pic_ctx); in vdpau_hevc_end_frame()
|