OSDN Git Service

modules: camera: add get_camera_info support
authorAlex Ray <aray@google.com>
Tue, 28 May 2013 22:52:47 +0000 (15:52 -0700)
committerAlex Ray <aray@google.com>
Fri, 28 Jun 2013 20:52:50 +0000 (13:52 -0700)
commitb0be1039c136f85778dffaf761af3d09907e21aa
tree1c67e347c2bfcb7cf056dad64953821982bc89f9
parent6a96df3b335f8fc1b514fdcf95e8ded350fcf2b5
modules: camera: add get_camera_info support

Basic static metadata statically constructed from preprocessor passes
over an array of camera metadata tags.

Change-Id: I16ea9f4d68120d5a0bc010a4a67b0cbcd761329e
modules/camera/Android.mk
modules/camera/Camera.cpp
modules/camera/Camera.h
modules/camera/CameraHAL.cpp
modules/camera/Metadata.cpp [new file with mode: 0644]
modules/camera/Metadata.h [new file with mode: 0644]