From 4cb04c4654e9718a73b378e7b9962dee454efa8d Mon Sep 17 00:00:00 2001 From: Wu-cheng Li Date: Fri, 23 Oct 2009 17:39:46 +0800 Subject: Use image rect information to display zoomed picture. --- include/ui/CameraHardwareInterface.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/ui/CameraHardwareInterface.h b/include/ui/CameraHardwareInterface.h index af40f31..240c134 100644 --- a/include/ui/CameraHardwareInterface.h +++ b/include/ui/CameraHardwareInterface.h @@ -25,6 +25,15 @@ #include namespace android { +/** + * The size of image for display. + */ +typedef struct image_rect_struct +{ + uint32_t width; /* Image width */ + uint32_t height; /* Image height */ +} image_rect_type; + typedef void (*notify_callback)(int32_t msgType, int32_t ext1, -- cgit v1.1