Searched refs:V4L2_CID_HUE (Results 1 – 9 of 9) sorted by relevance
124 ExerciseControl(&v4l2_dev, V4L2_CID_HUE, "hue"); in TestSetControl()
5 V4L2_CID_HUE (V4L2_CID_BASE+3)
27 #if defined(V4L2_CID_HUE) || (defined(HAVE_DECL_V4L2_CID_HUE) && HAVE_DECL_V4L2_CID_HUE)29 static_assert((V4L2_CID_HUE) == ((V4L2_CID_BASE+3)), "V4L2_CID_HUE != (V4L2_CID_BASE+3)");32 # define V4L2_CID_HUE (V4L2_CID_BASE+3)2361 XLAT(V4L2_CID_HUE),
244 V4L2_CID_HUE = 9963779
920 …R_CLASS, V4L2_CID_BRIGHTNESS, V4L2_CID_CONTRAST, V4L2_CID_SATURATION, V4L2_CID_HUE, V4L2_CID_AUDIO…
77 #define V4L2_CID_HUE (V4L2_CID_BASE+3) macro