Searched refs:V4L2_CID_GAIN (Results 1 – 6 of 6) sorted by relevance
69 #if defined(V4L2_CID_GAIN) || (defined(HAVE_DECL_V4L2_CID_GAIN) && HAVE_DECL_V4L2_CID_GAIN)70 XLAT(V4L2_CID_GAIN),
21 V4L2_CID_GAIN
98 ExerciseControl(&v4l2_dev, V4L2_CID_GAIN, "gain"); in TestSetControl()
698 if (capture->queryctrl.id == V4L2_CID_GAIN) in v4l2_scan_controls()766 if (capture->queryctrl.id == V4L2_CID_GAIN) in v4l2_scan_controls()2345 capture->control.id = V4L2_CID_GAIN; in icvGetPropertyCAM_V4L()2630 capture->control.id = V4L2_CID_GAIN; in icvSetControl()2697 capture->control.id = V4L2_CID_GAIN; in icvSetControl()
1430 capture->control.id = V4L2_CID_GAIN; in icvGetPropertyCAM_V4L()1647 capture->control.id = V4L2_CID_GAIN; in icvSetControl()
90 #define V4L2_CID_GAIN (V4L2_CID_BASE+19) macro