summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/exif
Commit message (Collapse)AuthorAgeFilesLines
* Add all ExifTag constantEarl Ou2012-08-071-1/+184
| | | | Change-Id: I8a5309cdb1d216c80df9b88973a3b72a5cf9a80f
* Remove TYPE_SUB_IFD for next() in IfdParserEarl Ou2012-08-062-52/+23
| | | | | | | | We should not read the offset because there are too many exception. Users should check the id of the tag and decide how to read the block by themselves. Change-Id: Ie3f162c5c6dc25f15107e193adc080c7b51112b5
* fix next ifd bug in ExifParserEarl Ou2012-08-061-1/+2
| | | | | | Originally if we don't read value of tag we won't get 'NEXT_IFD' Change-Id: I235977b3b482fbc4736c244d280c384c26df6483
* Fix bug when call next() after nextidf in exif parserEarl Ou2012-08-061-0/+2
| | | | Change-Id: Ibb0204627418f8fa650ce32e798a768da7762d59
* Add some constants for exif tagEarl Ou2012-08-011-0/+114
| | | | Change-Id: I236f8187668bb144f47214b7241a873223111f9e
* Fix a bug in IfdParserEarl Ou2012-08-011-2/+4
| | | | | | | Originally if we call next after the last tag without read the value, we will receive a wrong tag. Change-Id: Ib154d112a568c593270ee6676d4954a7c26567f2
* Low-level exif parserEarl Ou2012-07-306-0/+552
Change-Id: I592184c79320d08a3cb871a63ea33742071876e3