From f0da1f15a307f38a2b9ec1971855415c4c2a2129 Mon Sep 17 00:00:00 2001 From: Dimitar Borisov Date: Tue, 6 Dec 2011 12:29:09 +0200 Subject: Changes related to test focus area and test metering area - There are two areas added. - The first one is with higher priority - left down corner. - The second one is with lower priority - right down corner. - The size of the arrays is a square with 1/4 of x coordinate and 1/4 of y coordinate of the preview. Change-Id: I66fac11c89189a2ffae727f83887c02b25fbeaa7 Signed-off-by: Dimitar Borisov --- test/CameraHal/camera_test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CameraHal/camera_test.h b/test/CameraHal/camera_test.h index df32d5b..e559ddf 100644 --- a/test/CameraHal/camera_test.h +++ b/test/CameraHal/camera_test.h @@ -53,8 +53,8 @@ #define MEMORY_DUMP "procrank -u" #define KEY_METERING_MODE "meter-mode" -#define TEST_FOCUS_AREA "(0,0,1000,1000,300),(-1000,-1000,1000,1000,300),(0,0,0,0,0)" -#define TEST_METERING_AREA "(0,0,1000,1000,300),(-1000,-1000,1000,1000,300)" +#define TEST_FOCUS_AREA "(-1000,500,-500,1000,1000),(500,500,1000,1000,1)" +#define TEST_METERING_AREA "(-1000,500,-500,1000,1000),(500,500,1000,1000,1)" #define COMPENSATION_OFFSET 20 #define DELIMITER "|" -- cgit v1.1