summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2014-02-04 21:00:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-04 21:00:59 +0000
commit093e8e8b9b8d28880b0edacd10ad982fab353115 (patch)
tree296c0127ad1f919251e52161aa6ba57bc2fa0cf5 /modules
parent0ab9c38fc93b0c5a2fe4e9db694af171907726aa (diff)
parent80df5b529fd6b3cfaccfb2e97e5ebdaf989771ea (diff)
downloadhardware_libhardware-093e8e8b9b8d28880b0edacd10ad982fab353115.zip
hardware_libhardware-093e8e8b9b8d28880b0edacd10ad982fab353115.tar.gz
hardware_libhardware-093e8e8b9b8d28880b0edacd10ad982fab353115.tar.bz2
Merge "camera3: Update maxRegions tag."
Diffstat (limited to 'modules')
-rw-r--r--modules/camera/ExampleCamera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/camera/ExampleCamera.cpp b/modules/camera/ExampleCamera.cpp
index 16e1e02..a275190 100644
--- a/modules/camera/ExampleCamera.cpp
+++ b/modules/camera/ExampleCamera.cpp
@@ -62,7 +62,7 @@ camera_metadata_t *ExampleCamera::initStaticInfo()
ARRAY_SIZE(android_control_ae_compensation_step),
android_control_ae_compensation_step);
- int32_t android_control_max_regions[] = {1};
+ int32_t android_control_max_regions[] = {/*AE*/ 1,/*AWB*/ 1,/*AF*/ 1};
m.addInt32(ANDROID_CONTROL_MAX_REGIONS,
ARRAY_SIZE(android_control_max_regions),
android_control_max_regions);