Searched refs:cropdetect (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 Dallfilters.c47 REGISTER_FILTER (CROPDETECT, cropdetect, vf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_cropdetect.c192 SET_META("lavfi.cropdetect.x1", s->x1);
193 SET_META("lavfi.cropdetect.x2", s->x2);
194 SET_META("lavfi.cropdetect.y1", s->y1);
195 SET_META("lavfi.cropdetect.y2", s->y2);
196 SET_META("lavfi.cropdetect.w", w);
197 SET_META("lavfi.cropdetect.h", h);
198 SET_META("lavfi.cropdetect.x", x);
199 SET_META("lavfi.cropdetect.y", y);
222 AVFILTER_DEFINE_CLASS(cropdetect); variable
243 .name = "cropdetect",
[all...]
H A Dallfilters.c123 REGISTER_FILTER(CROPDETECT, cropdetect, vf);

Completed in 47 milliseconds