Searched refs:xoffset (Results 1 - 25 of 76) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Deacmv.c64 int xoffset, int yoffset,
71 if (i+xoffset>=0 && i+xoffset<width &&
73 dst[j*dst_stride + i] = src[(j+yoffset)*src_stride + i+xoffset];
97 int xoffset = (*raw & 0xF) - 7; local
101 x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
105 int xoffset = (buf[i] & 0xF) - 7; local
109 x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
61 cmv_motcomp(unsigned char *dst, int dst_stride, const unsigned char *src, int src_stride, int x, int y, int xoffset, int yoffset, int width, int height) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcontrolfb.c61 int xoffset, yoffset; member in struct:fb_par_control
243 static inline void set_screen_start(int xoffset, int yoffset, argument
248 par->xoffset = xoffset;
251 par->yoffset * par->pitch + (par->xoffset << par->cmode));
258 unsigned int xoffset, hstep; local
266 xoffset = (var->xoffset + hstep) & ~hstep;
268 if (xoffset+par->xres > par->vxres ||
272 set_screen_start(xoffset, va
[all...]
H A D68328fb.c151 var->xoffset = info->var.xoffset;
179 if (var->xres_virtual < var->xoffset + var->xres)
180 var->xres_virtual = var->xoffset + var->xres;
370 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
379 || var->xoffset)
382 if (var->xoffset + var->xres > info->var.xres_virtual ||
386 info->var.xoffset = var->xoffset;
H A Dvfb.c133 var->xoffset = info->var.xoffset;
161 if (var->xres_virtual < var->xoffset + var->xres)
162 var->xres_virtual = var->xoffset + var->xres;
343 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
352 || var->xoffset)
355 if (var->xoffset + var->xres > info->var.xres_virtual ||
359 info->var.xoffset = var->xoffset;
H A Datafb.c33 * (var->xoffset was changed even if no set_screen_base avail.)
145 short xoffset; member in struct:atafb_par::__anon7155::falcon_hw
362 * xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
780 var->xoffset = 0;
951 xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
1374 par->hw.falcon.xoffset = 0;
1450 if (hw->xoffset)
1489 var->xoffset = 0; /* TODO change this */
1565 hw->xoffset = videl.xoffset
1675 int xoffset; local
2475 int xoffset = var->xoffset; local
[all...]
H A Dhgafb.c247 static void hga_pan(unsigned int xoffset, unsigned int yoffset) argument
252 base = (yoffset / 8) * 90 + xoffset;
396 * @var:contains new xoffset, yoffset and vmode values
399 * This function looks only at xoffset, yoffset and the %FB_VMODE_YWRAP
411 var->xoffset)
414 if (var->xoffset + var->xres > info->var.xres_virtual
420 hga_pan(var->xoffset, var->yoffset);
H A Dvga16fb.c209 u32 xoffset, pos; local
211 xoffset = var->xoffset;
213 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 2;
216 pos = (info->var.xres_virtual * (var->yoffset / fh) + xoffset) >> 3;
219 xoffset--;
220 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 3;
224 /* if we support CFB4, then we must! support xoffset with pixel
225 * granularity if someone supports xoffset in bit resolution */
229 vga_io_w(VGA_ATT_IW, (xoffset
341 u32 vxres, xoffset, vyres, yoffset; local
[all...]
H A Dhitfb.c164 int xoffset = var->xoffset; local
167 if (xoffset != 0)
264 var->xoffset = 0;
H A Dpvr2fb.c449 if (var->xoffset || var->yoffset < 0 ||
451 var->xoffset = var->yoffset = 0;
453 if (var->xoffset > var->xres_virtual - var->xres ||
455 var->xoffset < 0 || var->yoffset < 0)
456 var->xoffset = var->yoffset = 0;
459 var->xoffset = var->yoffset = 0;
527 get_line_length(var->xoffset+var->xres, var->bits_per_pixel),
560 get_line_length(var->xoffset+var->xres, var->bits_per_pixel),
H A Damifb.c689 __s16 xoffset; member in struct:fb_cursorstate
721 int xoffset; /* vmode */ member in struct:amifb_par
1307 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
1315 var->yoffset >= info->var.yres_virtual || var->xoffset)
1322 if (var->xoffset+info->var.xres > upx(16<<maxfmode, info->var.xres_virtual) ||
1327 info->var.xoffset = var->xoffset;
2876 par->xoffset = var->xoffset;
2879 if (par->xoffset || pa
[all...]
H A Dcirrusfb.c727 if (var->xoffset < 0)
728 var->xoffset = 0;
732 /* truncate xoffset and yoffset to maximum if too high */
733 if (var->xoffset > var->xres_virtual - var->xres)
734 var->xoffset = var->xres_virtual - var->xres - 1;
1611 int xoffset = 0; local
1618 DPRINTK ("virtual offset: (%d,%d)\n", var->xoffset, var->yoffset);
1620 /* no range checks for xoffset and yoffset, */
1625 info->var.xoffset = var->xoffset;
[all...]
H A Dgxt4500.c278 if (var->xres + var->xoffset > var->xres_virtual ||
461 writereg(par, REFRESH_START, (var->xoffset << 16) | var->yoffset);
542 if (var->xoffset & 7)
544 if (var->xoffset + var->xres > var->xres_virtual ||
548 writereg(par, REFRESH_START, (var->xoffset << 16) | var->yoffset);
H A Datmel_lcdfb.c59 pixeloff = (var->xoffset * var->bits_per_pixel) & 0x1f;
91 + var->xoffset * var->bits_per_pixel / 8);
181 var->xoffset = var->yoffset = 0;
H A Dfbmem.c742 int xoffset = var->xoffset; local
756 if (var->xoffset > 0 && (!fix->xpanstep ||
757 (var->xoffset % fix->xpanstep)))
760 if (err || !info->fbops->fb_pan_display || xoffset < 0 ||
762 var->xoffset + info->var.xres > info->var.xres_virtual)
767 info->var.xoffset = var->xoffset;
H A Dpmag-aa-fb.c131 c->x = x - disp->var.xoffset;
329 var->xoffset = 0;
H A Dg364fb.c148 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
153 if (var->xoffset || var->yoffset + var->yres > var->yres_virtual)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon_ud.c236 region.dx = info->var.xoffset;
244 region.dx = info->var.xoffset;
421 int xoffset, yoffset; local
426 xoffset = vxres - info->var.xres - ops->var.xoffset;
430 ops->var.xoffset = xoffset;
433 ops->var.xoffset = info->var.xoffset;
H A Dfbcon_cw.c197 region.dx = info->var.xoffset;
382 u32 xoffset; local
385 xoffset = vxres - (info->var.xres + ops->var.yoffset);
386 ops->var.yoffset = ops->var.xoffset;
387 ops->var.xoffset = xoffset;
389 ops->var.xoffset = info->var.xoffset;
H A Dtileblit.c125 ops->var.xoffset = info->var.xoffset;
H A Dfbcon_ccw.c213 region.dx = info->var.xoffset + bs;
401 yoffset = (vyres - info->var.yres) - ops->var.xoffset;
402 ops->var.xoffset = ops->var.yoffset;
405 ops->var.xoffset = info->var.xoffset;
H A Dbitblit.c220 region.dx = info->var.xoffset + rs;
228 region.dx = info->var.xoffset;
397 ops->var.xoffset = info->var.xoffset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Daty128fb.c383 u32 xoffset, yoffset; member in struct:aty128_crtc
1000 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; local
1012 xoffset = var->xoffset;
1036 xoffset = (xoffset + 7) & ~7;
1038 if (vxres < xres + xoffset)
1039 vxres = xres + xoffset;
1115 crtc->xoffset = xoffset;
1579 u32 xoffset, yoffset; local
[all...]
H A Datyfb_base.c759 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp; local
770 xoffset = var->xoffset;
779 if (vxres < xres + xoffset)
780 vxres = xres + xoffset;
961 crtc->xoffset = xoffset;
964 crtc->off_pitch = ((yoffset*vxres+xoffset)*bpp/64) | (vxres<<19);
1478 u32 xoffset = info->var.xoffset; local
1630 u32 xres, yres, xoffset, yoffset; local
[all...]
H A Dmach64_cursor.c87 x = cursor->image.dx - cursor->hot.x - info->var.xoffset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_crtc2.c178 m2info->fbcon.var.xoffset = var->xoffset;
182 pos = m2info->fbcon.var.yoffset * linelen + m2info->fbcon.var.xoffset * pixelsize;
219 if (var->xoffset + var->xres > var->xres_virtual)
220 var->xoffset = var->xres_virtual - var->xres;
352 pos = (m2info->fbcon.var.yoffset * m2info->fbcon.var.xres_virtual + m2info->fbcon.var.xoffset) * m2info->fbcon.var.bits_per_pixel >> 3;

Completed in 174 milliseconds

1234