summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/exif
Commit message (Collapse)AuthorAgeFilesLines
* A simple ExifReader and its testEarl Ou2012-08-154-80/+263
| | | | Change-Id: I1a30d24591bbdab288e04e3705ece388b533f247
* Check if the ExifParser paser every part in the testEarl Ou2012-08-081-2/+27
| | | | Change-Id: I1c58dfbbf74ada1d7f3d629ace4851d5022170f6
* ignore uncompressed thumbnail when test exif thumbnailEarl Ou2012-08-081-0/+6
| | | | Change-Id: I32baae44994f3b113405082f55539e1a2a3db8bb
* Handle error when string length=0 in IfdParserEarl Ou2012-08-081-6/+2
| | | | Change-Id: I3a51e85060f3acd5026555e5f8d21f8cb2e0641e
* 1. add interoperability ifd in exif test and 2. add some logEarl Ou2012-08-071-4/+52
| | | | Change-Id: I888d856a17e59754d5a43b10ec8c4d30b582c503
* Change Thumbnail test for ExifParser when there is no thumbnail or ↵Earl Ou2012-08-071-20/+6
| | | | | | thumbnail's information Change-Id: Iabd632612895051ee73b776616355bf5e3680d34
* Use hex to represent unknown type and byte type for ExifParser debuggingEarl Ou2012-08-071-3/+8
| | | | Change-Id: I1d63698a34cc2c582e3c9c1a117231489ea9e3a2
* 1. Use xml to record true data for ExifParserTest 2. A ExifTestRunnerEarl Ou2012-08-072-80/+149
| | | | Change-Id: I6f0133a42670f5f4cbfa37a06bac41a8f6beceef
* use InstrumentationTestCase for ExifParserTestEarl Ou2012-08-061-2/+2
| | | | | | because we don't need to test Activity Change-Id: I3d21f7f5ca05cffba3bd2cd54c5899255e1103c1
* Remove TYPE_SUB_IFD for next() in IfdParserEarl Ou2012-08-061-31/+29
| | | | | | | | 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
* Check number of exif tag in testEarl Ou2012-08-061-0/+12
| | | | Change-Id: Ic84c7c004fe0ab5fcea9a0cc6e7f9d86db61abd8
* Test read thumbnailEarl Ou2012-08-061-10/+68
| | | | Change-Id: I2f7add7e3c9fc6ffe8c75f191f4b0322bc3047d5
* Test only keep some exif tags for valueEarl Ou2012-08-011-0/+32
| | | | Change-Id: I06962ffb4e1c6844cc8c0d24b686571483f16c22
* Test skip to next ifd in ExifParserTestEarl Ou2012-08-011-0/+25
| | | | Change-Id: Icc53e75d563acb304c23349c28d604d439b4b314
* ExifParserTestEarl Ou2012-08-011-0/+267
test basic parse function of ExifParser Change-Id: I4dbe9231917c205b0cb95aab639744ce0debbec8