Searched refs:V4L2_CID_CONTRAST (Results 1 – 12 of 12) sorted by relevance
121 ExerciseControl(&v4l2_dev, V4L2_CID_CONTRAST, "contrast"); in TestSetControl()
3 V4L2_CID_CONTRAST (V4L2_CID_BASE+1)
13 #if defined(V4L2_CID_CONTRAST) || (defined(HAVE_DECL_V4L2_CID_CONTRAST) && HAVE_DECL_V4L2_CID_CONTR…15 static_assert((V4L2_CID_CONTRAST) == ((V4L2_CID_BASE+1)), "V4L2_CID_CONTRAST != (V4L2_CID_BASE+1)");18 # define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)2359 XLAT(V4L2_CID_CONTRAST),
200 V4L2_CID_CONTRAST = 9963777
920 v4l2_ext_controls = V4L2_CID_USER_CLASS, V4L2_CID_BRIGHTNESS, V4L2_CID_CONTRAST, V4L2_CID_SATURATIO…
75 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1) macro
875 p_ext_controls->controls[1].id = V4L2_CID_CONTRAST; in main()