Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ProCamera: Add CpuConsumer asynchronous mode support | Igor Murashkin | 2013-02-28 | 1 | -1/+20 |
| | | | | | | Bug: 8290146 Bug: 8291751 Change-Id: I25423a2b8a70ac7169911b1c7b482aa17190fe0f | ||||
* | camera_client: refactor Camera/ProCamera commonalities into BasicCamera | Igor Murashkin | 2013-02-26 | 1 | -129/+24 |
| | | | | Change-Id: Ie10a4094522d49683657665fe94ab0b7ccd280e9 | ||||
* | ProCamera: Fix waitForFrameBuffer not handling multiple outstanding frames | Igor Murashkin | 2013-02-22 | 1 | -8/+33 |
| | | | | | | | | | | | If the CpuConsumer triggered multiple onFrameAvailable callbacks in between a single waitForFrameBuffer call, the old code would only handle 1 callback. This meant on two subsequent waitForFrameBuffer calls the second would always timeout when two buffers were already available to be unlocked. Bug: 8238112 Change-Id: Ibefca35005ac5c408e5ada97ec4a4344a9e3e497 | ||||
* | ProCamera: add waitForFrameBuffer/waitForFrameResult blocking calls | Igor Murashkin | 2013-02-22 | 1 | -13/+97 |
| | | | | Change-Id: I851d41aeecaa15245d5b9d622132e8706d6e292c | ||||
* | ProCamera: Add getInfo for getting static metadata (and a test) | Igor Murashkin | 2013-02-22 | 1 | -5/+18 |
| | | | | Change-Id: I3b87dfbc621d98bf41f37a892a1012baf85b5166 | ||||
* | Camera: ProCamera - implement onResultReceived callback for metadata callbacks | Igor Murashkin | 2013-02-22 | 1 | -0/+18 |
| | | | | Change-Id: I46775402b007244bc383d6343a620eebbd492aad | ||||
* | Camera: ProCamera - add createStreamCpu and unit test | Igor Murashkin | 2013-02-22 | 1 | -23/+88 |
| | | | | Change-Id: I468172dbfdd78510b273bf9d119c950cbeda7ea3 | ||||
* | Camera: Change ProCamera to take IGraphicBufferProducer | Igor Murashkin | 2013-02-22 | 1 | -4/+5 |
| | | | | Change-Id: Iec62eead6d179aa5486f7719143340976bb76e7d | ||||
* | Camera: ProCamera2Client - add createStream (service is stubbed) and unit test | Igor Murashkin | 2013-02-22 | 1 | -13/+12 |
| | | | | Change-Id: I1ae7ba9b24f5883c214c19a7ed0eaf0c802d69c1 | ||||
* | Camera: ProCamera - add createStream stub and unit test for it | Igor Murashkin | 2013-02-22 | 1 | -0/+68 |
| | | | | Change-Id: Ic05130e63f4f2c0c3278ba348b192992169f105f | ||||
* | Camera: ProClient add asynchronous locks and such | Igor Murashkin | 2013-02-22 | 1 | -0/+34 |
| | | | | Change-Id: I551e5e5e76d9be733fab5224beaa7309268c0f38 | ||||
* | Camera: Add ProCamera private binder interface for an API2-light functionality | Igor Murashkin | 2013-02-22 | 1 | -0/+230 |
Change-Id: I2af7a807c99df75ea659e6e6acc9c4fca6a56274 |