Searched refs:V4L2_CID_BRIGHTNESS (Results 1 – 12 of 12) sorted by relevance
120 ExerciseControl(&v4l2_dev, V4L2_CID_BRIGHTNESS, "brightness"); in TestSetControl()
2 V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)
6 #if defined(V4L2_CID_BRIGHTNESS) || (defined(HAVE_DECL_V4L2_CID_BRIGHTNESS) && HAVE_DECL_V4L2_CID_B…8 static_assert((V4L2_CID_BRIGHTNESS) == ((V4L2_CID_BASE+0)), "V4L2_CID_BRIGHTNESS != (V4L2_CID_BASE+…11 # define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)2358 XLAT(V4L2_CID_BRIGHTNESS),
193 V4L2_CID_BRIGHTNESS = 9963776
920 v4l2_ext_controls = V4L2_CID_USER_CLASS, V4L2_CID_BRIGHTNESS, V4L2_CID_CONTRAST, V4L2_CID_SATURATIO…
74 #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0) macro
872 p_ext_controls->controls[0].id = V4L2_CID_BRIGHTNESS; in main()