summaryrefslogtreecommitdiffstats
path: root/jni/image_util_jni.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiling warningsjinwu2018-02-281-1/+6
| | | | Change-Id: I4cb217a4283c5234e62f8b895b5aa662c04fb9a2
* SnapdragonCamera: frame capture pathJack Yoo2016-10-131-24/+112
| | | | | | | | | | | Frame the path for each capture. 1. ZSL image -> YUV reprocess -> filters -> framework jpeg encoding 2. Non-ZSL -> filters -> framework jpeg encoding 3. Optimizing bestpicture filter image saving 4. Adjusting roi according to the mirror Change-Id: I8989ec57beec3420e6f4311dff951af0a84f5ba9 CRs-Fixed: 1071798
* SnapdragonCamera: SelfieMirror Camera2Jack Yoo2016-10-131-18/+40
| | | | | | | SelfieMirror filter for camera2. Change-Id: Id5fda369a56421199a8c2537491608b8667fb77e CRs-Fixed: 1071798
* SnapdragonCamera: Selfie Mirror modeJack Yoo2016-08-161-0/+30
| | | | | | | Selfie mirror menu for front camera1. Change-Id: I2e6845c9e25481106f51772b5d3dfd0a971a2be7 CRs-Fixed: 1050663
* SnapdragonCamera: FrameProcessorJack Yoo2016-06-011-0/+153
Introducing Frameprocessor with beautifiation. Change-Id: Ie6d8f4157a7d0c1a21e6f347457e84685e397286 CRs-Fixed: 1023183