summaryrefslogtreecommitdiffstats
path: root/modules/camera/Stream.h
Commit message (Collapse)AuthorAgeFilesLines
* modules: camera: replace pthread mutex with utils'Alex Ray2013-11-121-2/+3
| | | | Change-Id: Id974e4cc743d27d59634023cfdbba545fbb64e5f
* modules: camera: dump device and stream stateAlex Ray2013-10-211-0/+3
| | | | Change-Id: Iae3badba71f13784dfdd65d6e77b20283437935a
* modules: camera: Write back stream parametersAlex Ray2013-07-031-1/+1
| | | | | | | | | | 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: Add buffer registration scaffoldAlex Ray2013-05-131-1/+11
| | | | Change-Id: Ic1d20dd7f93a0ca3cd2c3af3b33a7a9df47b5e89
* modules: camera: Add StreamsAlex Ray2013-05-031-0/+69
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