summaryrefslogtreecommitdiffstats
path: root/camera2/portability/src/com/android/ex
Commit message (Expand)AuthorAgeFilesLines
* portability: Fix a bug where long AF callbacks caused ISE timeoutsIgor Murashkin2014-09-095-8/+144
* Merge "Log null returns from Camera.getParameters" into lmp-devAlan Newberger2014-09-091-3/+6
|\
| * Log null returns from Camera.getParametersAlan Newberger2014-08-201-3/+6
* | Merge "portability: Fix incorrect comparison between int and Integer" into lm...Igor Murashkin2014-09-051-1/+1
|\ \
| * | portability: Fix incorrect comparison between int and IntegerIgor Murashkin2014-09-051-1/+1
* | | Camera2: Renames for API consistencyEino-Ville Talvala2014-09-051-26/+26
* | | ex: Avoid exception if HDR_SCENE_MODE name changes.Ruben Brunk2014-09-031-3/+9
* | | Merge "camera2: Add HDR vendor tag for legacy mode." into lmp-devRuben Brunk2014-08-304-3/+59
|\ \ \
| * | | camera2: Add HDR vendor tag for legacy mode.Ruben Brunk2014-08-284-3/+59
| |/ /
* | | Merge "camera2-portability: Touch-to-focus accounting for effective crop" int...Igor Murashkin2014-08-296-6/+144
|\ \ \
| * | | camera2-portability: Touch-to-focus accounting for effective cropSol Boucher2014-08-296-6/+144
* | | | Add ability to reset focus and metering regions using API1.Andy Huibers2014-08-281-0/+4
* | | | camera2-portability: Allow disabling the shutter sound on API 2Sol Boucher2014-08-271-4/+11
|/ / /
* | | Merge "camera2-portability: Fix and document obscure state machine bug" into ...Sol Boucher2014-08-271-12/+15
|\ \ \
| * | | camera2-portability: Fix and document obscure state machine bugSol Boucher2014-08-271-12/+15
* | | | camera2-portability: Fix camera2 takePicture AE regressionSol Boucher2014-08-271-2/+7
|/ / /
* | | Merge "camera2-portability: Fix zoom occasionally not working" into lmp-devSol Boucher2014-08-271-3/+12
|\ \ \
| * | | camera2-portability: Fix zoom occasionally not workingSol Boucher2014-08-261-3/+12
| |/ /
* / / camera2-portability: Optimize out some camera2 AE precapturesSol Boucher2014-08-261-74/+185
|/ /
* | Merge "camera2-portability: Switch to ratio-based zoom interfaces" into lmp-devSol Boucher2014-08-238-61/+103
|\ \
| * | camera2-portability: Switch to ratio-based zoom interfacesSol Boucher2014-08-218-61/+103
| |/
* | Merge "camera2-api: Tag camera2 JPEGs with any provided location" into lmp-devSol Boucher2014-08-232-2/+30
|\ \
| * | camera2-api: Tag camera2 JPEGs with any provided locationSol Boucher2014-08-222-2/+30
| |/
* | Merge "camera2-api: Work around invalid camera2 API focus modes" into lmp-devSol Boucher2014-08-231-3/+10
|\ \
| * | camera2-api: Work around invalid camera2 API focus modesSol Boucher2014-08-221-3/+10
| |/
* / camera2-portability: Play shutter sound for camera2 capturesSol Boucher2014-08-221-1/+5
|/
* Merge "Add exception logging to CameraDeviceInfo retrieval failure" into lmp-devAlan Newberger2014-08-161-0/+1
|\
| * Add exception logging to CameraDeviceInfo retrieval failureAlan Newberger2014-08-181-0/+1
* | Merge "Consolidate parameter caching in camera1 portability agent" into lmp-devAlan Newberger2014-08-151-55/+90
|\|
| * Consolidate parameter caching in camera1 portability agentAlan Newberger2014-08-151-55/+90
* | Merge "camera2-portability: Provide preview transformation matrix" into lmp-devSol Boucher2014-08-152-16/+118
|\ \
| * | camera2-portability: Provide preview transformation matrixSol Boucher2014-08-152-16/+118
* | | Merge "camera2-portability: Make factory offer choice of backing API" into lm...Sol Boucher2014-08-154-14/+179
|\ \ \
| * | | camera2-portability: Make factory offer choice of backing APISol Boucher2014-08-154-14/+179
* | | | Merge "camera2-portability: Improve capability conversions' null-safety" into...Sol Boucher2014-08-151-6/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | camera2-portability: Improve capability conversions' null-safetySol Boucher2014-08-131-6/+14
| | |/ | |/|
* / | camera2-portability: Report correct sizes for preview and captureSol Boucher2014-08-131-7/+7
|/ /
* | Merge "Fix missing zoom fields in copy constructor of CameraCapabilities" int...Alan Newberger2014-08-071-0/+2
|\ \
| * | Fix missing zoom fields in copy constructor of CameraCapabilitiesAlan Newberger2014-08-071-0/+2
| |/
* / camera2-portability: Support photo capture using camera2 APISol Boucher2014-08-079-405/+936
|/
* add TORCH support to camera1 portability libraryAlan Newberger2014-07-301-0/+2
* camera2-portability: Add focus locks and touch-to-focus for API 2Sol Boucher2014-07-242-54/+330
* DO NOT MERGE: Fix oversight while refactoring CameraStateHolderSol Boucher2014-07-163-42/+3
* camera2-portability: Add support for previews using the camera2 APISol Boucher2014-07-0813-602/+1723
* camera2-portability: Remove Camera.CameraInfo accessorSol Boucher2014-06-203-10/+86
* Add various supports in settings and capabilities.Angus Kong2014-06-186-3/+134
* camera2-portability: Fix the rest of the 'Andorid' typoSol Boucher2014-06-181-3/+3
* camera2-portability: Rename CameraManager to CameraAgentSol Boucher2014-06-184-35/+35
* Don't pass empty list of areas.Angus Kong2014-06-181-3/+10
* Refactor out Camera.Parameters.Angus Kong2014-06-188-92/+958