Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the camera package name in the camera tests. | Yu Shan Emily Lau | 2010-03-29 | 6 | -11/+11 |
| | | | | Change-Id: I7e82f9c8c3ea2273d24bfd45fedfe7f912d4f430 | ||||
* | Camera should have the com.android.camera package name. | Romain Guy | 2010-03-10 | 7 | -16/+16 |
| | | | | | | Related to bug #2464545 Change-Id: I08f5cce5b0df623fc62683bd9c9d4a1aa0694240 | ||||
* | Merge "Make camera tests use the same key as camera." | Chih-Chung Chang | 2010-03-08 | 1 | -1/+0 |
|\ | |||||
| * | Make camera tests use the same key as camera. | Chih-Chung Chang | 2010-03-08 | 1 | -1/+0 |
| | | | | | | | | Change-Id: I7fd208bd47bf54ec83a59b1c877930b1dbd3c127 | ||||
* | | Unbundle: change camera package name. | Chih-Chung Chang | 2010-03-08 | 7 | -17/+17 |
|/ | | | | Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc | ||||
* | Revert "Unbundle: change package name to com.google.android.camera" | Chih-Chung Chang | 2010-03-08 | 7 | -17/+17 |
| | | | | This reverts commit 1ace47c7352d65b10361863316b5748b4f3e0689. | ||||
* | Unbundle: change package name to com.google.android.camera | Chih-Chung Chang | 2010-03-05 | 7 | -17/+17 |
| | |||||
* | Remove unused code. | Chih-Chung Chang | 2010-03-05 | 1 | -146/+0 |
| | |||||
* | am 3cd9af7e: am 499e3b0a: Modify the camera lantency report tag so that it ↵ | Yu Shan Emily Lau | 2010-01-28 | 1 | -11/+10 |
|\ | | | | | | | | | | | | | | | | | is easier to publish to the dashboard. Merge commit '3cd9af7e1a83b15994537e54f45f8453ae5eaa9a' * commit '3cd9af7e1a83b15994537e54f45f8453ae5eaa9a': Modify the camera lantency report tag so that it is easier to publish to the dashboard. | ||||
| * | Modify the camera lantency report tag so that it is easier to publish to the ↵ | Yu Shan Emily Lau | 2010-01-25 | 1 | -11/+10 |
| | | | | | | | | dashboard. | ||||
* | | am 5e4deaf0: Merge change I94d56d71 into eclair | Yu Shan Emily Lau | 2009-12-01 | 1 | -18/+35 |
|\ \ | |/ | | | | | | | | | | | Merge commit '5e4deaf0aaf218d1c6ccf5f86ee7ca38bafa5c45' into eclair-mr2 * commit '5e4deaf0aaf218d1c6ccf5f86ee7ca38bafa5c45': Split the startup measurment into two parts. | ||||
| * | Split the startup measurment into two parts. | Yu Shan Emily Lau | 2009-11-23 | 1 | -18/+35 |
| | | | | | | | | | | 1) The first startup time 2) The average of the rest of the iterations ( ie. 19) | ||||
* | | am 56e1db46: Trun on the log to see what causing the failure | Yu Shan Emily Lau | 2009-11-16 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | | | Merge commit '56e1db465a1726f2dd0e0b4ad0624c14b797d313' into eclair-mr2 * commit '56e1db465a1726f2dd0e0b4ad0624c14b797d313': Trun on the log to see what causing the failure | ||||
| * | Trun on the log to see what causing the failure | Yu Shan Emily Lau | 2009-11-16 | 1 | -0/+1 |
| | | |||||
* | | am 154d112a: Increse the wait time for image capture. | Yu Shan Emily Lau | 2009-11-16 | 1 | -2/+3 |
|\ \ | |/ | | | | | | | | | | | Merge commit '154d112a5ac848e986ed9c13f97b195f004bc151' into eclair-mr2 * commit '154d112a5ac848e986ed9c13f97b195f004bc151': Increse the wait time for image capture. | ||||
| * | Increse the wait time for image capture. | Yu Shan Emily Lau | 2009-11-16 | 1 | -2/+3 |
| | | |||||
* | | am 5a717676: Re-submit the change and make sure the test target can pick it up. | Yu Shan Emily Lau | 2009-11-13 | 1 | -1/+2 |
|\ \ | |/ | | | | | | | | | | | Merge commit '5a717676643985dcd40f9fbf29558c2ec99509c2' into eclair-mr2 * commit '5a717676643985dcd40f9fbf29558c2ec99509c2': Re-submit the change and make sure the test target can pick it up. | ||||
| * | Re-submit the change and make sure the test target can pick it up. | Yu Shan Emily Lau | 2009-11-13 | 1 | -1/+2 |
| | | |||||
* | | am 9324f11a: Add postview callback to know when the captured image is shown. ↵ | Wu-cheng Li | 2009-11-11 | 1 | -27/+27 |
|\ \ | |/ | | | | | | | | | | | | | | | b2237074 Merge commit '9324f11afe9366cd5479828a214dc8de8696a5ab' into eclair-mr2 * commit '9324f11afe9366cd5479828a214dc8de8696a5ab': Add postview callback to know when the captured image is shown. b2237074 | ||||
| * | Add postview callback to know when the captured image is shown. b2237074 | Wu-cheng Li | 2009-11-12 | 1 | -27/+27 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | am f8fb435d: Changed the tag name. | Yu Shan Emily Lau | 2009-11-09 | 1 | -3/+4 |
|\ \ | |/ | | | | | | | | | | | Merge commit 'f8fb435dc77fbe364013ca8274ce6e84cd44b737' into eclair-mr2 * commit 'f8fb435dc77fbe364013ca8274ce6e84cd44b737': Changed the tag name. | ||||
| * | Changed the tag name. | Yu Shan Emily Lau | 2009-11-09 | 1 | -3/+4 |
| | | |||||
* | | Remove unused code in Camera app. | Owen Lin | 2009-10-29 | 1 | -89/+0 |
| | | | | | | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82 | ||||
* | | am 7c176f50: Insert the wait time before collecting the last memory usage ↵ | Yu Shan Emily Lau | 2009-10-19 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | | | | | | | | | for image capture. Merge commit '7c176f507491ec32166417d87caf27e2766df91f' into eclair-mr2 * commit '7c176f507491ec32166417d87caf27e2766df91f': Insert the wait time before collecting the last memory usage for image capture. | ||||
| * | Insert the wait time before collecting the last memory usage for image capture. | Yu Shan Emily Lau | 2009-10-15 | 1 | -0/+2 |
| | | |||||
* | | Utilize group id to request & cancel thumbnail requests. | Ray Chen | 2009-10-06 | 1 | -4/+4 |
|/ | |||||
* | Modified the test cases name to be more meaningful. | Yu Shan Emily Lau | 2009-09-25 | 1 | -3/+3 |
| | |||||
* | Fixed the switching mode test case. Send out the intent instead of sending ↵ | Yu Shan Emily Lau | 2009-09-24 | 1 | -7/+9 |
| | | | | the raw menu key event. | ||||
* | Add the power measurment test case for image capture and video capture. | Yu Shan Emily Lau | 2009-09-22 | 1 | -0/+118 |
| | |||||
* | Start the intent in order to switch to video capture mode. | Yu Shan Emily Lau | 2009-09-18 | 1 | -0/+1 |
| | |||||
* | modified: tests/src/com/android/camera/stress/ImageCapture.java | Yu Shan Emily Lau | 2009-09-16 | 1 | -3/+4 |
| | | | | Modify the test for the new UI. | ||||
* | Change Cancelable to method call directly. | Chih-Chung Chang | 2009-09-04 | 1 | -232/+0 |
| | | | | Change-Id: Id4396646e82593d9a40b3552dd2c6cd8146b29eb | ||||
* | Remove trailing spaces. | Owen Lin | 2009-09-02 | 1 | -4/+4 |
| | | | | Change-Id: I80feb1b58c148b35b2666ef08d4b13d5aa0608b2 | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-08-27 | 1 | -26/+0 |
| | | | | Change-Id: I15624339790bffb078238c5a5870779dc4aa1b78 | ||||
* | Create ImageListParam as a spec for creating image lists. | Chih-Chung Chang | 2009-08-26 | 2 | -10/+6 |
| | | | | | | Also merge deactivate() and close(). Change-Id: Idc76eda25bfcefab949e46412dca366228b3f437 | ||||
* | Defer bitmap rotation until it's drawn on ImageView. | Ray Chen | 2009-07-29 | 2 | -2/+11 |
| | |||||
* | Fix http://b/1991523 by limiting the size of a bitmap when we decode a full ↵ | Chih-Chung Chang | 2009-07-27 | 1 | -7/+2 |
| | | | | | | image. computeSampleSize() now accepts not only targetWidthOrHeight but also the size of a bitmap. | ||||
* | Remove unused code. | Chih-Chung Chang | 2009-07-24 | 1 | -304/+0 |
| | |||||
* | Simplify ImageGetter. | Chih-Chung Chang | 2009-07-24 | 1 | -0/+5 |
| | |||||
* | Capture individual camera and video startup time and output to a text file. | Yu Shan Emily Lau | 2009-07-16 | 1 | -6/+20 |
| | |||||
* | Set bitmaps for full size images as being purgeable in viewing and reviewing ↵ | Wei-Ta Chen | 2009-07-09 | 1 | -1/+3 |
| | | | | | | | images. We increase the resolution of full size images to 2048x1536 for achieving better zoom-in quality. Also the delay between decoding a thumbnail and decoding a full size image is set to 1000 msecs. | ||||
* | Added the memory measurement of the mediaserver in the camera image capture ↵ | Yu Shan Emily Lau | 2009-07-06 | 1 | -4/+132 |
| | | | | and video capture test cases. | ||||
* | Change camera latency time variables to non-static. | Chih-Chung Chang | 2009-07-03 | 1 | -5/+6 |
| | |||||
* | Export the camera latency output into the output text file. | Yu Shan Emily Lau | 2009-06-22 | 1 | -2/+24 |
| | |||||
* | Add the run count to the output file and save to the sdcard. | Yu Shan Emily Lau | 2009-06-16 | 2 | -0/+34 |
| | |||||
* | Added the cameraStartup measurement test case. | Yu Shan Emily Lau | 2009-06-16 | 3 | -8/+160 |
| | | | | Modified the ImageCatpure stress test and capture the output to a log file. | ||||
* | fix bug 1909589 and 1903635. I think the cause root is that the LruCache is not | Owen Lin | 2009-06-11 | 1 | -0/+37 |
| | | | | thread safe. I change it to thread safe and add a test for this. | ||||
* | Merge change 3377 into donut | Android (Google) Code Review | 2009-06-10 | 1 | -1/+12 |
|\ | | | | | | | | | * changes: Fix the unittests due to the change of code. | ||||
| * | Fix the unittests due to the change of code. | Owen Lin | 2009-06-05 | 1 | -1/+12 |
| | | |||||
* | | Merge change 3393 into donut | Android (Google) Code Review | 2009-06-08 | 1 | -0/+37 |
|\ \ | | | | | | | | | | | | | * changes: Use a week reference to trace all the items which are in used. By doing so, we can make sure there are only item of the given key in the system. |