summaryrefslogtreecommitdiffstats
path: root/jni/feature_mos
Commit message (Collapse)AuthorAgeFilesLines
* Snap: Fix jni compiler warningsMichael Bestas2016-01-091-1/+1
| | | | Change-Id: I091a8928a9a0674c54759ff8b384259d8f16793e
* SnapdragonCamera: fix messy photo in Panorama modeLikai Ding2016-01-071-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 compilationShuzhen Wang2016-01-026-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. Change-Id: I167ab5ff399c4f1d306a1a7ddf94896565c9625a
* SnapdragonCamera: Add FullScreen Preview when in Panoramic shootJay Wang2015-02-096-10/+64
| | | | | | | | | Changed the Panoramic preview to full screen Resized the warped preview image to smaller Size and render on top of the full screen preview image Warped preview image can be turned on/off Change-Id: I859839542ce94c5f70d7fe7983e93b5e9534b415
* Revert "SnapdragonCamera: Add FullScreen Preview when in Panoramic shoot"Jay Wang2015-01-135-12/+8
| | | | This reverts commit 8c1e4ff06d80d69792170f0cab8dea2f490cb7fa.
* SnapdragonCamera: Add FullScreen Preview when in Panoramic shootJay Wang2015-01-055-8/+12
| | | | | | | | | | | | Changed the Panoramic preview to full screen Resized the warped preview image to smaller Size and render on top of the full screen preview image Change-Id: I98735dbed2ff4dada8708bf5a4a0f9da6ba030c7 Conflicts: res/layout-land/pano_preview_progress.xml res/layout-port/pano_preview_progress.xml
* 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-1433-0/+7465
mode for Carlsbad. Change-Id: Id14e64d8248236e8170c12cfca2cbf2ca952e993