Searched refs:slice_dir (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_slicify.c78 static void draw_slice(AVFilterLink *link, int y, int h, int slice_dir) argument
83 if (slice_dir == 1) {
85 avfilter_draw_slice(link->dst->outputs[0], y2, slice->h, slice_dir);
88 avfilter_draw_slice(link->dst->outputs[0], y2, y + h - y2, slice_dir);
89 } else if (slice_dir == -1) {
91 avfilter_draw_slice(link->dst->outputs[0], y2 - slice->h, slice->h, slice_dir);
94 avfilter_draw_slice(link->dst->outputs[0], y, y2 - y, slice_dir);
H A Dvf_split.c36 static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) argument
38 avfilter_draw_slice(inlink->dst->outputs[0], y, h, slice_dir);
39 avfilter_draw_slice(inlink->dst->outputs[1], y, h, slice_dir);
H A Dvf_vflip.c83 static void draw_slice(AVFilterLink *link, int y, int h, int slice_dir) argument
87 avfilter_draw_slice(ctx->outputs[0], link->h - (y+h), h, -1 * slice_dir);
H A Dvf_blackframe.c74 static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) argument
88 avfilter_draw_slice(ctx->outputs[0], y, h, slice_dir);
H A Davfilter.h388 void (*draw_slice)(AVFilterLink *link, int y, int height, int slice_dir);
439 void avfilter_default_draw_slice(AVFilterLink *link, int y, int h, int slice_dir);
476 void avfilter_null_draw_slice(AVFilterLink *link, int y, int h, int slice_dir);
730 * @param slice_dir the assumed direction for sending slices,
735 void avfilter_draw_slice(AVFilterLink *link, int y, int h, int slice_dir);
H A Dvf_scale.c262 static void draw_slice(AVFilterLink *link, int y, int h, int slice_dir) argument
269 if (scale->slice_y == 0 && slice_dir == -1)
283 if (slice_dir == -1)
285 avfilter_draw_slice(link->dst->outputs[0], scale->slice_y, out_h, slice_dir);
286 if (slice_dir == 1)
H A Dvf_fade.c97 static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) argument
134 avfilter_draw_slice(inlink->dst->outputs[0], y, h, slice_dir);
H A Dvf_hflip.c81 static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) argument
144 avfilter_draw_slice(inlink->dst->outputs[0], y, h, slice_dir);
H A Dvf_pad.c351 static void draw_send_bar_slice(AVFilterLink *link, int y, int h, int slice_dir, int before_slice) argument
356 if (slice_dir * before_slice == 1 && y == pad->y) {
360 } else if (slice_dir * before_slice == -1 && (y + h) == (pad->y + pad->in_h)) {
371 avfilter_draw_slice(link->dst->outputs[0], bar_y, bar_h, slice_dir);
375 static void draw_slice(AVFilterLink *link, int y, int h, int slice_dir) argument
388 draw_send_bar_slice(link, y, h, slice_dir, 1);
405 avfilter_draw_slice(link->dst->outputs[0], y, h, slice_dir);
407 draw_send_bar_slice(link, y, h, slice_dir, -1);
H A Dvf_pixdesctest.c81 static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) argument
108 avfilter_draw_slice(inlink->dst->outputs[0], y, h, slice_dir);
H A Ddefaults.c150 void avfilter_default_draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) argument
158 avfilter_draw_slice(outlink, y, h, slice_dir);
273 void avfilter_null_draw_slice(AVFilterLink *link, int y, int h, int slice_dir) argument
275 avfilter_draw_slice(link->dst->outputs[0], y, h, slice_dir);
H A Dvf_fifo.c70 static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) { } argument
H A Dvf_fieldorder.c129 static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) argument
143 avfilter_draw_slice(outlink, y, h, slice_dir);
H A Dvf_drawbox.c94 static void draw_slice(AVFilterLink *inlink, int y0, int h, int slice_dir) argument
H A Dvf_select.c248 static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) argument
253 avfilter_draw_slice(inlink->dst->outputs[0], y, h, slice_dir);
H A Dvf_overlay.c321 static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) argument
335 avfilter_draw_slice(outlink, y, h, slice_dir);
344 static void null_draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) { } argument
H A Dvf_boxblur.c306 static void draw_slice(AVFilterLink *inlink, int y0, int h0, int slice_dir) argument
330 avfilter_draw_slice(outlink, y0, h0, slice_dir);
H A Dvf_crop.c293 static void draw_slice(AVFilterLink *link, int y, int h, int slice_dir) argument
308 avfilter_draw_slice(ctx->outputs[0], y - crop->y, h, slice_dir);
H A Dvf_lut.c295 static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) argument
340 avfilter_draw_slice(outlink, y, h, slice_dir);
H A Dvf_delogo.c232 static void null_draw_slice(AVFilterLink *link, int y, int h, int slice_dir) { } argument
H A Dvf_gradfun.c202 static void null_draw_slice(AVFilterLink *link, int y, int h, int slice_dir) { } argument
H A Dvf_unsharp.c231 static void draw_slice(AVFilterLink *link, int y, int h, int slice_dir) argument
H A Davfilter.c447 void avfilter_draw_slice(AVFilterLink *link, int y, int h, int slice_dir) argument
453 FF_DPRINTF_START(NULL, draw_slice); ff_dlog_link(NULL, link, 0); av_dlog(NULL, " y:%d h:%d dir:%d\n", y, h, slice_dir);
485 draw_slice(link, y, h, slice_dir);
H A Dvf_hqdn3d.c290 static void null_draw_slice(AVFilterLink *link, int y, int h, int slice_dir) { } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davfilter.h325 int (*draw_slice)(AVFilterLink *link, int y, int height, int slice_dir);

Completed in 117 milliseconds

12