summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/Camera2Client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/fra...Steve Kondik2013-02-121-1/+1
|\
| * Camera: Play shutter sound iff enableShutterSound(true) && ShutterCallback !nullIgor Murashkin2012-11-261-1/+1
* | WifiDisplay: Add an HDCP toggleRicardo Cerqueira2012-12-201-0/+2
|/
* Camera2: Don't hold locks while waiting to sync.Eino-Ville Talvala2012-10-241-33/+35
* Camera2: Increase mode update timeout.Eino-Ville Talvala2012-10-231-1/+1
* Camera2: Fix potential deadlockEino-Ville Talvala2012-10-171-7/+11
* Camera2: Improve quirks focusing behavior.Eino-Ville Talvala2012-10-161-2/+6
* Camera2: When focus is already locked in CAF mode, do not trigger HAL.Eino-Ville Talvala2012-10-161-3/+36
* Camera2: Don't error out of startPreview when already recording.Eino-Ville Talvala2012-10-101-4/+7
* Camera2: Don't let unlocks happen during recording.Eino-Ville Talvala2012-10-101-2/+6
* Camera: Limit valid caller PIDs for camera clients.Eino-Ville Talvala2012-10-101-16/+8
* Camera2: Call onAutoFocus immediately for fixed-focus camerasIgor Murashkin2012-10-091-0/+15
* Camera2: On stopping preview, wait until captures are completed.Eino-Ville Talvala2012-10-071-15/+5
* Camera2: Unconditionally shut down streams on disconnect.Eino-Ville Talvala2012-10-051-1/+10
* Camera2: Fix metering regions to take into account the current zoom/crop regionIgor Murashkin2012-10-051-0/+4
* Camera2: Use the triggerAfWithAuto quirkEino-Ville Talvala2012-10-041-0/+20
* Camera2: Synchronize mode changes and triggersEino-Ville Talvala2012-10-041-8/+57
* Camera2: Handle client processes dying by closing camera resourcesIgor Murashkin2012-10-031-6/+14
* Camera2: Don't change state when reconnect is calledIgor Murashkin2012-10-031-3/+8
* Camera2: Use ZSL format quirk.Eino-Ville Talvala2012-10-021-0/+15
* Camera2: Use scene mode override parameterEino-Ville Talvala2012-10-021-3/+5
* Camera2: Refactor preview/recording management to separate class.Eino-Ville Talvala2012-09-281-492/+74
* Camera2: Re-entering preview state on v2 DeviceAlex Ray2012-09-261-1/+7
* Camera2: Debug and logging fixes.Eino-Ville Talvala2012-09-251-6/+6
* Camera2: Clean up startup/shutdown sequences.Eino-Ville Talvala2012-09-201-10/+25
* 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