Searched refs:swidth (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dbtcx-risc.h21 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
H A Dbtcx-risc.c93 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, argument
104 if (win->left + win->width > swidth) {
106 clips[n].c.left = swidth - win->left;
H A Dsaa7146.h44 ushort swidth, sheight; member in struct:saa7146_window
H A Dplanb.h152 ushort swidth, sheight; member in struct:planb_window
H A Dplanb.c683 count = (bpp * ((pb->win.x + pb->win.width > pb->win.swidth) ?
684 (pb->win.swidth - pb->win.x) : pb->win.width));
1483 pb->win.swidth = v.width;
1485 pb->win.bpl = pb->win.bpp * pb->win.swidth;
1509 v.width = pb->win.swidth;
2041 pb->win.swidth=1024;
H A Dstradis.c1249 clip_draw_rectangle(clipmap, (saa->win.x + width > saa->win.swidth) ?
1250 (saa->win.swidth - saa->win.x) : width, 0, 1024, 768);
1434 v.width = saa->win.swidth;
1456 saa->win.swidth = v.width;
1922 saa->win.swidth = 1024;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_clnt.h52 int swidth; /* stripe width (BBs), multiple of sunit */ member in struct:xfs_mount_args
H A Dxfs_fs.h179 __u32 swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom_v1
205 __u32 swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom
H A Dxfs_vfsops.c220 mp->m_swidth = ap->swidth;
1626 #define MNTOPT_SWIDTH "swidth" /* data volume stripe width */
1858 "XFS: sunit and swidth options incompatible with the noalign option");
1864 "XFS: sunit and swidth must be specified together");
1882 dswidth ? (args->swidth = dswidth) :
1883 (args->swidth = vol_dswidth);
1885 args->sunit = args->swidth = 0;
H A Dxfs_fsops.c74 geo->swidth = mp->m_sb.sb_width;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pnx4008/
H A Ddma.h94 int swidth; member in struct:pnx4008_dma_ch_ctrl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pnx4008/
H A Ddma.c374 switch (ch_ctrl->swidth) {
455 ch_ctrl->swidth = WIDTH_BYTE;
458 ch_ctrl->swidth = WIDTH_HWORD;
461 ch_ctrl->swidth = WIDTH_WORD;
701 switch (ctrl->swidth) {
823 switch (ctrl->swidth) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-risc.c336 int swidth = tvnorm->swidth; local
341 swidth = 720;
348 xsf = (width*scaledtwidth)/swidth;
351 geo->hdelay = (geo->hdelay*width)/swidth;
389 && width <= tvnorm->swidth /* see PAL-Nc et al */)
840 bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight,
H A Dbttvp.h93 u16 swidth, sheight; /* scaled standard width, height */ member in struct:bttv_tvnorm
H A Dbttv-driver.c224 swidth width of active video and
232 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \
243 .cropcap.defrect.width = swidth, \
256 .swidth = 924,
277 /* swidth */ 924,
290 .swidth = 768,
306 /* swidth */ 768,
316 .swidth = 924,
331 /* swidth */ 924,
341 .swidth
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-core.c693 unsigned int swidth = norm_swidth(core->tvnorm); local
705 value = (width * norm_hdelay(core->tvnorm)) / swidth;
709 dprintk(1,"set_scale: hdelay 0x%04x (width %d)\n", value,swidth);
711 value = (swidth * 4096 / width) - 4096;

Completed in 269 milliseconds