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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dfish.c89 HSV dark, bright; member in struct:__anon752
139 dorange(optarg, &ci->dark.h, &ci->bright.h, 360);
142 dorange(optarg, &ci->dark.s, &ci->bright.s, 255);
145 dorange(optarg, &ci->dark.v, &ci->bright.v, 255);
183 ci->bright.h,
184 ci->bright.s,
185 ci->bright.v);
289 if (hsv.h >= ci->dark.h && hsv.h <= ci->bright.h &&
290 hsv.s >= ci->dark.s && hsv.s <= ci->bright.s &&
291 hsv.v >= ci->dark.v && hsv.v <= ci->bright
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dbt819.c78 int bright; member in struct:bt819
441 if (decoder->bright != pic->brightness) {
443 decoder->bright = pic->brightness;
445 (decoder->bright >> 8) - 128);
540 decoder->bright = 32768;
H A Dsaa711x.c70 int bright; member in struct:saa711x
417 if (decoder->bright != pic->brightness) {
419 decoder->bright = pic->brightness;
420 saa711x_write(client, 0x0a, decoder->bright >> 8);
502 decoder->bright = 32768;
H A Dvpx3220.c63 int bright; member in struct:vpx3220
521 if (decoder->bright != pic->brightness) {
523 decoder->bright = pic->brightness;
525 (decoder->bright - 32768) >> 8);
683 decoder->bright = 32768;
H A Dsaa7110.c72 int bright; member in struct:saa7110
404 if (decoder->bright != pic->brightness) {
406 decoder->bright = pic->brightness;
407 saa7110_write(client, 0x19, decoder->bright >> 8);
506 decoder->bright = 32768;
H A Dsaa7114.c79 int bright; member in struct:saa7114
768 "%s: decoder set picture bright=%d contrast=%d saturation=%d hue=%d\n",
772 if (decoder->bright != pic->brightness) {
774 decoder->bright = pic->brightness;
775 saa7114_write(client, 0x0a, decoder->bright >> 8);
861 decoder->bright = 32768;
H A Dsaa7115.c78 int bright; member in struct:saa711x_state
746 state->bright = ctrl->value;
747 saa711x_write(client, R_0A_LUMA_BRIGHT_CNTL, state->bright);
793 ctrl->value = state->bright;
1497 state->bright = 128;
H A Dadv7170.c77 int bright; member in struct:adv7170
H A Dbt866.c71 int bright; member in struct:bt866
H A Dsaa7185.c72 int bright; member in struct:saa7185
H A Dtvp5150.c95 int bright; member in struct:tvp5150
749 tvp5150_write(c, TVP5150_BRIGHT_CTL, decoder->bright >> 8);
1027 core->bright = 32768;
H A Dadv7175.c71 int bright; member in struct:adv7175
H A Dks0127.c200 int bright; member in struct:adjust
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-pmu68k.c755 printk(KERN_DEBUG "pmu: nvram returned bright: %d\n", (int)req.reply[1]);
778 int bright; local
781 bright = LEVEL_TO_BRIGHT(level);
786 bright);
789 PMU_POW_BACKLIGHT | (bright < 0x7f ? PMU_POW_ON : PMU_POW_OFF));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttvp.h376 int tvnorm,hue,contrast,bright,saturation; member in struct:bttv
H A Dbttv-driver.c1069 static void bt848_bright(struct bttv *btv, int bright) argument
1073 // printk("bttv: set bright: %d\n",bright); // DEBUG
1074 btv->bright = bright;
1077 value = (bright >> 8) - 128;
1422 bt848_bright(btv, btv->bright);
1481 c->value = btv->bright;
2838 pic->brightness = btv->bright;

Completed in 93 milliseconds