summaryrefslogtreecommitdiff
path: root/services/camera/libcameraservice/Camera2Client.cpp
AgeCommit message (Expand)Author
2012-10-24Camera2: Don't hold locks while waiting to sync.Eino-Ville Talvala
2012-10-23Camera2: Increase mode update timeout.Eino-Ville Talvala
2012-10-17Camera2: Fix potential deadlockEino-Ville Talvala
2012-10-16Camera2: Improve quirks focusing behavior.Eino-Ville Talvala
2012-10-16Camera2: When focus is already locked in CAF mode, do not trigger HAL.Eino-Ville Talvala
2012-10-10Camera2: Don't error out of startPreview when already recording.Eino-Ville Talvala
2012-10-10Camera2: Don't let unlocks happen during recording.Eino-Ville Talvala
2012-10-10Camera: Limit valid caller PIDs for camera clients.Eino-Ville Talvala
2012-10-09Camera2: Call onAutoFocus immediately for fixed-focus camerasIgor Murashkin
2012-10-07Camera2: On stopping preview, wait until captures are completed.Eino-Ville Talvala
2012-10-05Camera2: Unconditionally shut down streams on disconnect.Eino-Ville Talvala
2012-10-05Camera2: Fix metering regions to take into account the current zoom/crop regionIgor Murashkin
2012-10-04Camera2: Use the triggerAfWithAuto quirkEino-Ville Talvala
2012-10-04Camera2: Synchronize mode changes and triggersEino-Ville Talvala
2012-10-03Camera2: Handle client processes dying by closing camera resourcesIgor Murashkin
2012-10-03Camera2: Don't change state when reconnect is calledIgor Murashkin
2012-10-02Camera2: Use ZSL format quirk.Eino-Ville Talvala
2012-10-02Camera2: Use scene mode override parameterEino-Ville Talvala
2012-09-28Camera2: Refactor preview/recording management to separate class.Eino-Ville Talvala
2012-09-26Camera2: Re-entering preview state on v2 DeviceAlex Ray
2012-09-25Camera2: Debug and logging fixes.Eino-Ville Talvala
2012-09-20Camera2: Clean up startup/shutdown sequences.Eino-Ville Talvala
2012-09-18Camera2: ZSL: Do regular capture if AE is not satisfied.Eino-Ville Talvala
2012-09-11Camera2: Configure ZSL at the right time.Eino-Ville Talvala
2012-09-10Camera2: Temporarily stop pre-allocation of recording stream.Eino-Ville Talvala
2012-09-07Fix buildJames Painter
2012-09-07Camera2: Add a burst mode skeleton.James Painter
2012-09-07Camera2: Use the recordingHint parameter.Eino-Ville Talvala
2012-09-07Camera2: Delete all streams and stop all threads during shutdown.Eino-Ville Talvala
2012-09-06Camera2: Play shutter and recording sounds.Eino-Ville Talvala
2012-09-06Camera2: Basic ZSL and precapture trigger support.Eino-Ville Talvala
2012-08-30Camera2: Move preview callback processing to its own thread.Eino-Ville Talvala
2012-08-30Camera2: Move still capture processing to separate thread.Eino-Ville Talvala
2012-08-28Camera2: Factor out FrameProcessor.Eino-Ville Talvala
2012-08-28Camera2: Factor out Camera2Client::ParametersEino-Ville Talvala
2012-08-27Camera2: Fix metering/focusing region coordinates, minor bugsEino-Ville Talvala
2012-08-27Camera2: Move frame processing to its own thread.Eino-Ville Talvala
2012-08-27Camera2: Use CameraMetadata wrapper class.Eino-Ville Talvala
2012-08-21Camera2: Replace MediaConsumer with BufferItemConsumer.Eino-Ville Talvala
2012-08-21Camera2: Ignore NOT_FOUND errors for face detect mode on frame receipt.Eino-Ville Talvala
2012-08-20Camera2: Add support for preview callbacksEino-Ville Talvala
2012-08-16Camera2: Fix SCENE_MODEEino-Ville Talvala
2012-08-14Camera2: Skeleton for output frame processing, plus face detectEino-Ville Talvala
2012-08-10Camera2: Swap AF notification order, minor bug fix.Eino-Ville Talvala
2012-08-10Camera2: Add trigger support, and implement autofocusEino-Ville Talvala
2012-08-04Fix a deadlock in commandSetVideoBufferCountL()James Dong
2012-08-03Camera2: Add notification handling skeleton.Eino-Ville Talvala
2012-08-02Camera2: Break out individual commandsEino-Ville Talvala
2012-08-02Dynamically configure the number of video buffers used by camera source, if s...James Dong
2012-08-02Camera2: Fix exposure compensation step value.Eino-Ville Talvala