Searched refs:exposure (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dcpia.c360 if (cam->params.exposure.gainMode == 0)
366 1<<(cam->params.exposure.gainMode-1), tmpstr);
368 switch(cam->params.exposure.expMode) {
383 (2-cam->params.exposure.centreWeight) ? "on" : "off",
386 1<<cam->params.exposure.gain, 1, 1);
395 cam->params.exposure.fineExp*2, 0, tmp, 0);
404 " %8d\n", cam->params.exposure.coarseExpLo+
405 256*cam->params.exposure.coarseExpHi, 0, tmp, 185);
407 cam->params.exposure.redComp, 220, 255, 220);
409 cam->params.exposure
[all...]
H A Dcpia.h151 } exposure; member in struct:cam_params
386 #define ERROR_FLICKER_BELOW_MIN_EXP 0x01 /*flicker exposure got below minimum exposure */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dov511.h186 #define OV7610_REG_EXP 0x10 /* manual exposure setting */
469 int exposure; member in struct:usb_ov511
472 int auto_exp; /* Auto exposure enabled flag */
473 int backlight; /* Backlight exposure algorithm flag */
H A Dov511.c133 MODULE_PARM_DESC(autoexp, "Sensor automatically changes exposure");
454 out += sprintf(out, "exposure : %d\n", exp);
2050 /* Sets current exposure for sensor. This only has an effect if auto-exposure
2086 ov->exposure = val;
2094 /* Gets current exposure level from sensor, regardless of whether it is under
2126 ov->exposure = *val;
2264 /* If enable is true, turn on the sensor's auto exposure control, otherwise
2303 /* Modifies the sensor's exposure algorithm to allow proper exposure o
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov51x.h273 #define OV7610_REG_EXP 0x10 /* manual exposure setting */
563 int exposure; member in struct:usb_ov511
566 int auto_exp; /* Auto exposure enabled flag */
567 int backlight; /* Backlight exposure algorithm flag */
H A Dov51x.c203 MODULE_PARM_DESC(autoexp, "Sensor automatically changes exposure");
657 out += sprintf(out, "exposure : %d\n", exp);
2612 /* Sets current exposure for sensor. This only has an effect if auto-exposure
2648 ov->exposure = val;
2656 /* Gets current exposure level from sensor, regardless of whether it is under
2688 ov->exposure = *val;
2833 /* If enable is true, turn on the sensor's auto exposure control, otherwise
2899 /* Modifies the sensor's exposure algorithm to allow proper exposure o
[all...]

Completed in 70 milliseconds