Searched refs:V4L2_CID_HUE (Results 1 – 6 of 6) sorted by relevance
21 #if defined(V4L2_CID_HUE) || (defined(HAVE_DECL_V4L2_CID_HUE) && HAVE_DECL_V4L2_CID_HUE)22 XLAT(V4L2_CID_HUE),
5 V4L2_CID_HUE
97 ExerciseControl(&v4l2_dev, V4L2_CID_HUE, "hue"); in TestSetControl()
691 if (capture->queryctrl.id == V4L2_CID_HUE) in v4l2_scan_controls()759 if (capture->queryctrl.id == V4L2_CID_HUE) in v4l2_scan_controls()2342 capture->control.id = V4L2_CID_HUE; in icvGetPropertyCAM_V4L()2627 capture->control.id = V4L2_CID_HUE; in icvSetControl()2694 capture->control.id = V4L2_CID_HUE; in icvSetControl()
1426 capture->control.id = V4L2_CID_HUE; in icvGetPropertyCAM_V4L()1643 capture->control.id = V4L2_CID_HUE; in icvSetControl()
74 #define V4L2_CID_HUE (V4L2_CID_BASE+3) macro