/linux-2.4.37.9/drivers/usb/ |
D | w9968cf.c | 883 symbolic(v4l1_plist, cam->picture.palette)); in w9968cf_proc_read_dev() 884 out += sprintf(out,"depth_bpp : %d\n",cam->picture.depth); in w9968cf_proc_read_dev() 907 out += sprintf(out,"brightness : %d\n",cam->picture.brightness); in w9968cf_proc_read_dev() 908 out += sprintf(out,"colour : %d\n",cam->picture.colour); in w9968cf_proc_read_dev() 909 out += sprintf(out,"contrast : %d\n",cam->picture.contrast); in w9968cf_proc_read_dev() 910 out += sprintf(out,"hue : %d\n",cam->picture.hue); in w9968cf_proc_read_dev() 911 out += sprintf(out,"whiteness : %d\n",cam->picture.whiteness); in w9968cf_proc_read_dev() 1926 err += w9968cf_set_picture(cam, cam->picture); /* this before */ in w9968cf_init_chip() 2014 memcpy(&cam->picture, &pict, sizeof(pict)); in w9968cf_set_picture() 2347 d = cam->picture.depth, in w9968cf_postprocess_frame() [all …]
|
D | w9968cf.h | 229 struct video_picture picture; /* current picture settings */ member
|
/linux-2.4.37.9/drivers/media/video/ |
D | meye.c | 996 *p = meye.picture; in meye_do_ioctl() 1015 meye.picture = *p; in meye_do_ioctl() 1106 if (jp->sharpness > 63 || jp->agc > 63 || jp->picture > 63) in meye_do_ioctl() 1120 meye.params.picture); in meye_do_ioctl() 1404 meye.picture.depth = 2; in meye_probe() 1405 meye.picture.palette = VIDEO_PALETTE_YUV422; in meye_probe() 1406 meye.picture.brightness = 32 << 10; in meye_probe() 1407 meye.picture.hue = 32 << 10; in meye_probe() 1408 meye.picture.colour = 32 << 10; in meye_probe() 1409 meye.picture.contrast = 32 << 10; in meye_probe() [all …]
|
D | vino.c | 76 struct video_picture picture; member 250 switch (v->picture.palette) { in bytes_per_pixel() 442 switch (v->picture.palette) { in dma_setup() 886 memcpy(pic, &v->picture, sizeof(struct video_picture)); in vino_do_ioctl() 905 if (v->picture.palette != pic->palette) { in vino_do_ioctl() 906 v->picture.palette = pic->palette; in vino_do_ioctl() 907 v->picture.depth = pic->depth; in vino_do_ioctl() 915 memcpy(&v->picture, pic, in vino_do_ioctl() 923 memcpy(&v->picture, pic, in vino_do_ioctl() 982 mmap->format != v->picture.palette || in vino_do_ioctl() [all …]
|
D | bttv-driver.c | 1037 btv->nr,btv->picture.palette,width,height,bpl,bpp); in make_clip_tab() 1147 btv->nr,btv->picture.palette,width,height,bpl,bpp); in make_clip_tab() 1289 if (btv->picture.palette > 0 && btv->picture.palette <= VIDEO_PALETTE_YUV422) { in bt848_set_winsize() 1291 format = palette2fmt[btv->picture.palette]; in bt848_set_winsize() 1749 struct video_picture p=btv->picture; in bttv_ioctl() 1774 btv->picture = p; in bttv_ioctl() 1926 case 8: btv->picture.palette = VIDEO_PALETTE_HI240; break; in bttv_ioctl() 1927 case 15: btv->picture.palette = VIDEO_PALETTE_RGB555; break; in bttv_ioctl() 1928 case 16: btv->picture.palette = VIDEO_PALETTE_RGB565; break; in bttv_ioctl() 1929 case 24: btv->picture.palette = VIDEO_PALETTE_RGB24; break; in bttv_ioctl() [all …]
|
D | pms.c | 41 struct video_picture picture; member 818 struct video_picture p=pd->picture; in pms_ioctl() 831 pd->picture=p; in pms_ioctl() 906 len=pms_capture(pd, buf, (pd->picture.depth==16)?0:1,count); in pms_read()
|
D | planb.c | 1651 pb->picture.depth = pb->win.depth = v.depth; in planb_ioctl() 1812 struct video_picture vp = pb->picture; in planb_ioctl() 1829 pb->picture = vp; in planb_ioctl() 1833 ((pb->picture.brightness) >> 8), pb); in planb_ioctl() 1835 ((pb->picture.hue) >> 8) ^ 0x80, pb); in planb_ioctl() 1837 ((pb->picture.colour) >> 9), pb); in planb_ioctl() 1839 ((pb->picture.contrast) >> 9), pb); in planb_ioctl() 2463 pb->picture.brightness=0x90<<8; in init_planb() 2464 pb->picture.contrast = 0x70 << 8; in init_planb() 2465 pb->picture.colour = 0x70<<8; in init_planb() [all …]
|
D | saa7146.h | 65 struct video_picture picture; member
|
D | meye.h | 315 struct video_picture picture; /* video picture parameters */ member
|
D | bttvp.h | 117 struct video_picture picture; /* Current picture params */ member
|
D | planb.h | 288 struct video_picture picture; /* Current picture params */ member
|
D | zoran.h | 247 struct video_picture picture; /* Current picture params */ member
|
D | zr36120.c | 735 ztv->picture.colour=254<<7; in zoran_common_open() 736 ztv->picture.brightness=128<<8; in zoran_common_open() 737 ztv->picture.hue=128<<8; in zoran_common_open() 738 ztv->picture.contrast=216<<7; in zoran_common_open() 739 i2c_control_device(&ztv->i2c, I2C_DRIVERID_VIDEODECODER, DECODER_SET_PICTURE, &ztv->picture); in zoran_common_open() 1126 struct video_picture p = ztv->picture; in zoran_ioctl() 1163 ztv->picture = p; in zoran_ioctl()
|
D | zr36120.h | 108 struct video_picture picture; /* Current picture params */ member
|
D | zr36067.c | 3575 struct video_picture p = zr->picture; in do_zoran_ioctl() 3621 zr->picture = p; in do_zoran_ioctl() 4501 zr->picture.colour = 32768; in zr36057_init() 4502 zr->picture.brightness = 32768; in zr36057_init() 4503 zr->picture.hue = 32768; in zr36057_init() 4504 zr->picture.contrast = 32768; in zr36057_init() 4505 zr->picture.whiteness = 0; in zr36057_init() 4506 zr->picture.depth = 0; in zr36057_init() 4507 zr->picture.palette = 0; in zr36057_init()
|
D | stradis.c | 1377 struct video_picture p = saa->picture; in saa_ioctl() 1406 saa->picture = p; in saa_ioctl() 2031 saa->picture.brightness = 32768; in configure_saa7146() 2032 saa->picture.contrast = 38768; in configure_saa7146() 2033 saa->picture.colour = 32768; in configure_saa7146()
|
/linux-2.4.37.9/include/linux/ |
D | meye.h | 42 unsigned char picture; member
|
/linux-2.4.37.9/Documentation/fb/ |
D | framebuffer.txt | 202 stable picture without visible flicker, VESA recommends a vertical scanrate of 212 The following picture summarizes all timings. The horizontal retrace time is 266 - left_margin: time from sync to picture 267 - right_margin: time from picture to sync 268 - upper_margin: time from sync to picture 269 - lower_margin: time from picture to sync
|
D | matroxfb.txt | 240 pixel line of picture. Default is derived from `vesa' option. 241 lower:X - bottom boundary: lines between end of picture and start of VSYNC 247 right:X - right boundary: pixels between end of picture and start of HSYNC
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | PROBLEMS | 21 conflicts but still no picture (or the computer even crashes), 28 - I still only get a black picture with my S3 card!
|
/linux-2.4.37.9/Documentation/usb/ |
D | w9968cf.txt | 314 Description: Force picture palette. 405 Description: Set picture brightness (0-65535). 412 Description: Set picture hue (0-65535). 418 Description: Set picture saturation (0-65535). 424 Description: Set picture contrast (0-65535). 430 Description: Set picture whiteness (0-65535).
|
D | ibmcam.txt | 24 default picture settings, sharpness. 90 frame rate depends on brightness setting; therefore the picture can 96 default), be warned - you may encounter broken picture on first connect; 250 init_color its own controls to adjust the picture then these
|
/linux-2.4.37.9/Documentation/video4linux/ |
D | README.cpia | 135 see strange horizontal stripes instead of a nice picture -> make sure 142 - if there is not enough light and the picture is too dark try to
|
D | Zoran | 249 picture adjustment while watching video at the TV monitor connected to 273 picture grabbing facilities of the driver (which are needed by many
|
D | CQcam.txt | 193 produced this picture of me at
|