summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/util
diff options
context:
space:
mode:
authorxianming wang <mingwax@codeaurora.org>2017-12-13 10:24:16 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-02-06 21:47:40 -0800
commitee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9 (patch)
tree891d9bb3eecf280d8ec72775ab4def6e1f7a606d /src/com/android/camera/util
parent54b13709b379cb462c0592a8bebd4a9f13f0c586 (diff)
downloadandroid_packages_apps_Snap-ee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9.tar.gz
android_packages_apps_Snap-ee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9.tar.bz2
android_packages_apps_Snap-ee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9.zip
SnapdragonCamera: Complete the function of DeepZoom
Complete the function of DeepZoom, only support the 32 bit library. Does`t support the 64 bit library. CRs-Fixed: 2116533 Change-Id: I9c181ff0de005493d345ecc0b0380dda9910ce63
Diffstat (limited to 'src/com/android/camera/util')
-rw-r--r--src/com/android/camera/util/PersistUtil.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/camera/util/PersistUtil.java b/src/com/android/camera/util/PersistUtil.java
index 9cb79ba5a..f46959f5e 100644
--- a/src/com/android/camera/util/PersistUtil.java
+++ b/src/com/android/camera/util/PersistUtil.java
@@ -56,8 +56,6 @@ public class PersistUtil {
SystemProperties.getBoolean("persist.vendor.camera.camera2", true);
private static final boolean PERSIST_CAMERA_ZSL =
SystemProperties.getBoolean("persist.vendor.camera.zsl.disabled", false);
- private static final int PERSIST_CAMERA2_DEBUG =
- SystemProperties.getInt("persist.vendor.camera2.debug", 0);
private static final int PERSIST_CAMERA_CANCEL_TOUCHFOCUS_DELAY =
SystemProperties.getInt("persist.vendor.camera.focus_delay", 5000);
private static final int PERSIST_CAMERA_DEBUG =