summaryrefslogtreecommitdiffstats
path: root/jni/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Snap: Fix jni compiler warningsMichael Bestas2016-01-091-2/+2
| | | | Change-Id: I091a8928a9a0674c54759ff8b384259d8f16793e
* Rename SnapdragonCamera to SnapMichael Bestas2015-08-291-2/+2
| | | | Change-Id: I1474550af7f45e53aa97819b42a91c961eeb6684
* SnapdragonCamera: Enable build of local jni librariesLeena Winterrowd2014-08-221-11/+1
| | | | | | | | | The app currently relies on having its required libraries in the current build. Enable building its local libraries so that these are always present. Also ensure that the camera tests are not built to avoid a naming conflict. Change-Id: If358db3fc7392f62aaaa84877baa19a949aea497
* SnapdragonCamera: Fix static library name conflictLeena Winterrowd2014-08-161-2/+2
| | | | | | | | | A JNI lib is built for both the Camera2 app and SnapdragonCamera but is included in system/lib. Since this lib has been branched as well, rename it and explicitly bundle it with the app to avoid the library name conflict. Change-Id: I3177d0a99be06cef0b841d8e84e652b8974cadc6
* Bring back tiny planet to the Camera filmstripSascha Haeberling2013-09-121-0/+15
| | | | | | | | | Bug: 10393598 The native code and XmpUtil are mostly 1:1 copies from Gallery2. The UI is new and should work on all form factors. Change-Id: Ia302a4a7a24cf0b3aa583836683c459e9e7e1f85
* Copy over libjni_mosaic from Camera. We need to support the SRI panoSascha Haeberling2013-08-141-0/+60
| | | | | | mode for Carlsbad. Change-Id: Id14e64d8248236e8170c12cfca2cbf2ca952e993
* Remove all .mk files from the cloned Camera2 until the project isSascha Haeberling2013-08-061-52/+0
| | | | | | properly set up. Change-Id: I3eb79a7a756793ac5253b8c40c3fbc6c6fe2e8e3
* add highlight filterJohn Hoford2013-02-211-0/+1
| | | | Change-Id: I2e59e09fbc80172b9dfe27b3ce8ff2f1e24c5872
* Refactoring: removed unused filters.Ruben Brunk2012-12-131-2/+1
| | | | Change-Id: If6344fde16607ab9dddb25922d295b1df205df6b
* Added K-Means clustering filter.Ruben Brunk2012-12-131-1/+2
| | | | Change-Id: If8961d4a21de953b754cf74aefc222b6bec902a3
* Added sobel filter for edge function.Ruben Brunk2012-12-121-0/+1
| | | | Change-Id: I4d59a96585f4902cd01d26ff68c777b542041132
* Added photonegative filter.Ruben Brunk2012-12-121-0/+1
| | | | Change-Id: I73594573b26873cb3fda49aca6d40761dec3707f
* add support for black and white filters, add rotation API to tiny planetJohn Hoford2012-10-231-0/+1
| | | | | | bug:7386370 bug:7389189 Change-Id: I1720893000c39edf28a356fb7b56634f004ef120
* Adds a tiny planet (stereographic projection) image filter.Sascha Haeberling2012-10-191-1/+3
| | | | | | | | | Bug: 7293391 Also fixes an issue where the preview value was statically set to 100. This adds a preview parameter value that can be set for this purpose. Change-Id: I68c4ec04e86ab8a29ef7f561e5f21a298003677e
* add White balance & disable UI elementsJohn Hoford2012-10-101-0/+1
| | | | | bug:7234321 Change-Id: Ic44bfe30b5d25e7d4442c4e6d4fd9e0e8410c7af
* add filtersJohn Hoford2012-10-091-0/+1
| | | | | bug:7234321 Change-Id: I4c9695c3ad90fcb7f4d67d40faa0a7da85f99030
* add redeye and improve shadow removalJohn Hoford2012-10-081-1/+3
| | | | | bug:7234321 Change-Id: I12c2eb28555d7594fddf86dfa224219b70137681
* Added stub for applying geometry flip.Ruben Brunk2012-10-081-3/+4
| | | | | | Bug: 7224232 Bug: 7218935 Change-Id: Iaeea6a94f4fea44a8046f09a0fce72fe32ed7cc0
* add vibrance fix a free in shadowsJohn Hoford2012-10-041-0/+1
| | | | | bug:7234321 Change-Id: I52b1b952fcdc34c23464793621df60aa7e8e00b2
* Add Shadow featureJohn Hoford2012-10-021-0/+2
| | | | | bug:7234321 Change-Id: Ib0d4db773486e469ed818385b68b7b907070c297
* Fix exposure and fixed warningsJohn Hoford2012-10-011-1/+1
| | | | bug:7234321
* Add contrast & brightness filtersJohn Hoford2012-09-281-0/+3
| | | | | | | | Added hue fixed contrast Stablized Contrast, Saturation, Tint, Exposure bug:7234321 Change-Id: Iadd1e3ab215b60f920b718fa56611a07f24effee
* Fix the buildnicolasroard2012-09-261-2/+3
| | | | Change-Id: I6e645b5f5835ff4871881a7b73685fe074bce924
* Initial import of the new image editornicolasroard2012-09-261-0/+17
| | | | | bug:7165910 Change-Id: I756d6594f5bddd233772c979410362ca22e232a3
* fix mips buildKeun young Park2012-08-231-7/+1
| | | | | | - LOCAL_SDK_VERSION should be defined always Change-Id: Icd1972279c76bd28e3caf9b44f1cea9b585836a1
* Retire LOCAL_NDK_VERSION.Ying Wang2012-08-141-2/+0
| | | | | Bug: 6932421 Change-Id: I9e5e8fba22ac235701c002e27012bb3954896140
* Fixed x86 buildAndrew Hsieh2012-07-231-3/+7
| | | | | | | NDK supports x86 from r6. Without setting correct LOCAL_NDK_VERSION build may fail to add library path for "-llog" and "-lEGL" Change-Id: I863e20e434d274b5d8924eafcf1f5e1d0b05f90d
* Fix non-ARM builds - use the proper way to reference librariesJean-Baptiste Queru2012-07-191-2/+3
| | | | Change-Id: Ibd84af84861d1cbaa8203e4b287cb20f5e9027a0
* Make jni build against NDK.Wu-cheng Li2012-07-111-2/+6
| | | | | | bug:6698708 Change-Id: I913e2f29657abc0af79223ba49148a6080d39ba7
* Fix b/6590795 dejank photo effect sliderRuei-sung Lin2012-06-011-0/+16
Change-Id: I14737bd01361b58c6bd4af19957d514368cc19ea