| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: 22410279
Change-Id: Ib4a39306115e05b8e430bdc8456ad940b3426a8e
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix build in C++11 mode instead of reverting to C++98 mode.
(Fixes some constructs that were mistaken for C++11 literals and
a use of the std::ostream(NULL) constructor).
Building in C++98 mode causes clang to fall over conflicting definitions
of char16_t.
Change-Id: I66230eeb960f4a894d6c98fe7935ec932569c5a4
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
|
|
|
|
| |
Bug: 18466763
Change-Id: Ibea0eb2617f13bacca0a662fe4ca88fc8a168cd7
|
|\
| |
| |
| |
| | |
* commit '9f4978701783942e836aeab526727458e9cb1492':
Don't manually link stlport.
|
| |
| |
| |
| | |
Change-Id: Ib5a6e31b3a6dea39b45727a49356fa2838ea77bc
|
|/
|
|
| |
Change-Id: I6efd201a52bb546efa59ff0a5178a25a040654b4
|
|
|
|
|
|
|
|
|
|
|
| |
Add a test to test multiple stream configuration: one preview stream, one small
size YUV burst capture stream, and one large size YUV burst capture stream.
Also cleanup the code.
Bug 10325342
Change-Id: I676484cc0034055caa8f2a8788100ed34b4cefbb
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
In order for the automated test to pick up the test.
The output must be in /data/nativetest.
Change-Id: I453805a1d186fec014e34b3d37a1e8bc62b2a5ac
|
|/
|
|
|
| |
Bug: 8580410
Change-Id: I24645233148f70c57d2f2b3a46952cb2a1aea9ba
|
|
|
|
| |
Change-Id: Ibc2917a18163f07b5e37eb83abb3d1ef919a5766
|
|
|
|
| |
Change-Id: I0adfda42e861d7e5a85801f7e0c3f0b3950b6e0e
|
|
|
|
| |
Change-Id: Idc1a3ebb26d0e189a543435f7f9be5f6376963d6
|
|
|
|
|
|
|
| |
Use CAMERA2_TEST_FORKING_DISABLED=1 environment variable to override this
behavior (e.g. when wanting to attach gdb to the test app).
Change-Id: Ib639885bdb827fc2415c878cbcb1b2d84dff687b
|
|
|
|
| |
Change-Id: I1f1afd5afc346d5493d5019af35c3026efcf19b5
|
|
|
|
|
|
|
| |
This change updates uses of ANativeWindow to use the new ANW functions that
accept and return Sync HAL fence file descriptors.
Change-Id: I8ea699ba0a9b5c4b4316f9428cbd565976899991
|
|
|
|
|
| |
Bug: 6243944
Change-Id: Ifdf16f34b13df1e5bfe501eb7e6083862c71240a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Clean up const/struct usage in HAL
- Add user pointer to notify callback
- Revamp allocate_stream, now it picks its own ID.
- Much simpler stream interface
- Merged request/reprocess input queues
- Frame queue interface no longer a mirror of request queue
- Added triggers/notifications
- Added default request creation
- Lots of comments
Unit tests added:
- Lots of utility code to speed up test writing
- Basic open/close
- Capturing 1 raw buffer (request input, frame output, buffer output)
- Capturing a burst of 10 raw buffers
Bug: 6243944
Change-Id: I490bd5df81079a44c43d87b02c9a7f7ca251f531
|
|
- Add missing method in stream_ops (set_buffers_geometry)
- Remove extra method in stream_ops (set_swap_interval)
- Document metadata queue protocol
- Change metadata queue methods to be set/get through function calls
only, instead of a struct member in the HAL device ops.
- Change vendor extension tag query methods to be retrieved by a get
call, instead of a struct member in the HAL device ops.
- Add basic gtest unit test skeleton, which currently just returns
static info from all camera devices.
Change-Id: I94117097b0243023ad60638070cc7f0cefec18e6
|