summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/exif/OrderedDataOutputStream.java
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Add support for outputting MPO format filesJay Wang2016-04-121-1/+1
| | | | | | | | Add support for generating MPO formatted files from the application layer. CRs-Fixed: 993611 Change-Id: I9a78d33e1d80b7da748f9bc75446f49172342078
* Camera2: correct image size recorded in media provider dbLikai Ding2014-11-111-0/+7
| | | | | | | | | | | | | | | 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-281-0/+56
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