Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ProCameraTests to pass on Wolfie, disabling failing tests | Igor Murashkin | 2013-04-18 | 1 | -24/+64 |
| | | | | | | | | Note: tests fail in racy conditions, but we don't occur those conditions in practice in other consumers of ProCamera. Bug: 8654735 Change-Id: Ic73395ad564031a6b30ad99762dee59f9c35cecf | ||||
* | Update the test output path. | Yu Shan Emily Lau | 2013-04-12 | 1 | -1/+1 |
| | | | | | | | In order for the automated test to pick up the test. The output must be in /data/nativetest. Change-Id: Idc15036afb5617ac1ef67ff74ba332c5f73fe155 | ||||
* | Merge "Camera: Add hotplug support (for fixed # of cameras)" into jb-mr2-dev | Igor Murashkin | 2013-03-27 | 1 | -5/+13 |
|\ | |||||
| * | Camera: Add hotplug support (for fixed # of cameras) | Igor Murashkin | 2013-03-26 | 1 | -5/+13 |
| | | | | | | | | | | | | | | * Minor: also change addListener to fire the current status upon subscription * Minor: STATUS_AVAILABLE is now an alias for STATUS_PRESENT and deprecated Change-Id: I254608a7332095e3ef201ffea64cff156cfc1b3e | ||||
* | | ProCamera: Fix memory leak in consumeFrameMetadata | Igor Murashkin | 2013-03-27 | 1 | -0/+3 |
|/ | | | | | Bug: 8402301 Change-Id: I975990185f45bb8552712271b9ac457af08a170c | ||||
* | ProCameraTests: Minor add grey/frame count debug-only print outs | Igor Murashkin | 2013-03-18 | 1 | -0/+10 |
| | | | | Change-Id: I0f7b7f3c083a644e9bb0c2302244a5ad434e96a8 | ||||
* | (Camera)ProCamera: Remove unused functions from binder interface | Igor Murashkin | 2013-03-11 | 1 | -7/+7 |
| | | | | Change-Id: I0582268cef6e84b630bc87c8a03dcd69d54c440d | ||||
* | ProCamera: Add CpuConsumer asynchronous mode support | Igor Murashkin | 2013-02-28 | 1 | -2/+54 |
| | | | | | | Bug: 8290146 Bug: 8291751 Change-Id: I25423a2b8a70ac7169911b1c7b482aa17190fe0f | ||||
* | Camera: Drop ProCamera connections when a Camera connection happens | Igor Murashkin | 2013-02-28 | 1 | -12/+138 |
| | | | | | | | * Also adds an ICameraServiceListener with available/not available statuses Bug: 8291653 Change-Id: I24680f1a2dc109510caf451cf7c7bd180b670d84 | ||||
* | ProCameraTest: Drop frames test move processing delay between lock/unlock | Igor Murashkin | 2013-02-28 | 1 | -5/+5 |
| | | | | | | | * This makes it more likely to find races with the buffer being unlocked by itself Change-Id: I1fa7dbfb73f60664a02a35678b58bcc9b06893a2 | ||||
* | ProCamera: Fix waitForFrameBuffer not handling multiple outstanding frames | Igor Murashkin | 2013-02-22 | 1 | -2/+55 |
| | | | | | | | | | | | 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 | -9/+163 |
| | | | | Change-Id: I851d41aeecaa15245d5b9d622132e8706d6e292c | ||||
* | Camera: ProCameraTests: clean up a bit, still needs more cleanup | Igor Murashkin | 2013-02-22 | 1 | -79/+116 |
| | | | | Change-Id: Ia7e18c81002c8d98176f21553cf13cbd13cfdf5d | ||||
* | ProCamera: Add getInfo for getting static metadata (and a test) | Igor Murashkin | 2013-02-22 | 1 | -0/+30 |
| | | | | Change-Id: I3b87dfbc621d98bf41f37a892a1012baf85b5166 | ||||
* | Camera: ProCamera - implement onResultReceived callback for metadata callbacks | Igor Murashkin | 2013-02-22 | 1 | -12/+116 |
| | | | | Change-Id: I46775402b007244bc383d6343a620eebbd492aad | ||||
* | Camera: ProCameraTests - add CpuConsumer tests for dual streams | Igor Murashkin | 2013-02-22 | 1 | -2/+166 |
| | | | | Change-Id: Ia010450dc79ac2841645b8c2e1553c9ec74ee5e3 | ||||
* | Camera: ProCamera - add createStreamCpu and unit test | Igor Murashkin | 2013-02-22 | 1 | -28/+147 |
| | | | | Change-Id: I468172dbfdd78510b273bf9d119c950cbeda7ea3 | ||||
* | Camera: ProCamera2Client - add createStream (service is stubbed) and unit test | Igor Murashkin | 2013-02-22 | 1 | -8/+12 |
| | | | | Change-Id: I1ae7ba9b24f5883c214c19a7ed0eaf0c802d69c1 | ||||
* | Camera: ProCamera - add createStream stub and unit test for it | Igor Murashkin | 2013-02-22 | 1 | -1/+111 |
| | | | | Change-Id: Ic05130e63f4f2c0c3278ba348b192992169f105f | ||||
* | Camera: ProCameraTests - add asynchronous locking unit test | Igor Murashkin | 2013-02-22 | 1 | -5/+41 |
| | | | | Change-Id: Ib79eb84046c9ed898bfb086a6600265fc351924c | ||||
* | Camera: ProClient add asynchronous locks and such | Igor Murashkin | 2013-02-22 | 2 | -4/+168 |
| | | | | Change-Id: I551e5e5e76d9be733fab5224beaa7309268c0f38 | ||||
* | Camera: Add ProCamera private binder interface for an API2-light functionality | Igor Murashkin | 2013-02-22 | 2 | -0/+69 |
| | | | | Change-Id: I2af7a807c99df75ea659e6e6acc9c4fca6a56274 | ||||
* | Camera: Add unit test infrastructure for libcameraclient | Igor Murashkin | 2013-02-22 | 2 | -0/+63 |
Change-Id: I957538663ae8332d26f3640c63a75efc79f4ac5c |