Searched refs:hue (Results 1 - 25 of 32) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dsaa7111.c55 int hue; member in struct:saa7111
180 decoder->hue = 32768;
409 if (decoder->hue != pic->hue) {
411 decoder->hue = pic->hue;
413 (decoder->hue - 32768) >> 8);
H A Dbt819.c60 int hue; member in struct:bt819
225 decoder->hue = 32768;
455 if (decoder->hue != pic->hue) {
457 decoder->hue = pic->hue;
459 128 - (decoder->hue >> 8));
H A Dsaa7110.c52 int hue; member in struct:saa7110
220 decoder->hue = 32768;
375 if (decoder->hue != pic->hue) {
377 decoder->hue = pic->hue;
378 saa7110_write(decoder, 0x07, (decoder->hue>>8)-128);
H A Dw9966.c118 s8 hue; member in struct:w9966_dev
293 cam->hue = 0;
592 cam->hue, // 0x0d
628 // Setup image properties (brightness, hue, etc.) for the saa7111 chip
636 !w9966_i2c_wreg(cam, W9966_SAA7111_ID, 0x0d, cam->hue))
669 // Setup image properties (brightness, hue, etc.) for the lc99053 chip
967 (cam->hue + 128) << 8, // hue
989 cam->hue = (vpic.hue >>
[all...]
H A Dpms.c203 static void pms_hue(short hue) argument
208 pms_i2c_write(0x8A, 0x00, hue);
211 pms_i2c_write(0x8A, 0x07, hue);
214 pms_i2c_write(0x42, 0x07, hue);
839 pms_hue(p.hue>>8);
H A Dbt856.c67 int hue; member in struct:bt856
H A Dsaa7185.c64 int hue; member in struct:saa7185
H A Dadv7175.c71 int hue; member in struct:adv7175
H A Dbw-qcam.c780 p.hue=0x8000;
H A Dc-qcam.c590 p.hue=0x8000;
H A Dmeye.c934 p->hue >> 10);
1313 meye.picture.hue = 32 << 10;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dstv680.h139 unsigned int hue; member in struct:usb_stv
H A Dse401.h171 int hue; member in struct:usb_se401
H A Dibmcam.c113 * be used to automatically set color, hue, brightness and
409 const int hue_corr = (uvd->vpic.hue - 0x8000) >> 10; /* -32..+31 */
828 const int hue_corr = (uvd->vpic.hue - 0x8000) >> 10; /* -32..+31 */
1616 unsigned short hue = uvd->vpic.hue >> 9; /* 0 .. 7F */ local
1617 if (uvd->vpic_old.hue == hue)
1619 uvd->vpic_old.hue = hue;
1620 ibmcam_model2_Packet1(uvd, mod2_hue, hue);
1643 unsigned short r_gain, g_gain, b_gain, hue; local
[all...]
H A Dse401.c360 p->hue=se401->rgain<<10;
372 if (p->hue!=se401->hue) {
373 se401->rgain= p->hue>>10;
374 se401->bgain= 0x40-(p->hue>>10);
375 se401->hue=p->hue;
H A Dw9968cf.c84 static u16 hue[] = {[0 ... W9968CF_MAX_DEVICES-1] = W9968CF_HUE}; variable
115 MODULE_PARM(hue, "0-" __MODULE_STRING(W9968CF_MAX_DEVICES) "l");
326 MODULE_PARM_DESC(hue,
327 "\n<n[,...]> Set picture hue (0-65535)."
910 out += sprintf(out,"hue : %d\n",cam->picture.hue);
2526 cam->picture.hue = v;
2530 PDBGG("Brightness, contrast, hue, colour, whiteness are "
2532 cam->picture.hue, cam->picture.colour, cam->picture.whiteness)
2580 if ((!cam->sensor_initialized) || pict.hue !
[all...]
H A Dov511.h467 int hue; member in struct:usb_ov511
H A Dstv680.c477 /* bright, white, colour, hue, contrast are set by software, not in stv0680 */
483 stv680->hue = 32767;
633 p->hue = stv680->hue;
656 stv680->hue = p->hue;
H A Dov511.c453 out += sprintf(out, "hue : %d\n", p.hue >> 8);
1891 /* Sets sensor's hue (red/blue balance) setting to "val" */
1939 ov->hue = val;
1947 /* Gets sensor's hue (red/blue balance) setting */
1971 *val = ov->hue;
1979 ov->hue = *val;
2010 rc = sensor_set_hue(ov, p->hue);
2039 rc = sensor_get_hue(ov, &(p->hue));
5740 ov->hue
[all...]
H A Dusbvideo.c438 sprintf(tmp, "%8x", uvd->vpic.hue);
1410 uvd->vpic.hue = tmp.hue;
H A Dpwc-if.c1273 p.hue = 0x8000;
1297 p.hue = 0xFFFF; /* N/A */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dvideodev.h130 __u16 hue; member in struct:video_picture
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dvideodev.h130 __u16 hue; member in struct:video_picture
/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov51x.h561 int hue; member in struct:usb_ov511
H A Dov51x.c656 out += sprintf(out, "hue : %d\n", p.hue >> 8);
2439 /* Sets sensor's hue (red/blue balance) setting to "val" */
2493 ov->hue = val;
2501 /* Gets sensor's hue (red/blue balance) setting */
2533 *val = ov->hue;
2541 ov->hue = *val;
2572 rc = sensor_set_hue(ov, p->hue);
2601 rc = sensor_get_hue(ov, &(p->hue));
6924 ov->hue
[all...]

Completed in 214 milliseconds

12