summaryrefslogtreecommitdiffstats
path: root/tests/Camera2Tests
Commit message (Collapse)AuthorAgeFilesLines
* Camera2: Final API revisionsEino-Ville Talvala2014-09-052-11/+11
| | | | | | | | | - Rename listeners to callbacks. Listeners are single-method and are interfaces, while callbacks are abstract may get more methods in the future. - Use register/unregister for registering callbacks, not add/remove. Bug: 17389922 Change-Id: Ic6b46ad79cb43a43a85e2a4b63f059d3af99798b
* Camera2: Hide all the deprecated methods and interfacesEino-Ville Talvala2014-07-062-6/+16
| | | | | | Leave them in for now until bundled clients complete updating Change-Id: Ibd0fc971258ce6b649000c48dd7a6716f1ab91d4
* Add CameraToo, a sample point-and-shoot camera appSol Boucher2014-06-117-0/+759
| | | | | | It demonstrates basic use of the features of the new Camera2 API. Change-Id: I593bc682e5c6203754e9a3ee9a78efbd1b208513
* camera2: Add partial results to the capture listener (API change)Igor Murashkin2014-05-271-1/+2
| | | | | | | * Also adds capture sequence aborted callback Bug: 12492876 Change-Id: I56ec8edbcda8b64c2262ff7472961ac78042c7f4
* Tabs -> spaces in frameworks/base.John Spurlock2014-02-251-1/+1
| | | | Change-Id: I5a84e8e93ac99b5ed0212b37bf66efa5e53864be
* Add "throws IOException" to MediaCodec factory methodsAndy Hung2014-01-163-5/+27
| | | | | | | | | | | | android.media.MediaCodec (createByCodecName|createDecoderByType|createEncoderByType) now explicitly throws IOException. Requires changes to existing code for declaration compatibility. Bug: 11364276 Change-Id: I105ecb7c4bd49bf803111253cd23bab161c988f9 Signed-off-by: Andy Hung <hunga@google.com>
* Revert "Add "throws IOException" to MediaCodec constructors (3)"Andy Hung2013-11-073-27/+5
| | | | | | This reverts commit 52d8aa79a31c5042d2b43d06f08fa28489b27d1b. Change-Id: Ic706e0fb469931664499d00fa3a221726b258673
* Add "throws IOException" to MediaCodec constructors (3)Andy Hung2013-11-053-5/+27
| | | | | | | | | | | | Change to add "throws IOException" to android.media.MediaCodec (createByCodecName|createDecoderByType|createEncoderByType). The exception was previously thrown through the native JNI, but not explicitly declared. Requires changes to existing code for declaration compatibility. Bug: 11364276 Change-Id: Ia0d3481397285cb1503bedde37d4651934b3a481 Signed-off-by: Andy Hung <hunga@google.com>
* SmartCamera: Fix to build against latest camera2 apiIgor Murashkin2013-10-153-7/+9
| | | | | Bug: 10818732 Change-Id: I536021b9663331532e2f4c21a4fc0f3de5da9aa9
* Camera2Tests: update SmartCamera for async apiIgor Murashkin2013-10-152-10/+20
| | | | Change-Id: I6eb541c96ee50756c35e7785fdae63e8e45e2726
* Camera2Tests: Add SmartCamera AppBenjamin Hendricks2013-10-15148-0/+20290
| | | | | Bug: 10818732 Change-Id: I6ac08ecab3a1e04116be2f7764d0d5d4f29c5cd9
* Camera2Tests: create new directory for manual camera2 test appsIgor Murashkin2013-09-181-0/+1
Bug: 10818732 Change-Id: Idbc7e370d43a95e8f647541ab1e20071c212382d