summaryrefslogtreecommitdiffstats
path: root/services/camera
Commit message (Expand)AuthorAgeFilesLines
* Merge "Camera2: Increase capture timeout." into jb-mr1-devEino-Ville Talvala2012-09-181-1/+1
|\
| * Camera2: Increase capture timeout.Eino-Ville Talvala2012-09-181-1/+1
* | Camera2: Enable ZSL by default.Eino-Ville Talvala2012-09-181-4/+4
* | Merge "Camera2: ZSL: Do regular capture if AE is not satisfied." into jb-mr1-devEino-Ville Talvala2012-09-184-12/+80
|\ \
| * | Camera2: ZSL: Do regular capture if AE is not satisfied.Eino-Ville Talvala2012-09-184-12/+80
* | | Camera2: Don't be bothered by lack of faces.Eino-Ville Talvala2012-09-171-2/+1
* | | Camera2: Filter out faces with 0 confidence.Eino-Ville Talvala2012-09-171-1/+7
* | | Camera2: Change face detect/scene mode priority.Eino-Ville Talvala2012-09-171-2/+5
|/ /
* | Camera2: Don't play shutter sound when doing a video snapshotEino-Ville Talvala2012-09-151-1/+2
|/
* Revert "Revert "Camera2: Use FORMAT_ZSL until transition to new gralloc schem...Eino-Ville Talvala2012-09-141-1/+1
* Revert "Camera2: Use FORMAT_ZSL until transition to new gralloc scheme."Igor Murashkin2012-09-141-1/+1
* Camera2: Use FORMAT_ZSL until transition to new gralloc scheme.Eino-Ville Talvala2012-09-131-1/+1
* Camera2: Fix ZSL bugs.Eino-Ville Talvala2012-09-123-24/+52
* Merge "Camera2: Use full pixel array for ZSL stream" into jb-mr1-devEino-Ville Talvala2012-09-111-3/+4
|\
| * Camera2: Use full pixel array for ZSL streamEino-Ville Talvala2012-09-111-3/+4
* | Merge "Camera2: Configure ZSL at the right time." into jb-mr1-devEino-Ville Talvala2012-09-112-10/+9
|\ \ | |/
| * Camera2: Configure ZSL at the right time.Eino-Ville Talvala2012-09-112-10/+9
* | Merge "Camera1: Fix enable shutter sound command error handling." into jb-mr1...Eino-Ville Talvala2012-09-111-4/+2
|\ \ | |/ |/|
| * Camera1: Fix enable shutter sound command error handling.Eino-Ville Talvala2012-09-111-4/+2
* | Camera2: Temporarily stop pre-allocation of recording stream.Eino-Ville Talvala2012-09-101-7/+2
* | Camera2: Clean up the right streams.Eino-Ville Talvala2012-09-101-3/+16
|/
* Camera2: Use face priority scene mode when face detect is enabled.Eino-Ville Talvala2012-09-101-10/+14
* Camera2: Sanity check inputs better.Eino-Ville Talvala2012-09-101-0/+16
* Fix buildJames Painter2012-09-071-0/+1
* Camera2: Add a burst mode skeleton.James Painter2012-09-0710-7/+636
* Merge "Camera2: Increase zoom steps." into jb-mr1-devAlexander Ray2012-09-071-1/+1
|\
| * Camera2: Increase zoom steps.Eino-Ville Talvala2012-09-061-1/+1
* | Camera2: Use the recordingHint parameter.Eino-Ville Talvala2012-09-072-22/+49
* | Camera2: Delete all streams and stop all threads during shutdown.Eino-Ville Talvala2012-09-074-0/+24
* | Camera2: Play shutter and recording sounds.Eino-Ville Talvala2012-09-063-0/+13
|/
* Camera2: Move locked states out of AE/AWB modeEino-Ville Talvala2012-09-061-5/+12
* Camera2: Basic ZSL and precapture trigger support.Eino-Ville Talvala2012-09-0619-469/+2037
* Fix an issue where the "mFrameCount" field was accessed without its containin...James Dong2012-09-051-1/+1
* Camera: set vendor_ops on camera metadata.Shuzhen Wang2012-08-311-1/+6
* Camera2: Require 2 JPEG thumbnail resolutions.Eino-Ville Talvala2012-08-301-1/+1
* Camera2: Move preview callback processing to its own thread.Eino-Ville Talvala2012-08-305-223/+410
* Camera2: Move still capture processing to separate thread.Eino-Ville Talvala2012-08-306-206/+429
* Camera2: Factor out FrameProcessor.Eino-Ville Talvala2012-08-285-217/+344
* Camera2: Factor out Camera2Client::ParametersEino-Ville Talvala2012-08-289-2017/+2140
* Camera2: Fix metering/focusing region coordinates, minor bugsEino-Ville Talvala2012-08-272-10/+38
* Camera2: Move frame processing to its own thread.Eino-Ville Talvala2012-08-274-77/+119
* Camera2: Use CameraMetadata wrapper class.Eino-Ville Talvala2012-08-277-294/+680
* Camera2: Replace MediaConsumer with BufferItemConsumer.Eino-Ville Talvala2012-08-215-345/+60
* Camera2: Ignore NOT_FOUND errors for face detect mode on frame receipt.Eino-Ville Talvala2012-08-211-1/+5
* Camera2: Add support for preview callbacksEino-Ville Talvala2012-08-204-162/+533
* Camera2: Fix SCENE_MODEEino-Ville Talvala2012-08-161-1/+2
* Camera2: Skeleton for output frame processing, plus face detectEino-Ville Talvala2012-08-144-71/+446
* Camera2: Swap AF notification order, minor bug fix.Eino-Ville Talvala2012-08-102-5/+5
* Camera2: Add trigger support, and implement autofocusEino-Ville Talvala2012-08-104-7/+190
* Update state only if calls to native window are successfulJames Dong2012-08-091-3/+13