Home
last modified time | relevance | path

Searched refs:hue (Results 1 – 25 of 69) sorted by relevance

123

/linux-6.3-rc2/drivers/media/usb/gspca/gl860/
A Dgl860-mi1320.c209 sd->vcur.hue = 0; in mi1320_init_settings()
287 sd->vold.hue = -1; in mi1320_init_pre_alt()
372 s32 hue = sd->vcur.hue; in mi1320_camera_settings() local
466 if (hue != sd->vold.hue) { in mi1320_camera_settings()
468 if (hue < 0 || hue > sd->vmax.hue) in mi1320_camera_settings()
469 hue = 0; in mi1320_camera_settings()
470 if (hue == sd->vmax.hue) in mi1320_camera_settings()
478 ctrl_out(gspca_dev, 0x40, 1, 0xba00 + hue * (hue < 6), 0x00f1, in mi1320_camera_settings()
497 if (hue != sd->vold.hue) { in mi1320_camera_settings()
498 sd->vold.hue = hue; in mi1320_camera_settings()
[all …]
A Dgl860-ov2640.c180 sd->vcur.hue = 0; in ov2640_init_settings()
191 sd->vmax.hue = 254 + 2; in ov2640_init_settings()
245 sd->vold.hue = -1; in ov2640_init_pre_alt()
345 s32 hue = sd->vcur.hue; in ov2640_camera_settings() local
413 if (hue != sd->vold.hue) { in ov2640_camera_settings()
414 sd->vold.hue = hue; in ov2640_camera_settings()
415 if (hue < 0 || hue > sd->vmax.hue) in ov2640_camera_settings()
416 hue = 0; in ov2640_camera_settings()
420 ctrl_out(gspca_dev, 0x40, 1, 0x6000 + hue * (hue < 255), 0x007d, in ov2640_camera_settings()
422 if (hue >= 255) in ov2640_camera_settings()
A Dgl860-ov9655.c199 sd->vcur.hue = 0; in ov9655_init_settings()
208 sd->vmax.hue = 0 + 1; in ov9655_init_settings()
239 sd->vold.hue = -1; in ov9655_init_pre_alt()
350 s32 hue = sd->vcur.hue; in ov9655_camera_settings() local
361 if (hue != sd->vold.hue) { in ov9655_camera_settings()
362 sd->vold.hue = hue; in ov9655_camera_settings()
363 sd->swapRB = (hue != 0); in ov9655_camera_settings()
A Dgl860-mi2020.c360 sd->vcur.hue = 0; in mi2020_init_settings()
372 sd->vmax.hue = 0 + 1; /* 200, not done by hardware */ in mi2020_init_settings()
423 sd->vold.hue = -1; in mi2020_init_pre_alt()
631 s32 hue = (sd->vcur.hue > 0); in mi2020_camera_settings() local
780 if (hue != sd->vold.hue) { in mi2020_camera_settings()
781 sd->swapRB = hue; in mi2020_camera_settings()
782 sd->vold.hue = hue; in mi2020_camera_settings()
A Dgl860.c66 sd->vcur.hue = ctrl->val; in sd_s_ctrl()
126 if (sd->vmax.hue) in sd_init_controls()
128 0, sd->vmax.hue, 1, sd->vcur.hue); in sd_init_controls()
A Dgl860.h39 u16 hue; member
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/
A Doverlay.c47 struct drm_property *hue; member
54 int hue; member
221 u32 chroma = ((sin_mul(plane->hue, plane->saturation) & 0xffff) << 16) | in nv10_set_params()
222 (cos_mul(plane->hue, plane->saturation) & 0xffff); in nv10_set_params()
257 else if (property == nv_plane->props.hue) in nv_set_property()
258 nv_plane->hue = value; in nv_set_property()
313 plane->props.hue = drm_property_create_range( in nv10_overlay_init()
320 !plane->props.hue || in nv10_overlay_init()
336 plane->hue = 0; in nv10_overlay_init()
338 plane->props.hue, plane->hue); in nv10_overlay_init()
A Dtvnv17.h79 int hue; member
/linux-6.3-rc2/include/media/tpg/
A Dv4l2-tpg.h158 s16 hue; member
327 s16 hue) in tpg_s_hue() argument
329 hue = clamp_t(s16, hue, -128, 128); in tpg_s_hue()
330 if (tpg->hue == hue) in tpg_s_hue()
332 tpg->hue = hue; in tpg_s_hue()
/linux-6.3-rc2/drivers/media/test-drivers/vivid/
A Dvivid-meta-out.c170 v4l2_ctrl_s_ctrl(dev->hue, meta->hue); in vivid_meta_out_process()
174 meta->saturation, meta->hue); in vivid_meta_out_process()
A Dvivid-meta-out.h12 s16 hue; member
/linux-6.3-rc2/Documentation/gpu/
A Dkms-properties.csv16 ,,“hue”,RANGE,"Min=0, Max=100",Connector,TBD
31 ,,“hue”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
52 ,,“hue”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
78 ,,“hue”,RANGE,"Min=0, Max=359",Plane,TBD
88 ,,“vibrant hue”,RANGE,"Min=0, Max=180",Connector,TBD
/linux-6.3-rc2/drivers/media/i2c/
A Dov7670.c237 struct v4l2_ctrl *hue; member
1366 int matrix[CMATRIX_LEN], int sat, int hue) in ov7670_calc_cmatrix() argument
1377 if (hue != 0) { in ov7670_calc_cmatrix()
1381 sinth = ov7670_sine(hue); in ov7670_calc_cmatrix()
1382 costh = ov7670_cosine(hue); in ov7670_calc_cmatrix()
1395 static int ov7670_s_sat_hue(struct v4l2_subdev *sd, int sat, int hue) in ov7670_s_sat_hue() argument
1400 ov7670_calc_cmatrix(info, matrix, sat, hue); in ov7670_s_sat_hue()
1603 info->saturation->val, info->hue->val); in ov7670_s_ctrl()
1955 info->hue = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe()
/linux-6.3-rc2/drivers/media/pci/cx25821/
A Dcx25821-medusa-video.c593 int medusa_set_hue(struct cx25821_dev *dev, int hue, int decoder) in medusa_set_hue() argument
599 if ((hue > VIDEO_PROCAMP_MAX) || (hue < VIDEO_PROCAMP_MIN)) { in medusa_set_hue()
603 ret_val = mapM(VIDEO_PROCAMP_MIN, VIDEO_PROCAMP_MAX, hue, in medusa_set_hue()
/linux-6.3-rc2/drivers/media/usb/gspca/
A Dspca561.c29 struct v4l2_ctrl *hue; member
621 setwhite(gspca_dev, v4l2_ctrl_g_ctrl(sd->hue), in sd_start_72a()
766 setwhite(gspca_dev, sd->hue->val, ctrl->val); in sd_s_ctrl()
820 sd->hue = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls_72a()
A Dov534.c52 struct v4l2_ctrl *hue; member
1255 sd->hue = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, in sd_init_controls()
1416 if (sd->hue) in sd_start()
1417 sethue(gspca_dev, v4l2_ctrl_g_ctrl(sd->hue)); in sd_start()
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dpixfmt-meta-vsp1-hgt.rst61 Pixels with a hue value included in the centre of an area (between nL and nU
63 with a hue value included in the overlapping region between two areas (between
A Dpixfmt-meta-vivid.rst35 * - s16 hue;
A Dpixfmt-packed-hsv.rst12 The *hue* (h) is measured in degrees, the equivalence between degrees and LSBs
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_atomic_state_helper.c553 state->tv.hue = val; in drm_atomic_helper_connector_tv_reset()
601 old_conn_state->tv.hue != new_conn_state->tv.hue) in drm_atomic_helper_connector_tv_check()
/linux-6.3-rc2/drivers/media/platform/samsung/exynos4-is/
A Dfimc-isp.h85 struct v4l2_ctrl *hue; member
/linux-6.3-rc2/drivers/gpu/drm/gud/
A Dgud_connector.c312 old_state->tv.hue != new_state->tv.hue) in gud_connector_atomic_check()
469 return &state->hue; in gud_connector_tv_state_val()
/linux-6.3-rc2/drivers/media/usb/hdpvr/
A Dhdpvr-core.c147 dev->options.hue = 0xf; in device_authorization()
259 .hue = 0x80,
A Dhdpvr.h57 u8 hue; member
A Dhdpvr-control.c172 hdpvr_config_call(dev, CTRL_HUE, dev->options.hue); in hdpvr_set_options()

Completed in 40 milliseconds

123