summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/exif
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash if Exif-Tag buffer-length and component-count are both 0tobigun2016-02-101-1/+1
| | | | Change-Id: Iad9b60d135b4f682c08c3bfc9698cdd10e1086ab
* Camera2: correct image size recorded in media provider dbLikai Ding2014-11-113-3/+24
| | | | | | | | | | | | | | | Photos taken in camcorder can't be previewed on PC via MTP mode. The root cause is that, the actual image file size does not always match the _size column in media provider database. During the saving process, EXIF data are rewritten, but the size sent to media provider is not updated accordingly. Record bytes written in ExifOutputStream and OrderedDataOutputStream so that after rewritting, the correct image size could be sent to media provider. Change-Id: I74d91e86d712c121eb50daecaf879ab4f5be97fc CRs-Fixed: 711522
* Add rotate support in Film Stripztenghui2013-08-2815-0/+6058
Move the exif related code under src.com.android.camera.exif. Refactor the member variables under LocalMediaData.java. Refactor the LocalData to make sure they are immutables for thread safety. bug:10367037 Change-Id: I0e84bcc0097925b2be749fe016984177a68e0a4d