Lines Matching refs:hue
143 * tweaked to adjust hue and saturation.
236 /* saturation/hue cluster */
238 struct v4l2_ctrl *hue;
1351 int matrix[CMATRIX_LEN], int sat, int hue)
1360 * Then, if need be, rotate the hue value.
1362 if (hue != 0) {
1366 sinth = ov7670_sine(hue);
1367 costh = ov7670_cosine(hue);
1380 static int ov7670_s_sat_hue(struct v4l2_subdev *sd, int sat, int hue)
1386 ov7670_calc_cmatrix(info, matrix, sat, hue);
1587 info->saturation->val, info->hue->val);
1939 info->hue = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops,