summaryrefslogtreecommitdiffstats
path: root/core/jni/android_hardware_Camera.cpp
Commit message (Expand)AuthorAgeFilesLines
* Camera: Working barcode scanning with software renderingWolfgang Wiedmeyer2017-01-041-0/+43
* Camera: Longshot with Burst Functionality.Vijay Kumar Tumati2015-11-051-3/+21
* Allow sending vendor- or device-specific commands to the camera HAL.Danny Baumann2015-10-271-0/+15
* Camera: Extend face detectionShuzhen Wang2015-10-061-3/+65
* Camera: Add feature extensionsShuzhen Wang2015-10-061-1/+81
* Camera2: Add camera type to getNumberOfCameras.Eino-Ville Talvala2015-08-141-0/+6
* am 1334a6f3: am 8d47bc97: Merge "Camera: Clarify JNI exception message" into ...Eino-Ville Talvala2015-01-151-1/+2
|\
| * Camera: Clarify JNI exception messageEino-Ville Talvala2015-01-121-1/+2
* | resolved conflicts for merge of 3fc5e3ca to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-211-38/+12
|\ \
| * | Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-38/+12
* | | resolved conflicts for merge of 8e0cfe7c to lmp-mr1-dev-plus-aospDan Albert2014-11-201-4/+4
|\ \ \ | |/ /
| * | Merge "Fix clang warnings in core/jni."Dan Albert2014-11-201-4/+4
| |\ \
| | * | Fix clang warnings in core/jni.Dan Albert2014-11-201-4/+4
* | | | am d8c169fe: am 0c437fd3: Merge "Add appropriate casts for char16_t."Dan Albert2014-11-201-3/+6
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Add appropriate casts for char16_t.Dan Albert2014-11-201-3/+6
| |/
* | camera: Fix missing optional Face fields (eyes, mouth, id)Igor Murashkin2014-09-181-0/+55
|/
* camera: Get detailed error reporting from api1 Camera if open failsIgor Murashkin2014-06-201-2/+7
* Camera: Implement HAL1 and higher HAL API coexistenceZhijun He2014-06-191-5/+14
* camera2: Add HAL1 compatibility shim skeleton.Ruben Brunk2014-05-211-11/+12
* Fix warningsGlenn Kasten2014-03-281-1/+1
* AArch64: Use long for pointers in hardware classesAshok Bhat2014-01-081-11/+11
* Camera1: Rename setPreviewTexture to ...Target for clarityEino-Ville Talvala2013-08-211-2/+2
* Clearly separate consumer and producer interfacesMathias Agopian2013-08-061-8/+4
* Camera: Add hidden camera preview to renderscript allocation APIEino-Ville Talvala2013-04-171-0/+27
* remove uses of Surface in favor of IGraphicBufferProducerMathias Agopian2013-03-121-2/+6
* fix JNI use of incStrong/decStrongMathias Agopian2013-03-061-2/+2
* Camera and MediaRecorder: Support AppOpsEino-Ville Talvala2013-02-251-3/+10
* Restore a mistakenly-removed null checkJesse Hall2013-02-211-1/+4
* split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-6/+3
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-2/+2
* Updated android.graphics.SurfaceTexture to use wp for FrameAvailableListenerIgor Murashkin2012-10-301-5/+3
* Camera: Query AudioService for shutter sound enforcement.Eino-Ville Talvala2012-10-081-2/+2
* NEW_API: Add android.hardware.Camera.CameraInfo#canDisableShutterSoundEino-Ville Talvala2012-09-191-0/+10
* Camera: Add enableShutterSound method.Eino-Ville Talvala2012-09-101-0/+22
* Remove new camera open API.Wu-cheng Li2012-04-191-15/+3
* Add a new camera open API that allows taking the ownership.Wu-cheng Li2012-03-151-4/+21
* SurfaceTexture: Fully refactored from BufferQueueDaniel Lam2012-03-131-3/+13
* fix libgui header locationMathias Agopian2012-02-271-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-10/+10
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Fix compile error in android_hardware_Camera.cpp.Wu-cheng Li2011-11-301-1/+1
* Add camera focus move callback.Wu-cheng Li2011-11-291-0/+14
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-37/+37
* Fix jpeg callback is lost if setPreviewCallbackWithBuffer has been called.Wu-cheng Li2011-09-211-25/+14
* Pass camera frame metadata from camera service to Java.Wu-cheng Li2011-08-021-9/+85
* Add frame metadata parameter to camera data_callback.Wu-cheng Li2011-07-291-3/+3
* Add camera face detection API.Wu-cheng Li2011-07-271-1/+48
* frameworks/base: include system/core header camera.h in Camera.hIliyan Malchev2011-05-031-7/+7
* More JNI exception-throwing cleanup.Elliott Hughes2011-04-081-19/+16
* Application-managed callback buffer support for raw imageJames Dong2011-02-221-67/+173