summaryrefslogtreecommitdiffstats
path: root/include/camera
Commit message (Expand)AuthorAgeFilesLines
...
* Camera2: Add flush supportEino-Ville Talvala2013-08-231-0/+3
* Camera1: Rename setPreviewTexture to ...Target for clarityEino-Ville Talvala2013-08-211-3/+3
* Camera1: Set preview to be asynchronous, and remove dead codeEino-Ville Talvala2013-08-212-4/+4
* Refactor CameraService to handle errors properly.Ruben Brunk2013-08-164-9/+29
* Camera: Rename new API to camera2, rearrange camera serviceEino-Ville Talvala2013-07-303-0/+0
* camera2: Implement ICameraDeviceUser::waitUntilIdleZhijun He2013-07-231-0/+2
* camera2: Implement ICameraDeviceUser::getCameraInfoIgor Murashkin2013-07-151-3/+2
* Initial implementation of android.hardware.photography.CameraDevice (service)Igor Murashkin2013-06-205-0/+224
* camera: Make some binder interfaces compatible with AIDLIgor Murashkin2013-06-116-0/+18
* Camera: Add preview callback surface supportEino-Ville Talvala2013-04-172-1/+16
* Camera: Add input side to camera3 HAL deviceEino-Ville Talvala2013-03-271-1/+19
* Camera: Add hotplug support (for fixed # of cameras)Igor Murashkin2013-03-261-5/+6
* ICameraServiceListener.h: Add STATUS_ENUMERATING enumIgor Murashkin2013-03-211-2/+21
* remove uses of Surface in favor or IGraphicBufferProducerMathias Agopian2013-03-122-6/+0
* (Camera)ProCamera: Remove unused functions from binder interfaceIgor Murashkin2013-03-114-44/+18
* ProCamera: Add CpuConsumer asynchronous mode supportIgor Murashkin2013-02-281-0/+7
* Camera: Drop ProCamera connections when a Camera connection happensIgor Murashkin2013-02-284-3/+88
* camera_client: refactor Camera/ProCamera commonalities into BasicCameraIgor Murashkin2013-02-264-106/+170
* CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-252-6/+24
* ProCamera: Fix waitForFrameBuffer not handling multiple outstanding framesIgor Murashkin2013-02-221-3/+14
* ProCamera: add waitForFrameBuffer/waitForFrameResult blocking callsIgor Murashkin2013-02-221-1/+44
* ProCamera: Add getInfo for getting static metadata (and a test)Igor Murashkin2013-02-222-1/+6
* Camera: ProCamera - implement onResultReceived callback for metadata callbacksIgor Murashkin2013-02-222-6/+18
* Camera: ProCamera - add createStreamCpu and unit testIgor Murashkin2013-02-221-12/+74
* Camera: Change ProCamera to take IGraphicBufferProducerIgor Murashkin2013-02-221-4/+5
* Camera: ProCamera2Client - add createStream (service is stubbed) and unit testIgor Murashkin2013-02-222-1/+11
* Camera: ProCamera - add createStream stub and unit test for itIgor Murashkin2013-02-221-0/+41
* Camera: ProClient add asynchronous locks and suchIgor Murashkin2013-02-222-2/+13
* Camera: Add ProCamera private binder interface for an API2-light functionalityIgor Murashkin2013-02-224-1/+313
* Camera: Add unit test infrastructure for libcameraclientIgor Murashkin2013-02-221-1/+1
* Camera: Add exists function to CameraMetadataIgor Murashkin2013-02-221-0/+6
* Camera: Move CameraMetadata.h from service to client libraryIgor Murashkin2013-02-221-0/+171
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-182-6/+6
* Camera: Add HDR scene mode constants.Eino-Ville Talvala2012-09-101-0/+4
* Camera2: Add a burst mode skeleton.James Painter2012-09-071-2/+12
* Camera: Add OPAQUE pixel format to CameraParametersEino-Ville Talvala2012-07-181-0/+2
* Move CameraParameters header to join rest of camera library.Eino-Ville Talvala2012-05-151-0/+667
* Remove new camera connect API.Wu-cheng Li2012-04-192-2/+2
* Merge "Add a new camera open API that allows taking the ownership."Wu-cheng Li2012-03-152-2/+2
|\
| * Add a new camera open API that allows taking the ownership.Wu-cheng Li2012-03-152-2/+2
* | Move CameraParameters.h to frameworks/native.Eino-Ville Talvala2012-03-141-666/+0
|/
* fix libgui header locationMathias Agopian2012-02-271-2/+2
* Update camera continuous autofocus javadoc.Wu-cheng Li2011-10-281-9/+11
* Improve camera javadoc and fix some errors.Wu-cheng Li2011-10-131-10/+21
* Add video stabilization control to Camera parameters.Eino-Ville Talvala2011-10-121-0/+19
* Update camera javadoc about AE and AWB lock.Wu-cheng Li2011-09-221-16/+6
* Add video snapshot camera parameter.Wu-cheng Li2011-09-011-0/+19
* Add new camera focus mode FOCUS_MODE_CONTINUOUS_PICTURE.Wu-cheng Li2011-08-181-6/+17
* Add camera bayer image format.Wu-cheng Li2011-08-041-0/+3
* Pass camera frame metadata from camera service to Java.Wu-cheng Li2011-08-022-3/+7