OSDN Git Service

ExifInterface: Add ORF file parse support
authorJin Park <jinpark@google.com>
Thu, 14 Jul 2016 05:45:20 +0000 (14:45 +0900)
committerJin Park <jinpark@google.com>
Thu, 21 Jul 2016 04:49:01 +0000 (13:49 +0900)
commit1c1b2b18d376ae8e10215042207a7e0c6c98f6c2
tree979e07ce8076043110c90d681c4a666821fb5ff4
parentad993a177dcbbfc003c54fd6e59ed93ef24c7f89
ExifInterface: Add ORF file parse support

A ORF file has a unique way of storing its data. This CL adds code
that checks whether a file is a ORF file format and parses the data
according to specifications.

Bug: 29409358
Change-Id: I498408a9e02dfe567c2d427b037c30b06af74d7e
api/current.txt
api/system-current.txt
api/test-current.txt
media/java/android/media/ExifInterface.java