summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Narayana Kalavala <lkalaval@qualcomm.com>2009-08-17 20:51:12 +0530
committerLakshmi Narayana Kalavala <lkalaval@qualcomm.com>2009-08-20 14:27:20 +0530
commitcf1df5384a5749e47a5610b9254109e88b72ec3b (patch)
tree0e7b2841c264a1c77f5493048deb66d8fd8c6a0a
parent0f4f3daba4a31dbfb60c63773cb11406338221b3 (diff)
downloadbionic-cf1df5384a5749e47a5610b9254109e88b72ec3b.zip
bionic-cf1df5384a5749e47a5610b9254109e88b72ec3b.tar.gz
bionic-cf1df5384a5749e47a5610b9254109e88b72ec3b.tar.bz2
camera: Add macros for v4l2 zoom feature
CRs-Fixed: 193150
-rw-r--r--libc/kernel/common/media/msm_camera.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/kernel/common/media/msm_camera.h b/libc/kernel/common/media/msm_camera.h
index 0c98430..3fbe2b8 100644
--- a/libc/kernel/common/media/msm_camera.h
+++ b/libc/kernel/common/media/msm_camera.h
@@ -230,7 +230,9 @@ struct msm_stats_buf {
#define MSM_V4L2_GET_CTRL 5
#define MSM_V4L2_SET_CTRL 6
#define MSM_V4L2_QUERY 7
-#define MSM_V4L2_MAX 8
+#define MSM_V4L2_GET_CROP 8
+#define MSM_V4L2_SET_CROP 9
+#define MSM_V4L2_MAX 10
struct crop_info {
void *info;