summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/DecodeUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-1/+78
| | | | Change-Id: I0df9bf0a8f43e28ed25b436d4c584dc3ceb43c1d
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-0/+18
| | | | Change-Id: Ib710f2a6fc1aa86fe4abdd18d1fa7ac71396a3b4
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-141-29/+54
| | | | Change-Id: I27d3002e5bb745a597f52962fe24744c8329441c
* Remove unused code.Chih-Chung Chang2012-02-231-32/+0
| | | | Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
* Fix 5398768: Add requestCreateBitmapRegionDecoder for InputStream.Chih-Chung Chang2011-10-141-0/+13
| | | | Change-Id: Ied273ffbabc134fdd930e6415fc175a6221eb662
* Fix 5337270: Thumbnail is not generated for large GIF images.Chih-Chung Chang2011-09-201-2/+6
| | | | Change-Id: I8e2e8cafb01b2289f59b28b7e2eadae3dc5c0c50
* Add a hard limit on the size of the widget images.Owen Lin2011-09-191-1/+1
| | | | | | | | | | | | | | | There is a limit on the size of the data transfered by binder. For now, we just add a hard limit (360 pixel) to ensure the widget's image can be passed by binder. Also adjust the size of widget to make it looks better. Fix a bug in DecodeUtils which cause OOM for a image in size 12200x1920. In that case, we should generate a screen nail of size 640x101 instead of 4066x640. Change-Id: Ia8227d8e5368471fe7af94bf164d67017aa321fa fix: 5273271
* Improve the performance of Reviewing a photo.Owen Lin2011-09-051-0/+25
| | | | | | | | | | | | | | | | | fix: 5144370 There is two componenet in the photo page. One is the large photo and the other is the thumbnail strip. They idenpendently load their own data and images. This change fixes several issues here: 1. Prevent sending to many jobs to ThreadPool and block others. In a worse case, if the thumbnail strip send image requests first, it may block the ThreadPool very long. 2. Improve the performance of extracting thumbnails from local files. Now we try to extract the thumbnails from EXIF data first. Change-Id: I45100d4daa025efb479f47c4f105de2b4731b498
* Fix unknown type for GL issue.Owen Lin2011-08-191-0/+7
| | | | | | fix: 5171449 Change-Id: Ib62e3237584144e94be6be773c292002bea5d21c
* Initial code for Gallery2.Owen Lin2011-08-181-0/+173
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c