summaryrefslogtreecommitdiffstats
path: root/tests/camera2/CameraMultiStreamTests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Camera2 tests: Update for framework changesEino-Ville Talvala2015-06-091-9/+9
| | | | Change-Id: I9ac788cfe9a001ef33bdc52a9e8ba0bdcf3ded2c
* Camera: update test per interface changeYin-Chia Yeh2015-03-241-1/+2
| | | | | | | | | CameraModule does not allow for accessing raw module pointer anymore. Also cleanup some warnings. Bug: 19897963 Change-Id: I111cc093f09f5fb3c4b13693d5d0687e1f441058
* Camera: Fix tests per camera service interface changeYin-Chia Yeh2015-03-161-1/+1
| | | | | | | Also clarify rotation field has no meaning and will always be 0 for a input stream. Change-Id: I0f4343a0bfa7bf09ba887c78a1da1c08daa35333
* Camera tests: Adjust for framework device interface changesEino-Ville Talvala2015-03-091-1/+1
| | | | | | Account for requirement to pass in dataspace in stream creation. Change-Id: Ibc5af912ef4a55b787c70843fc82422977a02c0b
* am 4f1fe2f5: Merge "Fix build in C++11 mode"Dan Albert2014-12-171-3/+3
|\ | | | | | | | | * commit '4f1fe2f59889d88ed026596c1841043db7edbc6f': Fix build in C++11 mode
| * Fix build in C++11 modeBernhard Rosenkränzer2014-12-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Camera2/3 HAL test: cleanup deprecated keysYin-Chia Yeh2014-11-061-24/+47
|/ | | | | Bug:16877860 Change-Id: I1eddec02cefa39692f63cc54cc40b75f449516a7
* Camera2/3 HAL test: Update tet according createStream changeZhijun He2014-08-101-1/+1
| | | | | Bug: 14327010 Change-Id: I45d2ab4859ee0cc9273e579254f0569108c748f1
* Camera2/3 Test: cleanup the testZhijun He2014-08-071-1/+2
| | | | | | | | 1. Fix the HAL version check 2. Disable some test temporarily as the deprecated tags were used. Bug: 16855498 Change-Id: I9f9dc285a1085b471d03c5a900cc44dd2a7480c3
* Camera2: Tests: 64-bit warning fixitSasha Levitskiy2014-04-211-6/+7
| | | | | Change-Id: Idb761d2bfd8f07838a194f986f7c0a06429f4049 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Camera2 test: fix build break due to change in camera service.Jianing Wei2014-04-101-1/+3
| | | | Change-Id: If8785df9209c83ccd1454b89b46d5e885f897cae
* Remove deprecated BufferQueue constructorDan Stoza2014-04-071-3/+5
| | | | | Bug: 13415624 Change-Id: Ia2ed4b5bc7289f8d8ab6e6a431746b43c81842bc
* Camera2 Test: fix test criteria for exposure timeGaurav Batra2014-03-281-6/+9
| | | | | | Add some tolerance while testing requested exposure times against capture times. Change-Id: I609e7819cde8ee466e152775781a6542e6686ded
* Camera2 Test: skip some tests for limited hardware levelZhijun He2013-09-231-0/+17
| | | | | Bug: 10388724 Change-Id: Ifd13f72f1b7ff78cf50dc1c238f17c4b4e90d9b0
* Camera2 Test: check the right result metadataZhijun He2013-09-121-71/+86
| | | | | | | We need check the right result metadata by looking for the right request id. Bug: 10710768 Change-Id: I1e946f82e569fa6afc5067552c3f850ffffbf698
* Camera2 Tests: Fix stream id typesZhijun He2013-09-061-3/+3
| | | | | Bug: 10604704 Change-Id: I5edddb1011d6744225c59f44bd6df8ae4234d336
* Camera2 Tests: Add multiple stream testsZhijun He2013-08-191-0/+651
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