summaryrefslogtreecommitdiffstats
path: root/services/camera
Commit message (Expand)AuthorAgeFilesLines
* 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
* Camera2: Reduce redundant device dumpsysEino-Ville Talvala2012-08-061-11/+18
* Fix a deadlock in commandSetVideoBufferCountL()James Dong2012-08-042-1/+10
* Camera2: Add notification handling skeleton.Eino-Ville Talvala2012-08-034-3/+119
* Camera2: Break out individual commandsEino-Ville Talvala2012-08-022-60/+158
* Dynamically configure the number of video buffers used by camera source, if s...James Dong2012-08-023-8/+37
* Merge "Camera2: Fix exposure compensation step value." into jb-mr1-devEino-Ville Talvala2012-08-021-1/+1
|\
| * Camera2: Fix exposure compensation step value.Eino-Ville Talvala2012-08-021-1/+1
* | Merge "Camera2: Minor logging updates." into jb-mr1-devEino-Ville Talvala2012-08-021-4/+13
|\ \ | |/
| * Camera2: Minor logging updates.Eino-Ville Talvala2012-08-021-4/+13
* | Merge "Camera2: Check PIDs to ensure camera exclusive access." into jb-mr1-devEino-Ville Talvala2012-08-022-8/+69
|\ \ | |/
| * Camera2: Check PIDs to ensure camera exclusive access.Eino-Ville Talvala2012-08-022-8/+69
* | Merge "Shutter sound is heard at the end of the recorded video" into jb-mr1-devEino-Ville Talvala2012-08-011-1/+1
|\ \ | |/ |/|
| * Shutter sound is heard at the end of the recorded videoPatric Frederiksen2012-08-011-1/+1
* | Camera2: Improve formatting of debugging dumpEino-Ville Talvala2012-07-313-6/+16
* | Camera2: Improve threading safetyEino-Ville Talvala2012-07-312-253/+308
|/
* Camera2: Use more buffers for video encoding.Eino-Ville Talvala2012-07-252-5/+6
* Camera2: Revamp recording support to allow opaque formats.Eino-Ville Talvala2012-07-245-30/+390
* Camera2: Stop preview: Wait until HAL is drainedEino-Ville Talvala2012-07-201-0/+1
* Camera2: Add more verbose loggingEino-Ville Talvala2012-07-202-3/+20
* Camera2: Fix recording bugsEino-Ville Talvala2012-07-201-2/+14
* CameraService: Add more information to service dump.Eino-Ville Talvala2012-07-171-4/+57
* Camera2: Add recording supportEino-Ville Talvala2012-07-134-65/+487
* Update ANativeWindow client code for syncJamie Gennis2012-06-213-21/+10