Igor Murashkin
d6d65154e5
camera2: Refactor CameraMetadata.Key out into 3 key classes
...
Before:
* CameraMetadata.Key<T>
After:
* CameraCharacteristics.Key<T>
* CaptureResult.Key<T>
* CaptureRequest.Key<T>
CameraMetadata#get has been removed (each metadata subclass has
its own #get now) due to java generic limitations (in particular
a type bound <T1<T2> extends Key<T2>> is an illegal bound).
CameraMetadataNative gets a new #dumpToLog function to dump the native
metadata to logcat.
Bug: 15091017
Change-Id: Ic56c54c0d184e209e20de374dc8a6d79527c209f
2014-05-23 11:55:29 -07:00
..
2014-05-21 15:14:02 -07:00
2014-03-19 14:13:27 +00:00
2014-04-16 10:43:48 -07:00
2014-05-23 11:55:29 -07:00
2014-05-21 16:37:59 -07:00
2014-05-21 16:37:59 -07:00
2014-04-23 17:05:41 -07:00
2014-02-27 09:59:02 -08:00
2014-05-20 11:33:35 -07:00
2014-05-16 15:50:42 -07:00
2014-05-06 17:24:26 -07:00
2014-05-16 15:50:42 -07:00
2014-05-16 15:50:42 -07:00
2014-03-27 12:30:42 +00:00
2014-04-16 10:43:48 -07:00
2014-03-27 12:30:42 +00:00
2014-03-06 14:18:44 -08:00
2014-05-21 21:04:20 -07:00
2014-05-21 21:04:20 -07:00
2014-05-21 21:04:20 -07:00
2014-05-21 21:04:20 -07:00
2014-05-21 21:04:20 -07:00
2014-05-21 21:04:20 -07:00
2014-05-21 21:04:20 -07:00
2014-05-21 21:04:20 -07:00
2014-04-16 10:43:48 -07:00
2014-05-07 02:27:21 +00:00
2014-03-27 12:30:42 +00:00
2014-03-27 12:30:42 +00:00
2014-03-27 12:30:42 +00:00
2014-03-27 12:30:42 +00:00
2014-03-25 12:09:56 -07:00
2014-05-15 13:32:29 -07:00
2014-04-08 16:17:51 -07:00
2014-03-27 12:30:42 +00:00
2014-04-24 22:17:11 +00:00
2014-03-25 12:09:56 -07:00
2014-05-15 09:54:01 -07:00
2014-04-14 13:17:25 -07:00
2014-05-06 21:07:19 -04:00
2014-04-14 13:17:25 -07:00
2014-04-28 14:33:40 -07:00
2014-04-28 14:33:40 -07:00
2014-05-16 00:37:29 +00:00
2014-05-16 13:28:33 -07:00
2014-05-06 21:07:19 -04:00
2014-05-06 11:34:06 -07:00
2014-05-06 21:07:19 -04:00
2014-05-21 13:50:29 -07:00
2014-05-22 06:08:56 +00:00
2014-05-22 06:08:56 +00:00
2014-04-10 10:38:31 +01:00
2014-05-01 10:11:57 +00:00
2014-05-09 15:28:54 -07:00
2014-05-12 16:42:02 -07:00
2014-03-04 09:59:30 -08:00