summaryrefslogtreecommitdiffstats
path: root/services/camera
Commit message (Expand)AuthorAgeFilesLines
* Add video snapshot camera parameter.Wu-cheng Li2011-09-011-5/+0
* Pass camera frame metadata from camera service to Java.Wu-cheng Li2011-08-022-22/+28
* connect/disconnect is now called from our EGL wrapperMathias Agopian2011-08-011-4/+4
* Add frame metadata parameter to camera data_callback.Wu-cheng Li2011-07-294-6/+9
* libcameraservice: call put_parameters on camera HALIliyan Malchev2011-07-271-1/+4
* Merge "Disconnect the native window in CameraService::Client::disconnect."Wu-cheng Li2011-07-191-11/+12
|\
| * Disconnect the native window in CameraService::Client::disconnect.Wu-cheng Li2011-07-201-11/+12
* | use SurfaceTexture new scaling mode in SFMathias Agopian2011-07-191-0/+4
|/
* Merge "CameraService: (dis)connect from preview windows"Jamie Gennis2011-07-182-46/+55
|\
| * CameraService: (dis)connect from preview windowsJamie Gennis2011-07-142-46/+55
* | get rid of overlay HALMathias Agopian2011-07-121-10/+0
* | Eliminate single-process mode.Jeff Brown2011-07-081-8/+1
|/
* CameraService: Decouple dequeue and lockSundar Raman2011-06-271-7/+11
* Add framework support for camcorder zoom.Wu-cheng Li2011-06-271-0/+9
* Merge "Allow camera to be disabled via Device Policy Manager"Wu-cheng Li2011-06-161-0/+8
|\
| * Allow camera to be disabled via Device Policy ManagerWu-cheng Li2011-05-301-0/+8
* | CameraService: return stide when dequeueing a bufferIliyan Malchev2011-06-111-2/+4
* | frameworks/base: updates for camera HAL memory managementIliyan Malchev2011-06-071-18/+70
|/
* frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-031-7/+7
* frameworks/base: switch CameraService to a HAL moduleIliyan Malchev2011-05-034-67/+675
* frameworks/base: include system/core header camera.h in Camera.hIliyan Malchev2011-05-032-13/+13
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-2/+2
* remove more unused references to ISurfaceMathias Agopian2011-04-052-17/+3
* frameworks/base: some camera-interface cleanupIliyan Malchev2011-03-282-21/+3
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-252-2/+1
* Fix missing AOSP copyright headers for more filesJames Dong2011-03-172-0/+32
* Application-managed callback buffer support for raw imageJames Dong2011-02-222-7/+20
* Add camera service support for SurfaceTexture.Jamie Gennis2011-01-063-25/+50
* We requires camera hal's implementation should not track the ref count of any...James Dong2010-12-101-4/+1
* remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-082-104/+10
* Don't drop video frames but to release them.James Dong2010-12-061-1/+4
* Revert "Temporary workaround for issue 3187563"Eric Laurent2010-11-241-4/+0
* Temporary workaround for issue 3187563Eric Laurent2010-11-111-0/+4
* Mirror the camera preview if the camera is front-facing.Wu-cheng Li2010-10-252-27/+38
* Camera framework change required for 0-memcpy recordingJames Dong2010-10-192-1/+27
* Fix camera display orientation.Wu-cheng Li2010-10-122-1/+13
* resolved conflicts for merge of 191a25e1 to masterWu-cheng Li2010-09-272-6/+16
|\
| * The old overlay should be destroyed if orientation changes.Wu-cheng Li2010-09-272-6/+16
* | Added command type to play recording sound.Nipun Kwatra2010-09-141-0/+2
* | Adding enable/disable option for sendCommand()Nipun Kwatra2010-09-142-1/+50
* | Only enable CAMERA_MSG_PREVIEW_FRAME when necessary.Wu-cheng Li2010-09-091-14/+5
* | Remove setPreviewDisplay in CameraService::Client::~Client().Wu-cheng Li2010-08-311-5/+0
* | Add the setPreviewWindow camera HAL API to the camera stub.Jamie Gennis2010-08-232-3/+3
* | Change the framework to use the new camera preview path.Jamie Gennis2010-08-232-70/+41
|/
* Handle the camera open failure better.Wu-cheng Li2010-08-192-4/+11
* resolved conflicts for merge of 27eecb70 to gingerbreadJean-Baptiste Queru2010-07-302-2/+0
* added BinderService<> template to help creating native binder servicesMathias Agopian2010-07-142-7/+7
* move native services under services/Mathias Agopian2010-07-1410-0/+4255