mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: add new image modes to support stats buffer
Extend the image mode defines to include the stats buffers. Change-Id: I4c7a687cb08695d43befa15f6e18e7070d4e2976 Signed-off-by: Mingcheng Zhu <mingchen@codeaurora.org>
This commit is contained in:
parent
33da2657f9
commit
f6c95fad77
1 changed files with 13 additions and 2 deletions
|
@ -786,8 +786,19 @@ struct msm_stats_buf {
|
|||
(MSM_V4L2_EXT_CAPTURE_MODE_DEFAULT+7)
|
||||
#define MSM_V4L2_EXT_CAPTURE_MODE_RDI2 \
|
||||
(MSM_V4L2_EXT_CAPTURE_MODE_DEFAULT+8)
|
||||
#define MSM_V4L2_EXT_CAPTURE_MODE_MAX (MSM_V4L2_EXT_CAPTURE_MODE_DEFAULT+9)
|
||||
|
||||
#define MSM_V4L2_EXT_CAPTURE_MODE_AEC \
|
||||
(MSM_V4L2_EXT_CAPTURE_MODE_DEFAULT+9)
|
||||
#define MSM_V4L2_EXT_CAPTURE_MODE_AWB \
|
||||
(MSM_V4L2_EXT_CAPTURE_MODE_DEFAULT+10)
|
||||
#define MSM_V4L2_EXT_CAPTURE_MODE_AF \
|
||||
(MSM_V4L2_EXT_CAPTURE_MODE_DEFAULT+11)
|
||||
#define MSM_V4L2_EXT_CAPTURE_MODE_IHIST \
|
||||
(MSM_V4L2_EXT_CAPTURE_MODE_DEFAULT+12)
|
||||
#define MSM_V4L2_EXT_CAPTURE_MODE_CS \
|
||||
(MSM_V4L2_EXT_CAPTURE_MODE_DEFAULT+13)
|
||||
#define MSM_V4L2_EXT_CAPTURE_MODE_RS \
|
||||
(MSM_V4L2_EXT_CAPTURE_MODE_DEFAULT+14)
|
||||
#define MSM_V4L2_EXT_CAPTURE_MODE_MAX (MSM_V4L2_EXT_CAPTURE_MODE_DEFAULT+15)
|
||||
|
||||
#define MSM_V4L2_PID_MOTION_ISO V4L2_CID_PRIVATE_BASE
|
||||
#define MSM_V4L2_PID_EFFECT (V4L2_CID_PRIVATE_BASE+1)
|
||||
|
|
Loading…
Reference in a new issue