Searched refs:V4L2_CID_CONTRAST (Results 1 – 6 of 6) sorted by relevance
15 #if defined(V4L2_CID_CONTRAST) || (defined(HAVE_DECL_V4L2_CID_CONTRAST) && HAVE_DECL_V4L2_CID_CONTR…16 XLAT(V4L2_CID_CONTRAST),
3 V4L2_CID_CONTRAST
94 ExerciseControl(&v4l2_dev, V4L2_CID_CONTRAST, "contrast"); in TestSetControl()
677 if (capture->queryctrl.id == V4L2_CID_CONTRAST) in v4l2_scan_controls()745 if (capture->queryctrl.id == V4L2_CID_CONTRAST) in v4l2_scan_controls()2336 capture->control.id = V4L2_CID_CONTRAST; in icvGetPropertyCAM_V4L()2621 capture->control.id = V4L2_CID_CONTRAST; in icvSetControl()2688 capture->control.id = V4L2_CID_CONTRAST; in icvSetControl()
1418 capture->control.id = V4L2_CID_CONTRAST; in icvGetPropertyCAM_V4L()1635 capture->control.id = V4L2_CID_CONTRAST; in icvSetControl()
72 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1) macro