summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/Camera2Client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Camera2: ZSL: Do regular capture if AE is not satisfied.Eino-Ville Talvala2012-09-181-0/+2
* Camera2: Configure ZSL at the right time.Eino-Ville Talvala2012-09-111-9/+0
* Camera2: Temporarily stop pre-allocation of recording stream.Eino-Ville Talvala2012-09-101-7/+2
* Fix buildJames Painter2012-09-071-0/+1
* Camera2: Add a burst mode skeleton.James Painter2012-09-071-3/+1
* Camera2: Use the recordingHint parameter.Eino-Ville Talvala2012-09-071-21/+48
* Camera2: Delete all streams and stop all threads during shutdown.Eino-Ville Talvala2012-09-071-0/+7
* Camera2: Play shutter and recording sounds.Eino-Ville Talvala2012-09-061-0/+8
* Camera2: Basic ZSL and precapture trigger support.Eino-Ville Talvala2012-09-061-414/+124
* Camera2: Move preview callback processing to its own thread.Eino-Ville Talvala2012-08-301-201/+31
* Camera2: Move still capture processing to separate thread.Eino-Ville Talvala2012-08-301-150/+25
* Camera2: Factor out FrameProcessor.Eino-Ville Talvala2012-08-281-188/+43
* Camera2: Factor out Camera2Client::ParametersEino-Ville Talvala2012-08-281-1810/+240
* Camera2: Fix metering/focusing region coordinates, minor bugsEino-Ville Talvala2012-08-271-10/+36
* Camera2: Move frame processing to its own thread.Eino-Ville Talvala2012-08-271-30/+86
* Camera2: Use CameraMetadata wrapper class.Eino-Ville Talvala2012-08-271-253/+171
* Camera2: Replace MediaConsumer with BufferItemConsumer.Eino-Ville Talvala2012-08-211-13/+52
* 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-201-149/+483
* Camera2: Fix SCENE_MODEEino-Ville Talvala2012-08-161-1/+2
* Camera2: Skeleton for output frame processing, plus face detectEino-Ville Talvala2012-08-141-67/+354
* Camera2: Swap AF notification order, minor bug fix.Eino-Ville Talvala2012-08-101-4/+3
* Camera2: Add trigger support, and implement autofocusEino-Ville Talvala2012-08-101-4/+124
* Fix a deadlock in commandSetVideoBufferCountL()James Dong2012-08-041-1/+8
* Camera2: Add notification handling skeleton.Eino-Ville Talvala2012-08-031-1/+24
* Camera2: Break out individual commandsEino-Ville Talvala2012-08-021-52/+135
* Dynamically configure the number of video buffers used by camera source, if s...James Dong2012-08-021-7/+32
* Camera2: Fix exposure compensation step value.Eino-Ville Talvala2012-08-021-1/+1
* Camera2: Check PIDs to ensure camera exclusive access.Eino-Ville Talvala2012-08-021-7/+65
* Camera2: Improve formatting of debugging dumpEino-Ville Talvala2012-07-311-2/+11
* Camera2: Improve threading safetyEino-Ville Talvala2012-07-311-236/+244
* Camera2: Use more buffers for video encoding.Eino-Ville Talvala2012-07-251-3/+3
* Camera2: Revamp recording support to allow opaque formats.Eino-Ville Talvala2012-07-241-26/+61
* Camera2: Stop preview: Wait until HAL is drainedEino-Ville Talvala2012-07-201-0/+1
* Camera2: Add more verbose loggingEino-Ville Talvala2012-07-201-1/+17
* Camera2: Fix recording bugsEino-Ville Talvala2012-07-201-2/+14
* Camera2: Add recording supportEino-Ville Talvala2012-07-131-25/+379
* Camera2: Handle preview orientation changes.Eino-Ville Talvala2012-06-151-0/+54
* Camera2: Connect camera parameters to HAL request entries.Eino-Ville Talvala2012-06-151-62/+405
* Camera2: Minor parameter restructuringEino-Ville Talvala2012-06-151-43/+52
* Camera2: Add more dump information, connect HAL device dumpEino-Ville Talvala2012-06-141-6/+35
* Camera2: Improve error checking and debug logs.Eino-Ville Talvala2012-06-131-12/+37
* Camera2: Still image supportEino-Ville Talvala2012-06-131-17/+280
* Camera2: Minor bugfixes and cleanupEino-Ville Talvala2012-06-071-50/+102
* Camera2: Add setParameters callEino-Ville Talvala2012-06-071-0/+712
* Camera2: Add basic concurrency guards.Eino-Ville Talvala2012-06-071-3/+41
* Camera2: Add internal parameter state to dump.Eino-Ville Talvala2012-06-071-0/+162
* Camera2: Use new param structure, improve static camera info queriesEino-Ville Talvala2012-06-071-244/+303
* Camera2: Switch to using ATRACEEino-Ville Talvala2012-05-311-25/+30
* Camera service: Minimally functional preview for camera 2 devices.Eino-Ville Talvala2012-05-311-15/+145