History log of /packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
806e575a804e02ca0861c4b28a50887e54830592 03-Oct-2012 Jason Noguchi <jnoguchi@google.com> Adding accessor methods for latency vars and fixing camera latency tests.

Change-Id: I302c3010537584a8b1ce9ed31d2bdfbc6d77400b
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
d1388c708afdc08a59f2bfb29d69a5b82593977a 10-Dec-2010 Yu Shan Emily Lau <yslau@google.com> Modified the key event injection to adopt the Camera UI change.

Change-Id: Ic36c73a92ee4f0f54253f69eef5d1489659d58e4
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
2ff6c061fe55ad46b192961f27379853c20362bc 26-Nov-2010 Wu-cheng Li <wuchengli@google.com> Log the exception stack so it is easier to debug.

Also remove unnecessary assertion.
Change-Id: If7a51ecf1f884d8cc8804b79b7d6c6242ee626ed
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
559f5cf9f42c4983eaef9e6e55ff3ba7c406426a 26-Nov-2010 Wu-cheng Li <wuchengli@google.com> Remove the hard-coded package name in camera tests.

bug:3210567
Change-Id: I4bdc012bc39cb15459cdd6e03164be7d88e492d3
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
d3ccb366eee12a802d94515974545e6414a61aa8 29-Oct-2010 Yu Shan Emily Lau <yslau@google.com> Fixed the camera latency image capture test case with the new UI.

Change-Id: I483c89ad9a27b28fc1a5bf85bdabca93c2dc9ac9
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
3e2d95456def6a6d6e716af77e4708a15747d2ed 30-Apr-2010 Ray Chen <raychen@google.com> Fix issue 2622023: Clean up all hardcoded '/sdcard' in camera related codes
http://2622023

Change-Id: I10205ab378c863e2ffed460c83b0037311a6d1a1
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
e6ffea291dde5adde94bf337731213e7fd3c8c56 04-Apr-2010 Wu-cheng Li <wuchengli@google.com> Do not register OneShotPreviewCallback to reduce latency.

bug:2430326
Change-Id: I14f10f1317096966edc094fc4df8691ec20fee11
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
b76ece241964df73be366a8e4d9d7e2c8bbbf4a7 29-Mar-2010 Yu Shan Emily Lau <yslau@google.com> Update the camera package name in the camera tests.

Change-Id: I7e82f9c8c3ea2273d24bfd45fedfe7f912d4f430
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
e480f77352d670b2892a9b7b7cd503838b71ca9f 10-Mar-2010 Romain Guy <romainguy@android.com> Camera should have the com.android.camera package name.
Related to bug #2464545

Change-Id: I08f5cce5b0df623fc62683bd9c9d4a1aa0694240
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc 06-Mar-2010 Chih-Chung Chang <chihchung@google.com> Unbundle: change camera package name.

Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
e57b61d261f6e8aa502a7da195d5f9192fc55630 09-Mar-2010 Chih-Chung Chang <chihchung@google.com> Revert "Unbundle: change package name to com.google.android.camera"

This reverts commit 1ace47c7352d65b10361863316b5748b4f3e0689.
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
f744b3ff623764342719de0af4cc184db9837ea8 06-Mar-2010 Chih-Chung Chang <chihchung@google.com> Unbundle: change package name to com.google.android.camera
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
56e1db465a1726f2dd0e0b4ad0624c14b797d313 17-Nov-2009 Yu Shan Emily Lau <yslau@google.com> Trun on the log to see what causing the failure
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
154d112a5ac848e986ed9c13f97b195f004bc151 16-Nov-2009 Yu Shan Emily Lau <yslau@google.com> Increse the wait time for image capture.
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
5a717676643985dcd40f9fbf29558c2ec99509c2 13-Nov-2009 Yu Shan Emily Lau <yslau@google.com> Re-submit the change and make sure the test target can pick it up.
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
9324f11afe9366cd5479828a214dc8de8696a5ab 10-Nov-2009 Wu-cheng Li <wuchengli@google.com> Add postview callback to know when the captured image is shown. b2237074

Some platform display the captured image to the screen in postview callback.
Some do that in raw picture callback. The camera application wants to make
sure the captured image is displayed for at least 1.2 seconds. But orginally
the app does not register postview callback and always start the timer in
raw picture callback. Currently postview callback always arrives before raw
callback. Without this change, the camera app may think the captured image
is not displyed long enough and add some delay before starting preview,
which will increase the shot-to-shot latency (ex: 0.8s) unexpectedly.
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
0a28549a7e6db0307b2cb5d2df7444909fb03a48 03-Jul-2009 Chih-Chung Chang <chihchung@google.com> Change camera latency time variables to non-static.
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
8160f6f935dd6ef65554dfbaf6886f8d899911a4 23-Jun-2009 Yu Shan Emily Lau <yslau@google.com> Export the camera latency output into the output text file.
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
11cac263ec966e5a5ac751c53acb851de841c62e 03-Jun-2009 Yu Shan Emily Lau <yslau@google.com> Exposed the camera latency measurement to the test.
Added the camera latency to the StressTest runner.
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java
3ec4b6040078fc26b09defd55e3f5f9ac84aba28 13-May-2009 Ray Chen <raychen@google.com> new file: ../../../../tests/src/com/android/camera/stress/CameraLatency.java
/packages/apps/Camera/tests/src/com/android/camera/stress/CameraLatency.java