OSDN Git Service

usbcamera: initial implementation of default usb camera HAL
authorZhijun He <zhijunhe@google.com>
Fri, 9 Jan 2015 01:40:00 +0000 (17:40 -0800)
committerZhijun He <zhijunhe@google.com>
Thu, 15 Jan 2015 19:21:24 +0000 (11:21 -0800)
commit046205c058ab70be78163ebcacfdc344a7f8750a
tree82534e270fd7cbcfb576459a23058c58da5f78cd
parent301591776ff1fdc6acccce3936e74f87a60f9d9d
usbcamera: initial implementation of default usb camera HAL

* Basic skeleton of usb camera hal implementation
* Vendor tag is not supported yet
* Further usb camera hal implementation can be filled into UsbCamera.cpp
* Hot plug thread need to be implemented

Change-Id: Ida63b6d640e32192f5b60a280d9d5106d80e523f
14 files changed:
modules/Android.mk
modules/usbcamera/Android.mk [new file with mode: 0644]
modules/usbcamera/Camera.cpp [new file with mode: 0644]
modules/usbcamera/Camera.h [new file with mode: 0644]
modules/usbcamera/CameraHAL.cpp [new file with mode: 0644]
modules/usbcamera/CameraHAL.h [new file with mode: 0644]
modules/usbcamera/HotplugThread.cpp [new file with mode: 0644]
modules/usbcamera/HotplugThread.h [new file with mode: 0644]
modules/usbcamera/Metadata.cpp [new file with mode: 0644]
modules/usbcamera/Metadata.h [new file with mode: 0644]
modules/usbcamera/Stream.cpp [new file with mode: 0644]
modules/usbcamera/Stream.h [new file with mode: 0644]
modules/usbcamera/UsbCamera.cpp [new file with mode: 0644]
modules/usbcamera/UsbCamera.h [new file with mode: 0644]