Searched refs:V4L2_CID_CONTRAST (Results 1 – 6 of 6) sorted by relevance
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),
875 p_ext_controls->controls[1].id = V4L2_CID_CONTRAST; in main()
76 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1) macro