summaryrefslogtreecommitdiffstats
path: root/modules/camera/Stream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix C++11 build.Dan Albert2014-11-271-5/+5
| | | | | | Not sure how this slipped past my checkbuild... Change-Id: Id238887a2a47ced387a6128a772fad3e468096be
* Switch libhardware to POSIX dprintf.Elliott Hughes2014-05-221-10/+10
| | | | | Bug: 15022164 Change-Id: Ie4c93318c2e7a947a57e16b220a6abceec59e6aa
* Camera: HAL: 64-bit warning fixit.Sasha Levitskiy2014-04-231-6/+7
| | | | | Change-Id: Iecc3e1846fbf63c51952d115e1f167cf32135b18 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* modules: camera: replace pthread mutex with utils'Alex Ray2013-11-121-17/+7
| | | | Change-Id: Id974e4cc743d27d59634023cfdbba545fbb64e5f
* modules: camera: dump device and stream stateAlex Ray2013-10-211-6/+82
| | | | Change-Id: Iae3badba71f13784dfdd65d6e77b20283437935a
* modules: camera: Update trace headers to libutilsAlex Ray2013-10-141-3/+2
| | | | | | | Now that libutils is outside of frameworks, use that for c++-style scoped tracing and remove the temporary shim header. Change-Id: I913767aed8ff70abb9299e7a7b318b24a25e23c1
* modules: camera: Write back stream parametersAlex Ray2013-07-031-0/+2
| | | | | | | | | | max_buffers and usage are read by the framework inside the struct used to pass the stream configuration parameters; scribble our new calculated values whever they are updated internally. Adds logging to stream creation method (reuse/new). Change-Id: I04e12880820571900f2ae80c27100f8aedcf9d02
* modules: camera: Fix stream type characterizationAlex Ray2013-07-031-2/+4
| | | | | | Type is now enum, not mask. Change-Id: I264da26a457957a7659154e507970e0303c76e25
* modules: camera: Add buffer registration scaffoldAlex Ray2013-05-131-6/+50
| | | | Change-Id: Ic1d20dd7f93a0ca3cd2c3af3b33a7a9df47b5e89
* modules: camera: Add StreamsAlex Ray2013-05-031-0/+129
Adds a Stream object, and configureStreams support in parsing the provided stream_array. Streams are naively setup for sync-less software painting. Change-Id: Ibbd90e3e2c7fa984dd5d2dcbd4da7bf4dad43aa1