summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShuzhen Wang <shuzhenw@quicinc.com>2009-05-28 17:53:47 -0700
committerManas Abichandani <manasa@quicinc.com>2009-06-05 13:54:40 -0700
commitbbb143f03023ffdf487172a17c03d727e7e2c72e (patch)
treebbf91bf21b03a3d1daf26b40c5d49fc92440cd45
parent4701c2085936980b83854758bba4b9e0f30c7a3c (diff)
downloadbionic-bbb143f03023ffdf487172a17c03d727e7e2c72e.zip
bionic-bbb143f03023ffdf487172a17c03d727e7e2c72e.tar.gz
bionic-bbb143f03023ffdf487172a17c03d727e7e2c72e.tar.bz2
camera: Separate different stats enable types in cfg_cmd_type_t.
This is to accomodate differences in stats handling between 7k and 8k. Corresponding kernel change is c05ecb67259. Signed-off-by: Shuzhen Wang <shuzhenw@quicinc.com>
-rw-r--r--libc/kernel/common/media/msm_camera.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/kernel/common/media/msm_camera.h b/libc/kernel/common/media/msm_camera.h
index f40c202..56507ed 100644
--- a/libc/kernel/common/media/msm_camera.h
+++ b/libc/kernel/common/media/msm_camera.h
@@ -128,10 +128,11 @@ enum cfg_cmd_type_t {
CMD_SNAP_BUF_RELEASE,
CMD_SNAP_BUF_CFG,
CMD_STATS_DISABLE,
- CMD_STATS_ENABLE,
+ CMD_STATS_AEC_AWB_ENABLE,
CMD_STATS_AF_ENABLE,
CMD_STATS_BUF_RELEASE,
CMD_STATS_AF_BUF_RELEASE,
+ CMD_STATS_ENABLE,
UPDATE_STATS_INVALID
};