Searched refs:outh (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_rotate.c69 int outh, outw; member in struct:__anon3417
85 int outw, outh; member in struct:ThreadData
240 SET_SIZE_EXPR(outh, "out_w");
242 rot->outh = res + 0.5;
252 outlink->h = rot->outh;
377 const int outw = td->outw, outh = td->outh; local
382 const int start = (outh * job ) / nb_jobs;
383 const int end = (outh * (job+1)) / nb_jobs;
392 if (fabs(rot->angle - 0) < FLT_EPSILON && outw == inw && outh
496 const int outh = FF_CEIL_RSHIFT(outlink->h, vsub); local
[all...]
H A Dvf_psnr.c89 const int outh = s->planeheight[c]; local
96 for (i = 0; i < outh; i++) {
104 mse[c] = m / (double)(outw * outh);
118 const int outh = s->planeheight[c]; local
125 for (i = 0; i < outh; i++) {
131 mse[c] = m / (double)(outw * outh);
H A Dvf_transpose.c157 int outh = FF_CEIL_RSHIFT(out->height, vsub); local
158 int start = (outh * jobnr ) / nb_jobs;
159 int end = (outh * (jobnr+1)) / nb_jobs;
175 dst = out->data[plane] + dstlinesize * (outh - start - 1);
H A Dvf_blend.c279 int outh = FF_CEIL_RSHIFT(dst_buf->height, vsub); local
282 .w = outw, .h = outh, .param = param, .plane = plane,
285 ctx->internal->execute(ctx, filter_slice, &td, NULL, FFMIN(outh, ctx->graph->nb_threads));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Dmanager.c724 u16 outw, outh; local
746 outh = c->out_height == 0 ? c->height : c->out_height;
752 orig_outh = outh;
757 unsigned scale_y_m = h, scale_y_d = outh;
761 x, y, outw, outh)) {
800 outh -= (mc->y - c->pos_y);
811 if (mc->h < (y + outh))
812 outh -= (y + outh) - (mc->h);
815 h = h * outh / orig_out
1031 unsigned outw, outh; local
[all...]
H A Doverlay.c338 u16 outw, outh; local
365 outh = info->height;
373 outh = info->height;
375 outh = info->out_height;
384 if (dh < info->pos_y + outh) {
386 dh, info->pos_y, outh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_transpose.c149 int outh = outpic->video->h>>vsub; local
163 out += outpic->linesize[plane] * (outh-1);
167 for (y = 0; y < outh; y++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb.h127 u16 posx, u16 posy, u16 outw, u16 outh);
H A Domapfb-main.c831 u16 posx, u16 posy, u16 outw, u16 outh)
857 DBG("setup_overlay %d, posx %d, posy %d, outw %d, outh %d\n", ofbi->id,
858 posx, posy, outw, outh);
911 info.out_height = outh;
934 u16 outw, outh; local
962 outh = var->xres;
965 outh = var->yres;
969 outh = ovl->info.out_height;
980 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh);
830 omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, u16 posx, u16 posy, u16 outw, u16 outh) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_vout.c669 int outh, u32 addr)
676 (outw != vout->pix.width || outh != vout->pix.height)) {
712 info.out_height = outh;
752 int posx, posy, outw, outh, temp; local
765 outh = win->w.height;
772 outw = outh;
773 outh = temp;
785 outw = outh;
786 outh = temp;
798 outw, outh, add
667 omapvid_setup_overlay(struct omap_vout_device *vout, struct omap_overlay *ovl, int posx, int posy, int outw, int outh, u32 addr) argument
[all...]

Completed in 146 milliseconds