From cf1df5384a5749e47a5610b9254109e88b72ec3b Mon Sep 17 00:00:00 2001 From: Lakshmi Narayana Kalavala Date: Mon, 17 Aug 2009 20:51:12 +0530 Subject: camera: Add macros for v4l2 zoom feature CRs-Fixed: 193150 --- libc/kernel/common/media/msm_camera.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libc/kernel') 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; -- cgit v1.1