summaryrefslogtreecommitdiffstats
path: root/jni/feature_mos_jni.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid a possible overflow on setting the mosaic size.Wei-Ta Chen2011-10-121-1/+1
* Reduce the frame memory we allocate.Wei-Ta Chen2011-10-031-14/+7
* Updates to handle textureless scenes during capture.mbansal2011-09-221-9/+14
* Merge "Correct the YUV444 to NV21 conversion." into ics-factoryromWei-Ta Chen2011-09-211-1/+1
|\
| * Correct the YUV444 to NV21 conversion.Wei-Ta Chen2011-09-201-1/+1
* | Blending algorithm updates to support WIDE strip-based blending.mbansal2011-09-201-1/+8
|/
* Use the high-resolution data to render the preview.Wei-Ta Chen2011-09-111-1/+0
* Clean up the logs.Wei-Ta Chen2011-09-111-52/+6
* Updates to allow cancellation of mosaic computation from a UI trigger.mbansal2011-09-091-12/+38
* Updates to allow the mosaic library to report the mosaic computation progress...mbansal2011-08-241-1/+25
* Updates to remove compile warnings and stop the viewfinder panning at UI boun...mbansal2011-08-221-5/+8
* Updates to allow the viewfinder to slide across the UI with device panning. A...mbansal2011-08-181-11/+36
* Updates to allow using SurfaceTexture for reading the preview frames directly...mbansal2011-08-121-5/+60
* Updates for mosaic preview rendering to happen using native GLES2.0 code.mbansal2011-08-051-13/+80
* Add a freeMosaicMemory function in JNI to address the leaks.mbansal2011-07-281-46/+120
* Check in Mosaic.java - the Java interface to JNI.Wei-Ta Chen2011-07-081-20/+8
* Check in mosaic stitching codes - the native partWei-Ta Chen2011-07-041-0/+449