From 7ec7b9970cc3a6311bf043e228991adf24c43523 Mon Sep 17 00:00:00 2001 From: Wu-cheng Li Date: Fri, 27 Aug 2010 15:39:46 -0700 Subject: Remove camera metering mode API. Metering mode is not supported yet. Change-Id: Id6906d6ab0cd1a9dcbc5c303d8d5081b2cda699e --- include/camera/CameraParameters.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'include/camera/CameraParameters.h') diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h index a5c7874e0add..7c5371aafe0c 100644 --- a/include/camera/CameraParameters.h +++ b/include/camera/CameraParameters.h @@ -286,13 +286,6 @@ public: // Example value: "yuv420sp" or PIXEL_FORMAT_XXX constants. Read only. static const char KEY_VIDEO_FRAME_FORMAT[]; - // Metering mode. This affects how camera determines exposure. - // Example value: "spot" or METERING_MODE_XXX constants. Read/write. - static const char KEY_METERING_MODE[]; - // Supported metering modes. - // Example value: "center-weighted,frame-average,spot". Read only. - static const char KEY_SUPPORTED_METERING_MODES[]; - // Value for KEY_ZOOM_SUPPORTED or KEY_SMOOTH_ZOOM_SUPPORTED. static const char TRUE[]; @@ -394,16 +387,6 @@ public: // focus, applications should change the focus mode to other modes. static const char FOCUS_MODE_CONTINUOUS[]; - // The camera determines the exposure by giving more weight to the - // central part of the scene. - static const char METERING_MODE_CENTER_WEIGHTED[]; - // The camera determines the exposure by averaging the entire scene, - // giving no weighting to any particular area. - static const char METERING_MODE_FRAME_AVERAGE[]; - // The camera determines the exposure by a very small area of the scene, - // typically the center. - static const char METERING_MODE_SPOT[]; - private: DefaultKeyedVector mMap; }; -- cgit v1.2.3-59-g8ed1b