OSDN Git Service

Camera2 Tests: Add multiple stream tests
authorZhijun He <zhijunhe@google.com>
Wed, 14 Aug 2013 00:36:17 +0000 (17:36 -0700)
committerZhijun He <zhijunhe@google.com>
Mon, 19 Aug 2013 19:43:19 +0000 (12:43 -0700)
commit8ef0144a52df7edfb754efce597e078bc185c57d
tree30a69f82d12626cd4d0c59e6b26fa3932ef8166a
parent299e43c186a9c8a6611d8c5f61d158436948afe5
Camera2 Tests: Add multiple stream tests

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
tests/camera2/Android.mk
tests/camera2/CameraMultiStreamTests.cpp [new file with mode: 0644]
tests/camera2/CameraStreamFixture.h
tests/camera2/camera2.cpp
tests/camera2/camera2_utils.cpp