summaryrefslogtreecommitdiffstats
path: root/camera
Commit message (Expand)AuthorAgeFilesLines
* libcameraservice: Remove references to playShutterSoundOnlySteve Kondik2010-12-142-22/+15
* platform/frameworks/base: Call stopRecording first then start beepSignalDaniel Trevino Perez2010-12-141-3/+4
* Camera: Call startRecording from CameraService layer.Apurva Rajguru2010-12-141-3/+2
* Camera: Disable Video_Frame message before stop recording callMohan Kandra2010-12-141-1/+1
* cameraservice: Use default overlay format unless flag set.Steve Kondik2010-11-123-1/+37
* camera: Wrap getBufferInfo code in ifdefs.Steve Kondik2010-11-125-15/+29
* cameraservice: Changes for using overlay on 7X30Steve Kondik2010-11-112-26/+47
* Camera: Add support for getBufferInfo APISteve Kondik2010-11-114-1/+31
* Revert "Camera: Add support for getBufferInfo API"cyanogen2010-09-234-31/+1
* Camera: Add support for getBufferInfo APIKiran Kumar H N2010-09-224-1/+31
* Camera : Clean up old camera client properlySravank2010-09-051-4/+14
* Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base...Steve Kondik2010-07-302-2/+0
|\
| * fix inaccurate copyrightsJean-Baptiste Queru2010-07-292-2/+0
| * Flush binder buffer after setting raw heap to avoid leaking a reference.Chih-Chung Chang2010-07-021-0/+1
* | Flush binder buffer after setting raw heap to avoid leaking a reference.Chih-Chung Chang2010-07-221-0/+1
* | frameworks/base: compilation changesPriya Komarlingam2010-07-182-15/+23
* | Change preview overlay dimensions for 720pSteve Kondik2010-07-161-0/+24
* | Remerge libui.so, libsurfaceflinger_client.so, and libcamera_client.so for ol...Koushik Dutta2010-07-112-7/+15
|/
* Still do dump() if we cannot get mServiceLock for a while.Chih-Chung Chang2010-03-051-1/+27
* Fix the rgb to yuv422sp conversion. The order of uv is different from theChih-Chung Chang2010-02-181-4/+4
* fix [2447659] fix improper usage of the YCbCr_420_SP formatMathias Agopian2010-02-161-2/+4
* get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-2/+5
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-116-13/+19
* API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber2010-01-281-1/+1
* Add support for setting camera display orientation.Chih-Chung Chang2010-01-261-8/+24
* Add an orientation parameter for overlay, so we can do camera preview in port...Chih-Chung Chang2010-01-213-17/+18
* less log spewJoe Onorato2010-01-081-35/+34
* Remove some logging from camera operations. Bug 2346606.Dave Sparks2010-01-041-20/+20
* Add missing library in linker option. Currently the library is used by theDoug Kwan2009-12-091-0/+1
* Merge change I5ff64f6f into eclair-mr2Android (Google) Code Review2009-12-022-0/+869
|\
| * Add CameraServiceTest.Chih-Chung Chang2009-11-132-0/+869
* | am bb3bb57a: Merge change I524dc046 into eclairEric Laurent2009-12-011-4/+16
|\ \
| * | Fix issue 2192673: Music Pausing Even when notifications are set to silent.Eric Laurent2009-11-271-4/+16
| |/
* | Set more camera parameters initial values.Owen Lin2009-11-272-1558/+747
|/
* Fix potential deadlock in stopPreview/stopRecord.Dave Sparks2009-11-102-29/+46
* Hold a lock while we access the preview heap.Dave Sparks2009-11-061-7/+14
* Use image rect information to display zoomed picture.Wu-cheng Li2009-10-292-4/+18
* Don't callback on NULL client. Bug 2180510.Dave Sparks2009-10-152-30/+63
* Retry overlay create if it fails. Bug 2153980.Dave Sparks2009-10-071-1/+13
* Add zoom functions and sendCommand.Wu-cheng Li2009-10-064-3/+29
* Fix 2083478: Camera needs an auto-focus cancel APIChih-Chung Chang2009-09-154-1/+25
* Pass return code from Camera HAL for setParameters().James Dong2009-09-131-2/+1
* CameraService change for OVERLAY_FORMAT_DEFAULTSnigdha Sinha2009-09-081-12/+1
* Modified the camera HAL interface to use the same generic callback architectu...Benny Wong2009-08-134-291/+292
* In the simulator, make sure that the preview thread is a Java thread,Marco Nelissen2009-08-132-3/+18
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-8/+1
* Hardware overlay supportBenny Wong2009-07-162-6/+47
* resolved conflicts for merge of 04c7d0f8 to masterDave Sparks2009-07-082-8/+7
|\
| * Add timestamps to video frames to improve A/V sync.Dave Sparks2009-07-082-8/+7
* | am b8a10fe4: Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-012-50/+91
|\ \ | |/