Lines Matching defs:gamma
37 struct v4l2_ctrl *gamma;
320 /* default gamma table */
325 /* gamma for sensor ADCM1700 */
330 /* gamma for sensors HV7131R and MT9V111 */
335 /* gamma for sensor GC0307 */
340 /* gamma for sensor SP80708 */
664 * preset gamma */
841 {0xd1, 0x21, 0x6c, 0x30, 0x48, 0x80, 0x74, 0x10}, /* gamma curve */
842 {0xd1, 0x21, 0x70, 0x64, 0x60, 0x5c, 0x58, 0x10}, /* gamma curve */
843 {0xd1, 0x21, 0x74, 0x54, 0x4c, 0x40, 0x38, 0x10}, /* gamma curve */
844 {0xd1, 0x21, 0x78, 0x34, 0x30, 0x2f, 0x2b, 0x10}, /* gamma curve */
845 {0xd1, 0x21, 0x7c, 0x03, 0x07, 0x17, 0x34, 0x10}, /* gamma curve */
846 {0xd1, 0x21, 0x80, 0x41, 0x4d, 0x58, 0x63, 0x10}, /* gamma curve */
847 {0xd1, 0x21, 0x84, 0x6e, 0x77, 0x87, 0x95, 0x10}, /* gamma curve */
848 {0xc1, 0x21, 0x88, 0xaf, 0xc7, 0xdf, 0x00, 0x10}, /* gamma curve */
900 {0xd1, 0x6e, 0x2d, 0x14, 0x35, 0x61, 0x84, 0x10}, /* gamma corr */
1638 sd->gamma = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
1912 u8 gamma[17];
1939 val = sd->gamma->val;
1940 for (i = 0; i < sizeof gamma; i++)
1941 gamma[i] = gamma_base[i]
1943 reg_w(gspca_dev, 0x20, gamma, sizeof gamma);