OSDN Git Service

Add camera-related tests back.
authorSascha Haeberling <haeberling@google.com>
Fri, 9 Aug 2013 21:43:07 +0000 (14:43 -0700)
committerSascha Haeberling <haeberling@google.com>
Fri, 9 Aug 2013 23:02:43 +0000 (16:02 -0700)
commit1ac5817f362f6f8262bf00191e1e419996475380
tree5ebc3af5f0fdb46d03565354bee8e7e1e7c6bdf6
parent3d0b691b8f7a844093e8de9267ffa2ce16d0c5a9
Add camera-related tests back.

Change-Id: I2213618fe3b2d4ba776c5f1f94aca330a785df1a
21 files changed:
tests/Android.mk [new file with mode: 0644]
tests/AndroidManifest.xml [new file with mode: 0644]
tests/exiftool_parser/parser.py [new file with mode: 0755]
tests/res/raw/android_lawn.mp4 [new file with mode: 0644]
tests/res/raw/galaxy_nexus.jpg [new file with mode: 0755]
tests/res/raw/jpeg_control.jpg [new file with mode: 0644]
tests/res/xml/galaxy_nexus.xml [new file with mode: 0644]
tests/src/com/android/gallery3d/CameraTestRunner.java [new file with mode: 0755]
tests/src/com/android/gallery3d/StressTests.java [new file with mode: 0755]
tests/src/com/android/gallery3d/functional/CameraTest.java [new file with mode: 0644]
tests/src/com/android/gallery3d/functional/ImageCaptureIntentTest.java [new file with mode: 0644]
tests/src/com/android/gallery3d/functional/VideoCaptureIntentTest.java [new file with mode: 0644]
tests/src/com/android/gallery3d/stress/CameraLatency.java [new file with mode: 0755]
tests/src/com/android/gallery3d/stress/CameraStartUp.java [new file with mode: 0644]
tests/src/com/android/gallery3d/stress/CameraStressTestRunner.java [new file with mode: 0755]
tests/src/com/android/gallery3d/stress/ImageCapture.java [new file with mode: 0755]
tests/src/com/android/gallery3d/stress/ShotToShotLatency.java [new file with mode: 0644]
tests/src/com/android/gallery3d/stress/SwitchPreview.java [new file with mode: 0755]
tests/src/com/android/gallery3d/stress/TestUtil.java [new file with mode: 0644]
tests/src/com/android/gallery3d/stress/VideoCapture.java [new file with mode: 0755]
tests/src/com/android/gallery3d/unittest/CameraUnitTest.java [new file with mode: 0644]