summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuIC Gerrit Code Review <gerrit@quicinc.com>2009-09-17 07:41:48 -0700
committerQuIC Gerrit Code Review <gerrit@quicinc.com>2009-09-17 07:41:48 -0700
commit8ac2347f5670e189dc7a0f32e8f5c9354a4a521e (patch)
tree1bc66d72ecde11940c72798a676152157b60e8c8
parentaa1c1fe41e47e89554422d380aa469093d0f4157 (diff)
parentcf1df5384a5749e47a5610b9254109e88b72ec3b (diff)
downloadbionic-8ac2347f5670e189dc7a0f32e8f5c9354a4a521e.zip
bionic-8ac2347f5670e189dc7a0f32e8f5c9354a4a521e.tar.gz
bionic-8ac2347f5670e189dc7a0f32e8f5c9354a4a521e.tar.bz2
Merge change 6736 into donutM76XXTSNCJNLYA4615
* changes: camera: Add macros for v4l2 zoom feature
-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;