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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dquickcam_messenger.c72 static int hue = MAX_HUE; variable
252 static void qcm_hsv2rgb(u16 hue, u16 sat, u16 val, u16 *r, u16 *g, u16 *b) argument
255 signed int h = (signed int) hue;
302 hue -= segment * 21845; /* -10923..10923 */
303 h = hue;
348 static int qcm_sensor_set_gains(struct uvd *uvd, u16 hue, argument
355 qcm_hsv2rgb(hue, saturation, value, &r, &g, &b);
401 int hue, int colour)
407 CHECK_RET(ret, qcm_sensor_set_gains(uvd, hue, colour, contrast));
458 uvd->vpic.contrast, uvd->vpic.hue, uv
400 qcm_sensor_setlevels(struct uvd *uvd, int brightness, int contrast, int hue, int colour) argument
[all...]
H A Dquickcam_messenger.h67 u16 hue; member in struct:qcm
H A Dibmcam.c99 * be used to automatically set color, hue, brightness and
383 const int hue_corr = (uvd->vpic.hue - 0x8000) >> 10; /* -32..+31 */
802 const int hue_corr = (uvd->vpic.hue - 0x8000) >> 10; /* -32..+31 */
1564 unsigned short hue = uvd->vpic.hue >> 9; /* 0 .. 7F */ local
1565 if (uvd->vpic_old.hue == hue)
1567 uvd->vpic_old.hue = hue;
1568 ibmcam_model2_Packet1(uvd, mod2_hue, hue);
1578 unsigned short r_gain, g_gain, b_gain, hue; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.c66 float hue; /* normalized to interval [0,6) */ member in struct:__anon2526
84 result->hue = 4.0f + (float) (r - g) / (float) (b - g);
91 result->hue = 0.0f + (float) (g - b) / (float) (r - b);
98 result->hue = 6.0f - (float) (b - g) / (float) (r - g);
108 result->hue = 4.0f - (float) (g - r) / (float) (b - r);
115 result->hue = 2.0f - (float) (r - b) / (float) (g - b);
122 result->hue = 2.0f + (float) (b - r) / (float) (g - r);
129 result->hue = 0; /* arbitrary */
143 float angle1 = color1->hue * 1.04719755f; /* normalize to [0,2��] */
144 float angle2 = color2->hue * 1.0471975
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-ostream.c69 float hue; /* normalized to interval [0,6) */ member in struct:__anon2335
87 result->hue = 4.0f + (float) (r - g) / (float) (b - g);
94 result->hue = 0.0f + (float) (g - b) / (float) (r - b);
101 result->hue = 6.0f - (float) (b - g) / (float) (r - g);
111 result->hue = 4.0f - (float) (g - r) / (float) (b - r);
118 result->hue = 2.0f - (float) (r - b) / (float) (g - b);
125 result->hue = 2.0f + (float) (b - r) / (float) (g - r);
132 result->hue = 0; /* arbitrary */
146 float angle1 = color1->hue * 1.04719755f; /* normalize to [0,2��] */
147 float angle2 = color2->hue * 1.0471975
[all...]
H A Dterm-ostream.oo.c66 float hue; /* normalized to interval [0,6) */ member in struct:__anon2343
84 result->hue = 4.0f + (float) (r - g) / (float) (b - g);
91 result->hue = 0.0f + (float) (g - b) / (float) (r - b);
98 result->hue = 6.0f - (float) (b - g) / (float) (r - g);
108 result->hue = 4.0f - (float) (g - r) / (float) (b - r);
115 result->hue = 2.0f - (float) (r - b) / (float) (g - b);
122 result->hue = 2.0f + (float) (b - r) / (float) (g - r);
129 result->hue = 0; /* arbitrary */
143 float angle1 = color1->hue * 1.04719755f; /* normalize to [0,2��] */
144 float angle2 = color2->hue * 1.0471975
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.h144 unsigned int hue; member in struct:usb_stv
H A Dbt819.c80 int hue; member in struct:bt819
470 if (decoder->hue != pic->hue) {
472 decoder->hue = pic->hue;
474 128 - (decoder->hue >> 8));
542 decoder->hue = 32768;
H A Dsaa711x.c72 int hue; member in struct:saa711x
433 if (decoder->hue != pic->hue) {
435 decoder->hue = pic->hue;
437 (decoder->hue - 32768) >> 8);
504 decoder->hue = 32768;
H A Dvpx3220.c65 int hue; member in struct:vpx3220
540 if (decoder->hue != pic->hue) {
542 decoder->hue = pic->hue;
544 ((decoder->hue - 32768) >> 6) & 0xFFF);
685 decoder->hue = 32768;
H A Dsaa7110.c74 int hue; member in struct:saa7110
420 if (decoder->hue != pic->hue) {
422 decoder->hue = pic->hue;
424 (decoder->hue >> 8) - 128);
508 decoder->hue = 32768;
H A Dw9966.c114 signed char hue; member in struct:w9966_dev
287 cam->hue = 0;
518 saa7111_regs[0x0d] = cam->hue;
717 (cam->hue + 128) << 8, // hue
734 cam->hue = (vpic->hue >> 8) - 128;
744 w9966_wReg_i2c(cam, 0x0d, cam->hue) == -1
H A Dse401.h172 int hue; member in struct:usb_se401
H A Dsaa7114.c81 int hue; member in struct:saa7114
768 "%s: decoder set picture bright=%d contrast=%d saturation=%d hue=%d\n",
770 pic->colour, pic->hue);
788 if (decoder->hue != pic->hue) {
790 decoder->hue = pic->hue;
792 (decoder->hue - 32768) >> 8);
863 decoder->hue = 32768;
H A Dov7670.c151 * tweaked to adjust hue and saturation.
195 int hue; /* Hue value */ member in struct:ov7670_info
922 * Then, if need be, rotate the hue value.
924 if (info->hue != 0) {
928 sinth = ov7670_sine(info->hue);
929 costh = ov7670_cosine(info->hue);
970 info->hue = value;
981 *value = info->hue;
H A Dse401.c215 p->hue=se401->rgain<<10;
227 if (p->hue!=se401->hue) {
228 se401->rgain= p->hue>>10;
229 se401->bgain= 0x40-(p->hue>>10);
230 se401->hue=p->hue;
H A Dpms.c209 static void pms_hue(short hue) argument
214 pms_i2c_write(0x8A, 0x00, hue);
217 pms_i2c_write(0x8A, 0x07, hue);
220 pms_i2c_write(0x42, 0x07, hue);
816 pms_hue(p->hue>>8);
H A Dzoran.h422 int hue, saturation, contrast, brightness; /* Current picture params */ member in struct:zoran
H A Dsaa7115.c80 int hue; member in struct:saa711x_state
772 v4l_err(client, "invalid hue setting %d\n", ctrl->value);
776 state->hue = ctrl->value;
777 saa711x_write(client, R_0D_CHROMA_HUE_CNTL, state->hue);
802 ctrl->value = state->hue;
1499 state->hue = 0;
H A Dw9968cf.c101 static unsigned int hue[] = {[0 ... W9968CF_MAX_DEVICES-1] = W9968CF_HUE}; variable
138 module_param_array(hue, uint, &param_nv[20], 0444);
350 MODULE_PARM_DESC(hue,
351 "\n<n[,...]> Set picture hue (0-65535)."
2266 cam->picture.hue = v;
2270 PDBGG("Brightness, contrast, hue, colour, whiteness are "
2272 cam->picture.hue, cam->picture.colour, cam->picture.whiteness)
2320 if ((!cam->sensor_initialized) || pict.hue != cam->picture.hue) {
2322 pict.hue);
[all...]
H A Dadv7170.c79 int hue; member in struct:adv7170
H A Dbt866.c73 int hue; member in struct:bt866
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h312 VCREATE_DATA(hue);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvideodev.h71 __u16 hue; member in struct:video_picture
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_g450.c51 "hue",
54 }, offsetof(struct matrox_fb_info, altout.tvo_params.hue) },
531 ACCESS_FBINFO(hw).maven.regs[0x25] = ACCESS_FBINFO(altout.tvo_params.hue);

Completed in 226 milliseconds

123