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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dbtcx-risc.h21 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
H A Dbtcx-risc.c92 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, argument
103 if (win->left + win->width > swidth) {
105 clips[n].c.left = swidth - win->left;
H A Dsaa7146.h42 ushort swidth, sheight; member in struct:saa7146_window
H A Dstradis.c1251 clip_draw_rectangle(clipmap, (saa->win.x + width > saa->win.swidth) ?
1252 (saa->win.swidth - saa->win.x) : width, 0, 1024, 768);
1436 v.width = saa->win.swidth;
1458 saa->win.swidth = v.width;
1924 saa->win.swidth = 1024;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/include/mach/
H A Ddma.h92 int swidth; member in struct:pnx4008_dma_ch_ctrl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl32.h201 __u32 swidth; /* stripe width, fsblocks */ member in struct:compat_xfs_fsop_geom_v1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_fs.h174 __u32 swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom_v1
200 __u32 swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom
H A Dxfs_fsops.c72 geo->swidth = mp->m_sb.sb_width;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-risc.c341 int swidth = tvnorm->swidth; local
346 swidth = 720;
353 xsf = (width*scaledtwidth)/swidth;
356 geo->hdelay = (geo->hdelay*width)/swidth;
394 && width <= tvnorm->swidth /* see PAL-Nc et al */)
848 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.c238 swidth width of active video and
246 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \
257 .cropcap.defrect.width = swidth, \
270 .swidth = 924,
291 /* swidth */ 924,
304 .swidth = 768,
320 /* swidth */ 768,
330 .swidth = 924,
345 /* swidth */ 924,
355 .swidth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-core.c703 unsigned int swidth = norm_swidth(core->tvnorm); local
715 value = (width * norm_hdelay(core->tvnorm)) / swidth;
719 dprintk(1,"set_scale: hdelay 0x%04x (width %d)\n", value,swidth);
721 value = (swidth * 4096 / width) - 4096;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrutil.c1789 png_charp swidth, sheight; local
1853 swidth = (png_charp)png_malloc_warn(png_ptr, png_strlen(ep) + 1);
1854 if (swidth == NULL)
1861 png_memcpy(swidth, ep, (png_size_t)png_strlen(ep) + 1);
1873 png_free(png_ptr, swidth);
1888 png_free(png_ptr, swidth);
1901 png_free(png_ptr, swidth);
1919 png_free(png_ptr, swidth);
1930 png_set_sCAL_s(png_ptr, info_ptr, png_ptr->chunkdata[0], swidth, sheight);
1937 png_free(png_ptr, swidth);
[all...]
H A Dpngset.c382 int unit, png_charp swidth, png_charp sheight)
393 length = png_strlen(swidth) + 1;
403 png_memcpy(info_ptr->scal_s_width, swidth, (png_size_t)length);
381 png_set_sCAL_s(png_structp png_ptr, png_infop info_ptr, int unit, png_charp swidth, png_charp sheight) argument
H A Dpng.h2562 png_infop info_ptr, int *unit, png_charpp swidth, png_charpp sheight));
2574 png_infop info_ptr, int unit, png_charp swidth, png_charp sheight));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrutil.c1692 png_charp swidth, sheight; local
1744 swidth = (png_charp)png_malloc_warn(png_ptr, png_strlen(ep) + 1);
1745 if (swidth == NULL)
1750 png_memcpy(swidth, ep, (png_size_t)png_strlen(ep));
1768 if (swidth == NULL)
1786 png_free(png_ptr, swidth);
1797 png_set_sCAL_s(png_ptr, info_ptr, buffer[0], swidth, sheight);
1803 png_free(png_ptr, swidth);
H A Dpngset.c457 int unit, png_charp swidth, png_charp sheight)
467 length = png_strlen(swidth) + 1;
474 png_memcpy(info_ptr->scal_s_width, swidth, (png_size_t)length);
456 png_set_sCAL_s(png_structp png_ptr, png_infop info_ptr, int unit, png_charp swidth, png_charp sheight) argument
H A Dpng.h2280 png_infop info_ptr, int *unit, png_charpp swidth, png_charpp sheight));
2292 png_infop info_ptr, int unit, png_charp swidth, png_charp sheight));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_rate.c245 unsigned int channels, cwidth, swidth, chn; local
296 swidth = snd_pcm_format_physical_width(sinfo->format);
298 ((swidth * channels * sinfo->period_size) / 8));
308 rate->sareas[chn].addr = rate->sareas[0].addr + (swidth * chn * sinfo->period_size) / 8;
310 rate->sareas[chn].step = swidth;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ngene/
H A Dngene.h607 u16 swidth, sheight; /* scaled standard width, height */ member in struct:ngene_tvnorm

Completed in 376 milliseconds