summaryrefslogtreecommitdiffstats
path: root/tests/camera2/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove out-of-date camera2 native tests.Ruben Brunk2015-07-101-1/+0
| | | | | Bug: 22410279 Change-Id: Ib4a39306115e05b8e430bdc8456ad940b3426a8e
* Fix build in C++11 modeBernhard Rosenkränzer2014-12-121-1/+0
| | | | | | | | | | | | 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>
* Use an older C++ standard.Dan Albert2014-11-201-1/+1
| | | | Bug: 18466763 Change-Id: Ibea0eb2617f13bacca0a662fe4ca88fc8a168cd7
* am 9f497870: Merge "Don\'t manually link stlport."Dan Albert2014-09-261-8/+0
|\ | | | | | | | | * commit '9f4978701783942e836aeab526727458e9cb1492': Don't manually link stlport.
| * Don't manually link stlport.Dan Albert2014-09-261-8/+0
| | | | | | | | Change-Id: Ib5a6e31b3a6dea39b45727a49356fa2838ea77bc
* | Camera2: Build both 32 and 64 bit test binariesZhijun He2014-05-301-0/+3
|/ | | | Change-Id: I6efd201a52bb546efa59ff0a5178a25a040654b4
* Camera2 Tests: Add multiple stream testsZhijun He2013-08-191-0/+1
| | | | | | | | | | | 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
* Merge "Update the test output path." into jb-mr2-devYu Shan Emily Lau2013-04-151-1/+1
|\
| * Update the test output path.Yu Shan Emily Lau2013-04-121-1/+1
| | | | | | | | | | | | | | In order for the automated test to pick up the test. The output must be in /data/nativetest. Change-Id: I453805a1d186fec014e34b3d37a1e8bc62b2a5ac
* | Add liblogYing Wang2013-04-091-0/+1
|/ | | | | Bug: 8580410 Change-Id: I24645233148f70c57d2f2b3a46952cb2a1aea9ba
* Tests: Camera: Refactor CameraMetadata into frameworks/avIgor Murashkin2013-02-211-0/+2
| | | | Change-Id: Ibc2917a18163f07b5e37eb83abb3d1ef919a5766
* Camera2: Tests: Add CLI arguments for disabling forking and changing camera IDIgor Murashkin2012-12-181-0/+1
| | | | Change-Id: I0adfda42e861d7e5a85801f7e0c3f0b3950b6e0e
* Camera2: Add a test for bursting 10 frames at a time /w manual exp controlsIgor Murashkin2012-12-101-0/+1
| | | | Change-Id: Idc1a3ebb26d0e189a543435f7f9be5f6376963d6
* Camera2: Tests -- Fork each test before executing itIgor Murashkin2012-11-271-0/+4
| | | | | | | 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
* Camera2: Automated tests for testing HAL2.0 interfaceIgor Murashkin2012-11-061-4/+13
| | | | Change-Id: I1f1afd5afc346d5493d5019af35c3026efcf19b5
* Update ANativeWindow clients for syncJamie Gennis2012-06-181-0/+1
| | | | | | | This change updates uses of ANativeWindow to use the new ANW functions that accept and return Sync HAL fence file descriptors. Change-Id: I8ea699ba0a9b5c4b4316f9428cbd565976899991
* Camera2: Add JPEG capture test.Eino-Ville Talvala2012-06-131-1/+2
| | | | | Bug: 6243944 Change-Id: Ifdf16f34b13df1e5bfe501eb7e6083862c71240a
* Substantial cleanup of camera2 HAL, and some initial unit testsEino-Ville Talvala2012-05-081-3/+5
| | | | | | | | | | | | | | | | | | | | | | - 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
* Revise camera HAL 2, and add unit test skeleton.Eino-Ville Talvala2012-04-111-0/+27
- 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