Searched refs:avfilter_next (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davfilter.c471 while ((f = avfilter_next(f)))
501 const AVFilter *avfilter_next(const AVFilter *prev) function
548 while (prev && (f = avfilter_next(f)))
557 while ((f = avfilter_next(f)))
H A Davfilter.h1010 const AVFilter *avfilter_next(const AVFilter *prev);
1018 * @deprecated use avfilter_next()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c1560 while ((filter = avfilter_next(filter))) {

Completed in 106 milliseconds