summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/Camera2Device.cpp
Commit message (Expand)AuthorAgeFilesLines
* Camera2: Synchronize mode changes and triggersEino-Ville Talvala2012-10-041-0/+33
* Camera2: Fix trying to release HAL stream twiceIgor Murashkin2012-10-031-3/+11
* Camera2: Handle client processes dying by closing camera resourcesIgor Murashkin2012-10-031-0/+1
* Camera2: Make sure to clean out reprocess streams on shutdown as well.Eino-Ville Talvala2012-09-251-0/+1
* Camera2: Debug and logging fixes.Eino-Ville Talvala2012-09-251-2/+59
* Camera2: Clean up startup/shutdown sequences.Eino-Ville Talvala2012-09-201-26/+59
* Camera2: Basic ZSL and precapture trigger support.Eino-Ville Talvala2012-09-061-1/+283
* 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: Factor out Camera2Client::ParametersEino-Ville Talvala2012-08-281-1/+1
* Camera2: Move frame processing to its own thread.Eino-Ville Talvala2012-08-271-27/+7
* Camera2: Use CameraMetadata wrapper class.Eino-Ville Talvala2012-08-271-11/+26
* Camera2: Add support for preview callbacksEino-Ville Talvala2012-08-201-3/+4
* Camera2: Skeleton for output frame processing, plus face detectEino-Ville Talvala2012-08-141-1/+30
* Camera2: Swap AF notification order, minor bug fix.Eino-Ville Talvala2012-08-101-1/+2
* Camera2: Add trigger support, and implement autofocusEino-Ville Talvala2012-08-101-0/+36
* 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
* Camera2: Add notification handling skeleton.Eino-Ville Talvala2012-08-031-0/+53
* Camera2: Minor logging updates.Eino-Ville Talvala2012-08-021-4/+13
* Camera2: Improve formatting of debugging dumpEino-Ville Talvala2012-07-311-3/+3
* Camera2: Add more verbose loggingEino-Ville Talvala2012-07-201-2/+3
* Camera2: Add recording supportEino-Ville Talvala2012-07-131-10/+20
* Update ANativeWindow client code for syncJamie Gennis2012-06-211-16/+5
* 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-151-3/+37
* Camera2: Add more dump information, connect HAL device dumpEino-Ville Talvala2012-06-141-18/+130
* Camera2: Improve error checking and debug logs.Eino-Ville Talvala2012-06-131-1/+6
* Camera2: Still image supportEino-Ville Talvala2012-06-131-18/+81
* Camera2: Copy metadata buffers for streaming.Eino-Ville Talvala2012-06-071-4/+21
* Camera2: Improve ANativeWindow handlingEino-Ville Talvala2012-06-071-5/+31
* Camera service: Minimally functional preview for camera 2 devices.Eino-Ville Talvala2012-05-311-34/+381
* Camera service: Initialization for camera2 clients and devicesEino-Ville Talvala2012-05-291-10/+285
* Camera service: Add skeleton support for camera2 devices.Eino-Ville Talvala2012-05-171-0/+66