summaryrefslogtreecommitdiffstats
path: root/services/camera
Commit message (Expand)AuthorAgeFilesLines
* 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
* Camera2: Move per-frame verbose logs to separate log enableEino-Ville Talvala2012-06-181-7/+14
* Camera2: Handle preview orientation changes.Eino-Ville Talvala2012-06-154-3/+101
* Camera2: Connect camera parameters to HAL request entries.Eino-Ville Talvala2012-06-152-66/+426
* Camera2: Minor parameter restructuringEino-Ville Talvala2012-06-152-51/+60
* Camera2: Add more dump information, connect HAL device dumpEino-Ville Talvala2012-06-143-29/+188
* am cc0df657: am e20435de: Merge "Add NOTICE and MODULE_LICENSE_APACH2 to libs...James Dong2012-06-144-0/+380
|\
| * Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-134-0/+380
| * DO NOT MERGE: Minimal fix for takePicture/previewCallback deadlockEino-Ville Talvala2012-05-292-18/+45
* | Camera2: Improve error checking and debug logs.Eino-Ville Talvala2012-06-133-14/+46
* | Camera2: Still image supportEino-Ville Talvala2012-06-134-45/+458
* | Camera2: Copy metadata buffers for streaming.Eino-Ville Talvala2012-06-072-5/+23
* | Camera2: Improve ANativeWindow handlingEino-Ville Talvala2012-06-071-5/+31
* | Camera2: Minor bugfixes and cleanupEino-Ville Talvala2012-06-071-50/+102
* | Camera2: Add setParameters callEino-Ville Talvala2012-06-072-0/+727
* | Camera2: Add basic concurrency guards.Eino-Ville Talvala2012-06-072-3/+49
* | Camera2: Add internal parameter state to dump.Eino-Ville Talvala2012-06-072-1/+165
* | Camera2: Use new param structure, improve static camera info queriesEino-Ville Talvala2012-06-072-253/+400
* | Camera2: Switch to using ATRACEEino-Ville Talvala2012-05-311-25/+30
* | Camera service: Minimally functional preview for camera 2 devices.Eino-Ville Talvala2012-05-314-56/+629