summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorMartin Brabham <optedoblivion@cyngn.com>2015-11-09 15:11:54 -0800
committerArne Coucheron <arco68@gmail.com>2018-01-26 01:09:15 +0100
commitcf28cc8d76e4314e2b72d9d929919dfd432c468b (patch)
tree6f93c7339b97c05df17f1c9f01747bb40d7d8260 /jni
parent60469f9a262e7897c68456b6a27b11cb28fcecd8 (diff)
downloadandroid_packages_apps_Snap-cf28cc8d76e4314e2b72d9d929919dfd432c468b.tar.gz
android_packages_apps_Snap-cf28cc8d76e4314e2b72d9d929919dfd432c468b.tar.bz2
android_packages_apps_Snap-cf28cc8d76e4314e2b72d9d929919dfd432c468b.zip
Make panorama able to go 270 degrees in landscape
Change-Id: Icfab44c674bcc59c1d369af64985956ccaf63ccc issue-id: SAMBAR-869 (cherry picked from commit e0ca697b97ef2d872f682d2b357d7233762cfafd)
Diffstat (limited to 'jni')
-rw-r--r--jni/feature_mos_jni.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/feature_mos_jni.cpp b/jni/feature_mos_jni.cpp
index 0fa792a6b..1445a5c68 100644
--- a/jni/feature_mos_jni.cpp
+++ b/jni/feature_mos_jni.cpp
@@ -38,7 +38,7 @@ extern "C" {
char buffer[1024];
-const int MAX_FRAMES = 100;
+const int MAX_FRAMES = 200; // 100 per 180 degrees
static double mTx;