summaryrefslogtreecommitdiffstats
path: root/tests/camera2/CameraModuleTests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Camera2 Test: Skip CameraModuleTest for HAL V1 devicesZhijun He2013-10-281-4/+15
| | | | | Bug: 10971907 Change-Id: Ia3aa0e370d7eb5de6bb1fb7ff48a71ea5605fa17
* Camera2 Test: Fix module and burst test issuesZhijun He2013-09-191-7/+11
| | | | | Bug: 10388724 Change-Id: Idc404cf8a7a96c00941aa8f1880734a236cb3737
* Camera2 Tests: fix some sanity checksZhijun He2013-09-171-3/+1
| | | | | | | | Remove the requirement of HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED and make and fix some minor issues. Bug: 10388724 Change-Id: I18f0ea60f87902d6c2bbaca53957a91953866c40
* Camera2 tests: Update paths to camera serviceEino-Ville Talvala2013-07-291-2/+2
| | | | Change-Id: Ic50ea977194073e3768c22a5f21eb15f430fa2f5
* Enable native HAL tests to work for camera3 devicesEino-Ville Talvala2013-06-271-11/+4
| | | | Change-Id: Ie11270cc8cf301ec94795b595f0517ee3bad2817
* Camera2: Tests: ModuleTests should not return OK for bad indicesIgor Murashkin2012-12-201-8/+9
| | | | Change-Id: Ia7a199d091edb4054dcd2d7164e57b3b653c5a64
* Camera2: Tests: Ignore V1 device initialization failures.Igor Murashkin2012-12-201-2/+25
| | | | | | This allows CameraModuleTests.LoadModule and GetCameraInfo to pass. Change-Id: Id6e38afc6d9c5d45933d3117c7895775a30ee679
* Camera2: Tests: Release streams after HAL is unloadedIgor Murashkin2012-12-201-0/+9
| | | | | | | | | | This fixes a segfault in the HAL where it was trying to write to a locked buffer that disappeared from underneath it. Any users of CameraModuleFixture should now call SetUp/TearDown explicitly. Other classes remain unchanged until we need a custom TearDown order for them. Change-Id: I9aa8c2d86492a76f2c01c1ad4cbe0cf91e5c7916
* Camera2: Tests -- Fork each test before executing itIgor Murashkin2012-11-271-26/+12
| | | | | | | 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-0/+120
Change-Id: I1f1afd5afc346d5493d5019af35c3026efcf19b5