summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/api1/client2/ZslProcessor3.h
diff options
context:
space:
mode:
authorYin-Chia Yeh <yinchiayeh@google.com>2014-09-12 16:47:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-12 16:47:25 +0000
commitf2a74aad5efc01e5b9939c7cbbfde058ce64bfec (patch)
treea0258812cdfdf2bc289d4c3da8fcb579a3ecad69 /services/camera/libcameraservice/api1/client2/ZslProcessor3.h
parent095da43dfe840f28d8c026710644a97d9b7805bf (diff)
parentdec84fb1c687509c3125acac76e0af80e4e0afbd (diff)
downloadframeworks_av-f2a74aad5efc01e5b9939c7cbbfde058ce64bfec.zip
frameworks_av-f2a74aad5efc01e5b9939c7cbbfde058ce64bfec.tar.gz
frameworks_av-f2a74aad5efc01e5b9939c7cbbfde058ce64bfec.tar.bz2
Merge "Camera2: improve ZSL candidate selection logic" into lmp-dev
Diffstat (limited to 'services/camera/libcameraservice/api1/client2/ZslProcessor3.h')
-rw-r--r--services/camera/libcameraservice/api1/client2/ZslProcessor3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/camera/libcameraservice/api1/client2/ZslProcessor3.h b/services/camera/libcameraservice/api1/client2/ZslProcessor3.h
index 8894364..2975f7c 100644
--- a/services/camera/libcameraservice/api1/client2/ZslProcessor3.h
+++ b/services/camera/libcameraservice/api1/client2/ZslProcessor3.h
@@ -133,6 +133,8 @@ class ZslProcessor3 :
void dumpZslQueue(int id) const;
nsecs_t getCandidateTimestampLocked(size_t* metadataIdx) const;
+
+ bool isFixedFocusMode(uint8_t afMode) const;
};