Searched refs:contrast (Results 1 - 25 of 36) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dbw-qcam.h62 int contrast, brightness, whitebal; member in struct:qcam_device
H A Dsaa7111.c54 int contrast; member in struct:saa7111
179 decoder->contrast = 32768;
397 if (decoder->contrast != pic->contrast) {
399 decoder->contrast = pic->contrast;
401 decoder->contrast >> 9);
H A Dbt819.c59 int contrast; member in struct:bt819
224 decoder->contrast = 32768;
416 "%s-bt819: set picture brightness %d contrast %d colour %d\n",
418 pic->contrast, pic->colour));
428 if (decoder->contrast != pic->contrast) {
430 decoder->contrast = pic->contrast;
433 contrast >> 7) & 0xff);
436 contrast >> 1
[all...]
H A Dsaa7110.c51 int contrast; member in struct:saa7110
219 decoder->contrast = 32768;
365 if (decoder->contrast != pic->contrast) {
367 decoder->contrast = pic->contrast;
368 saa7110_write(decoder, 0x13, decoder->contrast >> 9);
H A Dc-qcam.c48 int contrast, brightness, whitebal; member in struct:qcam_device
252 /* Reset the QuickCam and program for brightness, contrast,
271 /* Set contrast and white balance. */
272 qcam_set(q, 0x19, q->contrast);
592 p.contrast=qcam->contrast<<8;
616 qcam->contrast = p.contrast>>8;
757 q->contrast = 192;
H A Dbw-qcam.c186 q->contrast = 192;
444 /* Reset the QuickCam and program for brightness, contrast,
488 qc_command(q, q->contrast);
782 p.contrast=qcam->contrast<<8;
805 qcam->contrast = p.contrast>>8;
H A Dw9966.c116 s8 contrast; member in struct:w9966_dev
291 cam->contrast = 64;
590 cam->contrast, // 0x0b
634 !w9966_i2c_wreg(cam, W9966_SAA7111_ID, 0x0b, cam->contrast) ||
969 cam->contrast << 9, // contrast
991 cam->contrast = vpic.contrast >> 9;
H A Dbt856.c66 int contrast; member in struct:bt856
H A Dcpia.h135 u8 contrast; member in struct:cam_params::__anon1588
H A Dpms.c233 static void pms_contrast(short contrast) argument
238 pms_i2c_write(0x8A, 0x00, contrast);
241 pms_i2c_write(0x42, 0x13, contrast);
841 pms_contrast(p.contrast>>8);
H A Dcpia.c317 /* 1-02 firmware limits contrast to 80 */
322 out += sprintf(out, "contrast: %8d %8d %8d %8d"
324 cam->params.colourParams.contrast, 0, tmp, 48);
622 } else if (MATCH("contrast")) {
628 /* contrast is in steps of 8, so round*/
630 /* 1-02 firmware limits contrast to 80*/
634 new_params.colourParams.contrast = val;
1260 cam->vp.contrast =
1261 new_params.colourParams.contrast*65535/100;
1653 cam->params.colourParams.contrast
[all...]
H A Dsaa7185.c63 int contrast; member in struct:saa7185
H A Dadv7175.c70 int contrast; member in struct:adv7175
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dkonicawc.c74 static int contrast = MAX_CONTRAST/2; variable
104 u8 contrast; /* as above */ member in struct:konicawc
178 DEBUG(1, "setting contrast to %d (%d)", cam->contrast,
179 cam->contrast * 11);
180 konicawc_set_value(uvd, cam->contrast, SetContrast);
208 DEBUG(1, "new contrast: %d", uvd->vpic.contrast);
209 uvd->vpic.contrast = (uvd->vpic.contrast > MAX_CONTRAS
[all...]
H A Dstv680.h138 unsigned int contrast; member in struct:usb_stv
H A Dw9968cf.c86 static u16 contrast[] = {[0 ... W9968CF_MAX_DEVICES-1] = W9968CF_CONTRAST}; variable
117 MODULE_PARM(contrast, "0-" __MODULE_STRING(W9968CF_MAX_DEVICES) "l");
336 MODULE_PARM_DESC(contrast,
337 "\n<n[,...]> Set picture contrast (0-65535)."
909 out += sprintf(out,"contrast : %d\n",cam->picture.contrast);
2511 cam->picture.contrast = v;
2530 PDBGG("Brightness, contrast, hue, colour, whiteness are "
2531 "%d,%d,%d,%d,%d.", cam->picture.brightness,cam->picture.contrast,
2549 || pict.contrast !
[all...]
H A Dov511.h179 #define OV7610_REG_CNT 0x05 /* Y contrast */
466 int contrast; member in struct:usb_ov511
H A Dstv680.c477 /* bright, white, colour, hue, contrast are set by software, not in stv0680 */
482 stv680->contrast = 32767;
632 p->contrast = stv680->contrast;
655 stv680->contrast = p->contrast;
H A Dusbvideo.c446 sprintf(tmp, "%8x", uvd->vpic.contrast >> 12);
1412 uvd->vpic.contrast = tmp.contrast;
2269 * This code adjusts the contrast of the frame, assuming RGB24 format.
2286 adj = (uvd->vpic.contrast - 0x8000) >> 8; /* -128..+127 = -ccm..+(ccm-1)*/
H A Dov511.c452 out += sprintf(out, "contrast : %d\n", p.contrast >> 8);
1601 /* Sets sensor's contrast setting to "val" */
1658 ov->contrast = val;
1666 /* Gets sensor's contrast setting */
1697 *val = ov->contrast;
1705 ov->contrast = *val;
1998 rc = sensor_set_contrast(ov, p->contrast);
2027 rc = sensor_get_contrast(ov, &(p->contrast));
2525 * the gain or the contrast
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvdevice/
H A Dupnp_tv_device.c1488 * Change the contrast, update the TvDevice picture service
1506 int contrast = -1; local
1516 contrast = atoi( value );
1518 if( contrast < MIN_CONTRAST || contrast > MAX_CONTRAST ) {
1519 SampleUtil_Print( "error: can't change to contrast %d\n",
1520 contrast );
1554 * Increment the contrast. Read the current contrast from the state
1555 * table, add the increment, and then change the contrast
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dvideodev.h132 __u16 contrast; member in struct:video_picture
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dvideodev.h132 __u16 contrast; member in struct:video_picture
/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov51x.h266 #define OV7610_REG_CNT 0x05 /* Y contrast */
560 int contrast; member in struct:usb_ov511
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvctrlpt/
H A Dupnp_tv_ctrlpt.c477 int contrast )
481 contrast );

Completed in 160 milliseconds

12