summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/processing
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to convert degree to orientation enum twiceEthan Chen2016-12-301-2/+1
* [Haleakala] Change JPEG compression thread priority to BACKGROUND - 1.Sascha Haeberling2015-07-221-14/+16
* Make filmstrip grey squares less common.Paul Rohde2015-05-181-1/+1
* Increase the default JPG buffer size.Paul Rohde2015-05-151-1/+1
* Lower the priority of ProcessingService to 'background'.Sascha Haeberling2015-04-301-1/+1
* Add a memory pool for reusing direct bytebuffers.Paul Rohde2015-04-148-16/+560
* Add average priority speed to ImageBackendI-Jong Lin2015-04-092-9/+33
* Reduce software jpg encoding priority.Paul Rohde2015-04-082-13/+25
* Change CaptureSession.saveAndFinish to return a future for the URI.Sascha Haeberling2015-03-251-11/+17
* Add Faces and Lens Dist. info to photoCaptureDoneI-Jong Lin2015-03-231-1/+22
* Catch memory allocation errors JPEG ImageTaskI-Jong Lin2015-03-201-0/+15
* Pass crop and implement crop in JPEG ImageSaverI-Jong Lin2015-03-173-8/+125
* Add processing time to capture done event for CaptureModule captures.Andy Huibers2015-03-171-0/+1
* Add PhotoCaptureEvent to Capture ModuleI-Jong Lin2015-03-161-3/+6
* Automated ImageProcessorListener registrationI-Jong Lin2015-03-135-64/+323
* Merge "Implementation of Crop in Thumbnail Creation" into ub-camera-haleakalaI-Jong Lin2015-03-135-95/+217
|\
| * Implementation of Crop in Thumbnail CreationI-Jong Lin2015-03-125-95/+217
* | If JPEG data already has some EXIF data, carry it over during EXIF populationSpike Sprague2015-03-111-19/+26
|/
* Add Location to EXIFSascha Haeberling2015-03-101-2/+4
* Add EXIF data to images processed via software JPEG encoder.Spike Sprague2015-03-102-9/+36
* CaptureSession passes on message IDs instead of strings.Sascha Haeberling2015-03-061-2/+2
* Fix exif dimensions for cropped imagesPuneet Lall2015-03-061-2/+2
* Add partial crop support to ImageBackendPuneet Lall2015-03-052-5/+19
* Read tiny thumbnail resolution from resources.Paul Rohde2015-03-052-8/+13
* Move JPEG quality to separate stub-able method.Andy Huibers2015-03-021-5/+8
* Change software jpeg encoder quality to CameraProfile.QUALITY_HIGHPengchong Jin2015-02-271-1/+3
* N4 Capture Module Rotation/EXIF fixI-Jong Lin2015-02-171-11/+60
* N4 CaptureModule Memory OptimizationI-Jong Lin2015-02-131-7/+6
* Add JPEG Orientation into N4 CaptureRequestsI-Jong Lin2015-02-101-60/+96
* Remove UNKNOWN Orientation valuesI-Jong Lin2015-02-041-5/+3
* Merge "ImageBackend Service Integration, Pass 2" into ub-camera-haleakalaI-Jong Lin2015-02-035-31/+365
|\
| * ImageBackend Service Integration, Pass 2I-Jong Lin2015-02-025-31/+365
* | Merge "Fix centering issue of the Fast Thumbnail Preview" into ub-camera-hale...I-Jong Lin2015-02-031-13/+57
|\ \ | |/ |/|
| * Fix centering issue of the Fast Thumbnail PreviewI-Jong Lin2015-02-031-13/+57
* | Only create temp session file when necessary.Sascha Haeberling2015-01-301-7/+4
|/
* Fix for Ripple on Fast Thumbnail IndicatorI-Jong Lin2015-01-271-18/+36
* CaptureSession can now be started with an empty placeholder.Sascha Haeberling2015-01-231-1/+7
* Make most app services lazy.Paul Rohde2015-01-222-43/+21
* Image Backend Integration w/ Simple CameraI-Jong Lin2015-01-226-110/+193
* Make it possible for singletons that rely on application context to bePaul Rohde2015-01-211-3/+3
* Fix for JPEG Compression w/ Unknown OrientationI-Jong Lin2015-01-151-6/+11
* Turn off message spam on ImageBackendI-Jong Lin2015-01-131-1/+1
* Passing an intermediate preview to the session.I-Jong Lin2015-01-098-107/+558
* Add OneCamera.PictureSaverCallback.Senpo Hu2015-01-091-51/+0
* Fix placeholder bug.Senpo Hu2015-01-081-1/+2
* Merge "Instantiate a ImageSaver.Builder in CaptureModule." into ub-camera-hal...Senpo Hu2015-01-082-2/+26
|\
| * Instantiate a ImageSaver.Builder in CaptureModule.Senpo Hu2015-01-072-2/+26
* | Merge "Image Plane Proxy for Image Content Testability" into ub-camera-haleakalaI-Jong Lin2015-01-073-44/+56
|\ \ | |/ |/|
| * Image Plane Proxy for Image Content TestabilityI-Jong Lin2015-01-073-45/+57
* | YUV Color conversion fixI-Jong Lin2015-01-061-9/+20
|/