Searched refs:ff_vf_next_put_image (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_softpulldown.c64 ret = ff_vf_next_put_image(vf, mpi, MP_NOPTS_VALUE);
100 ret = ff_vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE);
103 ret |= ff_vf_next_put_image(vf, mpi, MP_NOPTS_VALUE);
H A Dvf.h142 int ff_vf_next_put_image(struct vf_instance *vf,mp_image_t *mpi, double pts);
H A Dvf_eq.c154 return ff_vf_next_put_image(vf,dmpi, pts);
H A Dvf_ilpack.c387 return ff_vf_next_put_image(vf,dmpi, pts);
H A Dvf_eq2.c281 return ff_vf_next_put_image (vf, dst, pts);
H A Dvf_uspp.c307 return ff_vf_next_put_image(vf,dmpi, pts);
H A Dvf_pp7.c407 return ff_vf_next_put_image(vf,dmpi, pts);
H A Dvf_fspp.c573 return ff_vf_next_put_image(vf,dmpi, pts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mp.c461 int ff_vf_next_put_image(struct vf_instance *vf,mp_image_t *mpi, double pts){ function
469 av_log(m->avfctx, AV_LOG_DEBUG, "ff_vf_next_put_image\n");
607 m->vf.put_image = ff_vf_next_put_image;

Completed in 66 milliseconds