Searched refs:ff_vdpau_add_buffer (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvdpau_internal.h84 int ff_vdpau_add_buffer(struct vdpau_picture_context *pic, const uint8_t *buf,
H A Dvdpau_mpeg12.c89 val = ff_vdpau_add_buffer(pic_ctx, buffer, size);
H A Dvdpau_mpeg4.c81 return ff_vdpau_add_buffer(pic_ctx, buffer, size);
H A Dvdpau_vc1.c108 val = ff_vdpau_add_buffer(pic_ctx, buffer, size);
H A Dvdpau_h264.c178 val = ff_vdpau_add_buffer(pic_ctx, start_code_prefix, 3);
182 val = ff_vdpau_add_buffer(pic_ctx, buffer, size);
H A Dvdpau.c101 int ff_vdpau_add_buffer(struct vdpau_picture_context *pic_ctx, function

Completed in 37 milliseconds