summaryrefslogtreecommitdiffstats
path: root/jni/feature_mos/src/mosaic
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiling warningsjinwu2018-02-285-23/+11
| | | | Change-Id: I4cb217a4283c5234e62f8b895b5aa662c04fb9a2
* SnapdragonCamera: Fix compilationJaimin Bhise2015-10-296-4/+12
| | | | | | | | | | | | 1. Address compilation due to compiler upgrade. 2. Comment out video dependencies to enable camera. 3. Fix compilation issue due to IMountService interface change. 4. Comment out ExtendedFace. 5. Remove non-standard video resolutions. 6. Revert "camera: override shutter sound volume" commit 8a50cda8f72738e943904fdf7cae189b2b0a8ea8. Change-Id: I167ab5ff399c4f1d306a1a7ddf94896565c9625a
* Revert "SnapdragonCamera: Improved panorama"Byunghun Jeon2015-08-1221-0/+4822
| | | | | | This reverts commit "SnapdragonCamera: Improved panorama" Change-Id: I7aef9427c218d06b78cbc097dd32a1629b5ab9d1
* SnapdragonCamera: Improved panoramaByunghun Jeon2015-07-3021-4822/+0
| | | | | | | | Improved panorama with faster performance and low memory consumption. Also displays progress while taking panorama shot. Change-Id: I88ae1205f056ebe59129e65d69fcc44f46a5ab92 CRs-Fixed: 859274
* Merge "SnapdragonCamera: fix messy photo in Panorama mode"Linux Build Service Account2015-04-151-1/+1
|\
| * SnapdragonCamera: fix messy photo in Panorama modeLikai Ding2015-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | If camera is kept still in panorama mode, the result looks messy. The root cause is that, when calculating and comparing distance in Blend::ComputeMask, double numbers are compared directly. Comparing them against a small negative number fixes the problem. Change-Id: I713f59b4e21c508e20eb4dabc5edb1652b3ddb1a CRs-Fixed: 794974
* | SnapdragonCamera: fix a panorama memory leakLikai Ding2015-03-311-0/+1
|/ | | | | | free imgMos at the end of runBlend() Change-Id: I9211cf70ae75dbb5d5db31cfe6984374e7c51d5f
* Camera2: Fix camera application memory leakGaoxiang Chen2014-04-241-1/+3
| | | | | | | | | | | | | This change fix potential memory leak of camera application when swith between camera and panorama: 1. free allocated frames in jni/Mosaic 2. use application context instead of acitivity context 3. clear disappearing children of ViewGroup explicitly 4. remove IdleHandler during camera exit CRs-fixed: 622518 Change-Id: I2583709489ab2cf1fc20865fe7d2a8f56f2763c9
* Copy over libjni_mosaic from Camera. We need to support the SRI panoSascha Haeberling2013-08-1421-0/+4819
mode for Carlsbad. Change-Id: Id14e64d8248236e8170c12cfca2cbf2ca952e993