OSDN Git Service

ExifInterface: Add RAF file parse support
authorJin Park <jinpark@google.com>
Tue, 5 Jul 2016 00:43:37 +0000 (09:43 +0900)
committerJin Seok Park <jinpark@google.com>
Wed, 13 Jul 2016 07:10:16 +0000 (07:10 +0000)
commitffe4efc3192d8831c8589aad6045466df7a41fd7
tree82277cbe656b6138b012f3b5865c6bcd1475dd06
parentbc0f0f43514b170edb5ba69b8e28ac14c758fc2a
ExifInterface: Add RAF file parse support

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

Bug: 29409358
Change-Id: If37d4ba8de47cdbacd524a07148ba6c14f873259
media/java/android/media/ExifInterface.java