Searched refs:V4L2_CID_BRIGHTNESS (Results 1 – 6 of 6) sorted by relevance
12 #if defined(V4L2_CID_BRIGHTNESS) || (defined(HAVE_DECL_V4L2_CID_BRIGHTNESS) && HAVE_DECL_V4L2_CID_B…13 XLAT(V4L2_CID_BRIGHTNESS),
2 V4L2_CID_BRIGHTNESS
93 ExerciseControl(&v4l2_dev, V4L2_CID_BRIGHTNESS, "brightness"); in TestSetControl()
670 if (capture->queryctrl.id == V4L2_CID_BRIGHTNESS) in v4l2_scan_controls()738 if (capture->queryctrl.id == V4L2_CID_BRIGHTNESS) in v4l2_scan_controls()2333 capture->control.id = V4L2_CID_BRIGHTNESS; in icvGetPropertyCAM_V4L()2618 capture->control.id = V4L2_CID_BRIGHTNESS; in icvSetControl()2685 capture->control.id = V4L2_CID_BRIGHTNESS; in icvSetControl()
1414 capture->control.id = V4L2_CID_BRIGHTNESS; in icvGetPropertyCAM_V4L()1631 capture->control.id = V4L2_CID_BRIGHTNESS; in icvSetControl()
71 #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0) macro