Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvdpau_mpeg12.c112 .end_frame = ff_vdpau_mpeg_end_frame,
147 .end_frame = ff_vdpau_mpeg_end_frame,
Dvdpau_vc1.c145 .end_frame = ff_vdpau_mpeg_end_frame,
162 .end_frame = ff_vdpau_mpeg_end_frame,
Dvdpau_internal.h125 int ff_vdpau_mpeg_end_frame(AVCodecContext *avctx);
Dvdpau_mpeg4.c119 .end_frame = ff_vdpau_mpeg_end_frame,
Dvdpau.c365 int ff_vdpau_mpeg_end_frame(AVCodecContext *avctx) in ff_vdpau_mpeg_end_frame() function