summaryrefslogtreecommitdiffstats
path: root/tests/camera2
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Camera2 tests: Fix incorrect error code check" into mnc-devEino-Ville Talvala2015-07-111-1/+1
|\
| * Camera2 tests: Fix incorrect error code checkEino-Ville Talvala2015-07-101-1/+1
| | | | | | | | | | Bug: 22410279 Change-Id: Iad74e90d148908aafd39878608c10fe03c689b8a
* | Remove out-of-date camera2 native tests.Ruben Brunk2015-07-102-873/+0
|/ | | | | Bug: 22410279 Change-Id: Ib4a39306115e05b8e430bdc8456ad940b3426a8e
* Camera2 tests: Update for framework changesEino-Ville Talvala2015-06-092-13/+13
| | | | Change-Id: I9ac788cfe9a001ef33bdc52a9e8ba0bdcf3ded2c
* Camera: update test per interface changeYin-Chia Yeh2015-03-245-9/+9
| | | | | | | | | 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-162-1/+2
| | | | | | | 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-092-1/+2
| | | | | | Account for requirement to pass in dataspace in stream creation. Change-Id: Ibc5af912ef4a55b787c70843fc82422977a02c0b
* Replace/rename old HAL graphics formatsEino-Ville Talvala2015-03-063-9/+9
| | | | | | | - Replace RAW_SENSOR with RAW16 - Remove sRGB formats Change-Id: Ic5c44878c638c3d3559495ea5685e10fcc2c39e1
* Camera: modify test per framework interface changeYin-Chia Yeh2015-02-034-18/+18
| | | | | | | Wrap camera_module_t by CameraModule to follow framework interface change. Change-Id: Ief423a1571cf06c7ef80b98b403a33969baf95f6
* am 4f1fe2f5: Merge "Fix build in C++11 mode"Dan Albert2014-12-173-8/+7
|\ | | | | | | | | * commit '4f1fe2f59889d88ed026596c1841043db7edbc6f': Fix build in C++11 mode
| * Fix build in C++11 modeBernhard Rosenkränzer2014-12-123-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | am 58afe329: Merge "Use an older C++ standard."Dan Albert2014-11-201-1/+1
|\ \ | |/ | | | | | | * commit '58afe329533dc60618186f414d945829706ed772': Use an older C++ standard.
| * 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.
* | \ am e0e834e3: Merge "Add a BufferItem parameter to onFrameAvailable" into ↵Dan Stoza2014-11-073-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | lmp-mr1-dev * commit 'e0e834e3fe5561bf87aac7f88faaed39f0937a64': Add a BufferItem parameter to onFrameAvailable
| * \ \ Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-mr1-devDan Stoza2014-11-073-3/+3
| |\ \ \
| | * | | Add a BufferItem parameter to onFrameAvailableDan Stoza2014-11-043-3/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Passes the BufferItem for the queued buffer to the onFrameAvailable callback so the consumer can track the BufferQueue's contents. Bug: 18111837 Change-Id: If9d07229c9b586c668e5f99074e9b63b0468feb0
* | | | am 8d3acf6e: Merge "Camera2/3 HAL test: cleanup deprecated keys" into ↵Yin-Chia Yeh2014-11-075-102/+272
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | lmp-mr1-dev * commit '8d3acf6e6e58c392fcdc4913e49c6b1ded8117c8': Camera2/3 HAL test: cleanup deprecated keys
| * | | Camera2/3 HAL test: cleanup deprecated keysYin-Chia Yeh2014-11-065-102/+272
| |/ / | | | | | | | | | | | | Bug:16877860 Change-Id: I1eddec02cefa39692f63cc54cc40b75f449516a7
* | | 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/3 HAL test: Update tet according createStream changeZhijun He2014-08-102-2/+2
| | | | | | | | | | Bug: 14327010 Change-Id: I45d2ab4859ee0cc9273e579254f0569108c748f1
* | Camera2/3 Test: cleanup the testZhijun He2014-08-073-2/+6
| | | | | | | | | | | | | | | | 1. Fix the HAL version check 2. Disable some test temporarily as the deprecated tags were used. Bug: 16855498 Change-Id: I9f9dc285a1085b471d03c5a900cc44dd2a7480c3
* | Camera2: Build both 32 and 64 bit test binariesZhijun He2014-05-301-0/+3
| | | | | | | | Change-Id: I6efd201a52bb546efa59ff0a5178a25a040654b4
* | Camera2: Tests: 64-bit warning fixitSasha Levitskiy2014-04-212-14/+16
| | | | | | | | | | 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-103-7/+9
| | | | | | | | Change-Id: If8785df9209c83ccd1454b89b46d5e885f897cae
* | Remove deprecated BufferQueue constructorDan Stoza2014-04-073-15/+25
| | | | | | | | | | Bug: 13415624 Change-Id: Ia2ed4b5bc7289f8d8ab6e6a431746b43c81842bc
* | am ab140462: am 37de84bc: Merge "Camera2 Test: fix test criteria for ↵Eino-Ville Talvala2014-03-291-6/+9
|\ \ | |/ | | | | | | | | | | exposure time" * commit 'ab14046292922d1ad0df84f3231f1e8b6233b737': Camera2 Test: fix test criteria for exposure time
| * 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
* | camera3: Remove old vendor tag ops dependencies.Ruben Brunk2014-03-101-7/+0
|/ | | | | Bug: 12134423 Change-Id: I7acdf76d4c0674bdb1cc939592d4620687c785c3
* Camera2 Test: Skip CameraModuleTest for HAL V1 devicesZhijun He2013-10-281-4/+15
| | | | | Bug: 10971907 Change-Id: Ia3aa0e370d7eb5de6bb1fb7ff48a71ea5605fa17
* Camera2 Test: skip some tests for limited hardware levelZhijun He2013-09-232-1/+37
| | | | | Bug: 10388724 Change-Id: Ifd13f72f1b7ff78cf50dc1c238f17c4b4e90d9b0
* Camera2 Test: Fix module and burst test issuesZhijun He2013-09-192-17/+35
| | | | | Bug: 10388724 Change-Id: Idc404cf8a7a96c00941aa8f1880734a236cb3737
* Camera2 Tests: fix some sanity checksZhijun He2013-09-172-10/+6
| | | | | | | | Remove the requirement of HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED and make and fix some minor issues. Bug: 10388724 Change-Id: I18f0ea60f87902d6c2bbaca53957a91953866c40
* 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-063-6/+6
| | | | | Bug: 10604704 Change-Id: I5edddb1011d6744225c59f44bd6df8ae4234d336
* Camera2 Tests: Add multiple stream testsZhijun He2013-08-195-3/+655
| | | | | | | | | | | 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
* Camera2 tests: Fix a typo of a test checkZhijun He2013-08-081-1/+1
| | | | Change-Id: Ib47eba8d01e93d0c3ce2b1e8bc2ff638529e32f9
* Fix build, 2nd attemptMathias Agopian2013-08-061-6/+3
| | | | Change-Id: Iaa86a6888a5ccf784b13f4c3b2d8dc4813612155
* Fix build.Mathias Agopian2013-08-061-2/+1
| | | | Change-Id: Ibf73106f8be63cf433fafe9510c8477f74b7ac41
* Camera2 tests: Update paths to camera serviceEino-Ville Talvala2013-07-295-11/+11
| | | | Change-Id: Ic50ea977194073e3768c22a5f21eb15f430fa2f5
* Camera2Test: fix build break due to metadata changeZhijun He2013-07-181-11/+14
| | | | Change-Id: I1b81f14fe0f093a7d29d0b0facdb1886d521d256
* always pass the BufferQueue explicitely to consumersYing Wang2013-07-151-3/+6
| | | | | | to fix tests build. Change-Id: Ifec605926324683ac9b12b8ed3cbfb6ac02ec18c
* Merge "always pass the BufferQueue explicitely to consumers"Mathias Agopian2013-07-161-1/+2
|\
| * always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-121-1/+2
| | | | | | | | Change-Id: Ie13b251d6bfadd533fa045ec5d3299ee8ae752af
* | Camera tests: Add variable burst testEino-Ville Talvala2013-07-122-1/+506
|/ | | | | | | | | | | | | By default, this test runs through a range of application-set exposure, frame duration, and sensitivity values, and verifies that the duration of capture, and in some cases the brightness, match what's expected. Optionally, it can use environment variables to specify the burst parameters, and to enable dumping the captured YUV images to flash for later debugging. Change-Id: I647d360344ef3684e99c86c369e96ac82e62fc96
* Enable native HAL tests to work for camera3 devicesEino-Ville Talvala2013-06-278-47/+126
| | | | Change-Id: Ie11270cc8cf301ec94795b595f0517ee3bad2817
* Make raw tests optional, add sanity checks for format/resolutions static info.Igor Murashkin2013-04-182-1/+85
| | | | | Bug: 8654456 Change-Id: Iadd0d3c326d595dce2822a9bd3ff33ce8e8f6a36
* 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