summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/camera3/Camera3InputStream.h
Commit message (Collapse)AuthorAgeFilesLines
* Camera: Rename new API to camera2, rearrange camera serviceEino-Ville Talvala2013-07-301-88/+0
| | | | | | | | | | | - Support API rename from photography to camera2 - Reorganize camera service files - API support files to api1/, api2/, api_pro/ - HAL device support files into device{1,2,3}/ - Common files into common/ - Camera service remains at top-level Change-Id: Ie474c12536f543832fba0a2dc936ac4fd39fe6a9
* Camera3: Refactor stream code to be DRYIgor Murashkin2013-05-101-12/+11
| | | | | Bug: 8851039 Change-Id: Iaac2926bfa25dd6e9db8b307765d4fe709b88d21
* Camera3: Add input stream supportIgor Murashkin2013-04-261-3/+22
| | | | | | | | - Untested with actual CAMERA3_STREAM_INPUT streams. Bug: 8629088 Change-Id: Ia0c21ef0a2c951e401ea8babd15d3cceb4bb25a1
* Camera: Add streams to camera3 HAL deviceEino-Ville Talvala2013-03-271-0/+70
- Generic stream interface - Functional output stream - Skeleton input/zsl stream Change-Id: I143794eac1a2217031d62b51912662fc6d1db900