summaryrefslogtreecommitdiffstats
path: root/services/camera
Commit message (Expand)AuthorAgeFilesLines
* Camera2: Add recording supportEino-Ville Talvala2012-07-134-65/+487
* Update ANativeWindow client code for syncJamie Gennis2012-06-213-21/+10
* Camera2: Move per-frame verbose logs to separate log enableEino-Ville Talvala2012-06-181-7/+14
* Camera2: Handle preview orientation changes.Eino-Ville Talvala2012-06-154-3/+101
* Camera2: Connect camera parameters to HAL request entries.Eino-Ville Talvala2012-06-152-66/+426
* Camera2: Minor parameter restructuringEino-Ville Talvala2012-06-152-51/+60
* Camera2: Add more dump information, connect HAL device dumpEino-Ville Talvala2012-06-143-29/+188
* am cc0df657: am e20435de: Merge "Add NOTICE and MODULE_LICENSE_APACH2 to libs...James Dong2012-06-144-0/+380
|\
| * Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-134-0/+380
| * DO NOT MERGE: Minimal fix for takePicture/previewCallback deadlockEino-Ville Talvala2012-05-292-18/+45
* | Camera2: Improve error checking and debug logs.Eino-Ville Talvala2012-06-133-14/+46
* | Camera2: Still image supportEino-Ville Talvala2012-06-134-45/+458
* | Camera2: Copy metadata buffers for streaming.Eino-Ville Talvala2012-06-072-5/+23
* | Camera2: Improve ANativeWindow handlingEino-Ville Talvala2012-06-071-5/+31
* | Camera2: Minor bugfixes and cleanupEino-Ville Talvala2012-06-071-50/+102
* | Camera2: Add setParameters callEino-Ville Talvala2012-06-072-0/+727
* | Camera2: Add basic concurrency guards.Eino-Ville Talvala2012-06-072-3/+49
* | Camera2: Add internal parameter state to dump.Eino-Ville Talvala2012-06-072-1/+165
* | Camera2: Use new param structure, improve static camera info queriesEino-Ville Talvala2012-06-072-253/+400
* | Camera2: Switch to using ATRACEEino-Ville Talvala2012-05-311-25/+30
* | Camera service: Minimally functional preview for camera 2 devices.Eino-Ville Talvala2012-05-314-56/+629
* | Add basic Camera2Client dump, minor fixes to CameraService dump.Eino-Ville Talvala2012-05-312-14/+14
* | Camera service: Initialization for camera2 clients and devicesEino-Ville Talvala2012-05-299-61/+1135
* | Camera service: Add skeleton support for camera2 devices.Eino-Ville Talvala2012-05-177-7/+374
* | Merge "Break out CameraClient from CameraService."Eino-Ville Talvala2012-05-175-1018/+1162
|\ \
| * | Break out CameraClient from CameraService.Eino-Ville Talvala2012-05-165-1018/+1162
| |/
* | Remove old fake camera.Eino-Ville Talvala2012-05-165-1786/+0
|/
* Remove new camera connect API.Wu-cheng Li2012-04-192-125/+31
* Fix deadlock in camera destruction after client app's crashKeun young Park2012-03-282-18/+60
* AV Android make files changesJames Dong2012-03-281-1/+1
* Add libmedia_nativeGlenn Kasten2012-03-161-0/+1
* Add a new camera open API that allows taking the ownership.Wu-cheng Li2012-03-152-34/+130
* fix libgui header locationMathias Agopian2012-02-273-3/+1
* remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-241-1/+0
* Add ANativeWindow timestamp support to camera service.Eino-Ville Talvala2012-01-101-0/+7
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-084-31/+31
* am 4bc873e6: am 7944704e: Merge "Switch camera sounds to always use the syste...Eino-Ville Talvala2012-01-062-12/+1
|\
| * Switch camera sounds to always use the system enforced audio stream.Eino-Ville Talvala2012-01-062-12/+1
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-7/+7
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-042-4/+4
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-033-7/+7
* | Add camera focus move callback.Wu-cheng Li2011-11-291-1/+1
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-27/+27
|/
* Fix 5487571: Make sure shutter sound is played when it's enforcedChih-Chung Chang2011-10-201-8/+2
* Fix 5468644: Use the proper audio stream type to play sound.Chih-Chung Chang2011-10-172-14/+16
* Add initialize method to CameraHardwareInterfaceTyler Luu2011-10-072-14/+28
* Merge "Allow shutter/recording sound to be adjusted unless it's forced."Chih-Chung Chang2011-10-071-1/+12
|\
| * Allow shutter/recording sound to be adjusted unless it's forced.Chih-Chung Chang2011-10-071-1/+12
* | Allow Camera.setDisplayOrientation to be called when preview is active.Wu-cheng Li2011-10-071-4/+4
|/
* Add video snapshot camera parameter.Wu-cheng Li2011-09-011-5/+0