summaryrefslogtreecommitdiff
path: root/include/media/v4l2-controls_rockchip.h
diff options
context:
space:
mode:
authorHu Kejun <william.hu@rock-chips.com>2019-03-14 10:48:16 +0800
committerTao Huang <huangtao@rock-chips.com>2019-03-20 18:45:22 +0800
commit43634de342c08db74b665c9375a31806ed222886 (patch)
treea866527ec9be00fc92a15601b2428e49df76b037 /include/media/v4l2-controls_rockchip.h
parentdf29350c9ca01875e0bb6238c766eb2a461b523f (diff)
media: rk-isp10: add control exposure of long and short frame for hdr
modify head file to match the change of camera engine Change-Id: Ia139e733f766cf9cbb02e80ceda81a1817b3acbf Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
Diffstat (limited to 'include/media/v4l2-controls_rockchip.h')
-rw-r--r--include/media/v4l2-controls_rockchip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/v4l2-controls_rockchip.h b/include/media/v4l2-controls_rockchip.h
index 62c2b8d87c7f..d6fd5b0eda2c 100644
--- a/include/media/v4l2-controls_rockchip.h
+++ b/include/media/v4l2-controls_rockchip.h
@@ -35,5 +35,9 @@
#define RK_V4L2_CID_AUTO_FPS (V4L2_CID_USER_RK_BASE + 3)
#define RK_V4L2_CID_VTS (V4L2_CID_USER_RK_BASE + 4)
#define RK_V4L2_CID_CLS_EXP (V4L2_CID_USER_RK_BASE + 5)
+#define RK_V4L2_CID_L_EXP (V4L2_CID_USER_RK_BASE + 6)
+#define RK_V4L2_CID_L_GAIN (V4L2_CID_USER_RK_BASE + 7)
+#define RK_V4L2_CID_S_EXP (V4L2_CID_USER_RK_BASE + 8)
+#define RK_V4L2_CID_S_GAIN (V4L2_CID_USER_RK_BASE + 9)
#endif