summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEmerson Pinter <dev@pinter.com.br>2012-11-27 09:13:34 -0200
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-12-23 23:23:47 -0800
commitd92033794e6af59495a33e11b87af698dea682d8 (patch)
tree342cc811de84f194e20ba108cfd01fc2013047b7 /include
parent3a05365a93afccc5bb7db3bdc9f5d2efef69c8d3 (diff)
downloadframeworks_av-d92033794e6af59495a33e11b87af698dea682d8.zip
frameworks_av-d92033794e6af59495a33e11b87af698dea682d8.tar.gz
frameworks_av-d92033794e6af59495a33e11b87af698dea682d8.tar.bz2
camera: add ISO3200 and ISO6400
This change adds camera ISO 3200 and 6400, needed by some camera hal. Change-Id: I65172a7de6554c3c288f0a4153d3fcb432b70db8
Diffstat (limited to 'include')
-rw-r--r--include/camera/CameraParameters.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h
index b6d1582..bd9efc2 100644
--- a/include/camera/CameraParameters.h
+++ b/include/camera/CameraParameters.h
@@ -828,6 +828,8 @@ public:
static const char ISO_400[];
static const char ISO_800[];
static const char ISO_1600[];
+ static const char ISO_3200[];
+ static const char ISO_6400[];
// Values for Lens Shading
static const char LENSSHADE_ENABLE[] ;
static const char LENSSHADE_DISABLE[] ;