summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/camera2
Commit message (Expand)AuthorAgeFilesLines
* am cd0d7cde: Merge "camera2: Make legacy error handling more robust." into lm...Ruben Brunk2015-02-051-14/+46
|\
| * Merge "camera2: Make legacy error handling more robust." into lmp-mr1-devRuben Brunk2015-02-051-14/+46
| |\
| | * camera2: Make legacy error handling more robust.Ruben Brunk2015-02-041-14/+46
* | | am 81c80180: Merge "Camera2: relax the EV compensation requirements" into lmp...Zhijun He2015-02-051-2/+4
|\ \ \ | |/ /
| * | Merge "Camera2: relax the EV compensation requirements" into lmp-mr1-devZhijun He2015-02-051-2/+4
| |\ \ | | |/ | |/|
| | * Camera2: relax the EV compensation requirementsZhijun He2015-02-041-2/+4
* | | am 6999ef34: camera2: limit flexYUV array size in DngCreator automerge: fdb2112Lajos Molnar2015-02-031-3/+3
|\ \ \ | |/ /
| * | camera2: limit flexYUV array size in DngCreatorLajos Molnar2015-02-031-3/+3
| |/
* | am 06b1014c: Merge "Camera2 legacy: Do not advertise NV21 support." into lmp-...Eino-Ville Talvala2015-01-282-7/+7
|\ \ | |/
| * Camera2 legacy: Do not advertise NV21 support.Eino-Ville Talvala2015-01-282-7/+7
* | Merge "Camera2: StreamConfigurationMap#isOutputSupportedFor(Surface)" into lm...Eino-Ville Talvala2015-01-233-28/+86
|\ \ | |/
| * Camera2: StreamConfigurationMap#isOutputSupportedFor(Surface)Eino-Ville Talvala2015-01-213-28/+86
* | am e02fe5af: am c46d2a2d: Merge "camera2: Clarify the documentation on the Im...Narayan Kamath2015-01-071-1/+1
|\ \ | |/ |/|
| * camera2: Clarify the documentation on the ImageReader usecaseMartin Storsjo2015-01-071-1/+1
* | Camera: doc update for color aberration modesYin-Chia Yeh2015-01-061-4/+3
* | camera2: Fix LEGACY YUV production and orientation.Ruben Brunk2014-12-111-20/+80
* | Merge "Camera2: Allow rendering to arbitrary surface sizes in LEGACY mode." i...Ruben Brunk2014-12-094-81/+137
|\ \
| * | Camera2: Allow rendering to arbitrary surface sizes in LEGACY mode.Ruben Brunk2014-12-094-81/+137
* | | Camera2: Add HDR scene mode for backwards compatibility.Eino-Ville Talvala2014-12-053-4/+38
* | | Merge "Camera: update antibanding spec" into lmp-mr1-devYin-Chia Yeh2014-12-034-9/+15
|\ \ \
| * | | Camera: update antibanding specYin-Chia Yeh2014-11-254-9/+15
* | | | CameraManager: Separate service listener into a singletonEino-Ville Talvala2014-11-261-144/+191
* | | | Merge "Camera2: Ignore unsupported face detection results in LEGACY." into lm...Ruben Brunk2014-11-241-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Camera2: Ignore unsupported face detection results in LEGACY.Ruben Brunk2014-11-201-1/+3
| |/ /
* | | Merge "Camera2: Doc updates for aeExposureCompensation." into lmp-mr1-devRuben Brunk2014-11-211-0/+2
|\ \ \
| * | | Camera2: Doc updates for aeExposureCompensation.Ruben Brunk2014-11-201-0/+2
| |/ /
* | | Camera: Add one more requirement to BURST_CAPTUREEino-Ville Talvala2014-11-171-3/+7
|/ /
* | Camera2: Add BURST_CAPTURE capability flagEino-Ville Talvala2014-11-173-5/+48
* | Merge "camera2: Add READ_SETTINGS capability." into lmp-mr1-devRuben Brunk2014-11-152-1/+36
|\ \
| * | camera2: Add READ_SETTINGS capability.Ruben Brunk2014-11-132-1/+36
| |/
* | Camera: doc update for independent 3AYin-Chia Yeh2014-11-133-4/+36
|/
* Camera2: Docs cleanup, especially units and rangeEino-Ville Talvala2014-10-084-494/+1557
* camera2: Update docs only for legacy devicesIgor Murashkin2014-10-034-21/+560
* Merge "Camera2 Legacy: Set a default thumbnail size" into lmp-devEino-Ville Talvala2014-09-301-0/+8
|\
| * Camera2 Legacy: Set a default thumbnail sizeEino-Ville Talvala2014-09-301-0/+8
* | camera2: Use valid dimensions for RGBA8888 gralloc buffers.Ruben Brunk2014-09-301-6/+14
|/
* Merge "camera2: Fix native ImageReader test segfaults." into lmp-devRuben Brunk2014-09-271-3/+10
|\
| * camera2: Fix native ImageReader test segfaults.Ruben Brunk2014-09-261-3/+11
* | Camera2: Fix parallel session and device close() exceptionEino-Ville Talvala2014-09-261-1/+6
* | Merge "camera2: Fix race conditions and deadlocks around configuration" into ...Igor Murashkin2014-09-267-21/+93
|\ \
| * | camera2: Fix race conditions and deadlocks around configurationIgor Murashkin2014-09-257-21/+93
* | | Camera2 Legacy: Clear JPEG ids when reconfiguring.Eino-Ville Talvala2014-09-251-0/+1
* | | Camera2 legacy: Improve robustness to camera service crashesEino-Ville Talvala2014-09-252-3/+25
* | | Merge "camera2: Fix null check in PictureCallback." into lmp-devRuben Brunk2014-09-251-3/+3
|\ \ \ | | |/ | |/|
| * | camera2: Fix null check in PictureCallback.Ruben Brunk2014-09-251-3/+3
* | | Merge "camera2: Hide JPEGs in RGBA gralloc buffers." into lmp-devRuben Brunk2014-09-246-81/+115
|\ \ \ | |/ /
| * | camera2: Hide JPEGs in RGBA gralloc buffers.Ruben Brunk2014-09-246-81/+115
* | | Merge "camera2: Increase preview frame timeout" into lmp-devIgor Murashkin2014-09-241-1/+1
|\ \ \ | |/ / |/| |
| * | camera2: Increase preview frame timeoutIgor Murashkin2014-09-241-1/+1
| |/
* | Merge "camera2-legacy: Workaround max jpeg/preview size AR mismatch" into lmp...Igor Murashkin2014-09-232-3/+135
|\ \ | |/ |/|