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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_select.c181 static int select_frame(AVFilterContext *ctx, AVFilterBufferRef *picref) function
232 select->select = select_frame(inlink->dst, picref);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_select.c296 static void select_frame(AVFilterContext *ctx, AVFrame *frame) function
386 select_frame(ctx, frame);
H A Dvf_fieldmatch.c478 static AVFrame *select_frame(FieldMatchContext *fm, int match) function
521 prev = select_frame(fm, match1);
529 next = select_frame(fm, match2);

Completed in 59 milliseconds