Wu-cheng Li 
							
						 
					 
					
						
						
							
						
						2e8a9ddd4c 
					 
					
						
						
							
							Cancel autofocus in stopPreview.  
						
						
						
						
					 
					
						2009-06-12 21:57:55 +08:00 
						 
				 
			
				
					
						
							
							
								James Dong 
							
						 
					 
					
						
						
							
						
						c11ce4c954 
					 
					
						
						
							
							Fix deadlock in camera hal when auto focus failed  
						
						
						
						
					 
					
						2009-06-10 19:59:25 -07:00 
						 
				 
			
				
					
						
							
							
								Iliyan Malchev 
							
						 
					 
					
						
						
							
						
						32b7f2804e 
					 
					
						
						
							
							libcamera: avoid a race condition on starting and stopping a recording  
						
						... 
						
						
						
						precondition: preview is running
-- call startRecording()
-- a preview frame arrives, causing the record callback to be called, and then
   blocks on mRecordWait.wait()
-- call stopRecording(), which sets mReleasedRecordingFrame and signals
   mRecordWait;
-- call startRecording(), which clears mReleasedRecordingFrame;
-- receivePreviewFrame() wakes up, checks mReleasedRecordingFrame, and
   blocks again on mRecordWait.wait(), without having notified the client.
Signed-off-by: Iliyan Malchev <malchev@google.com > 
						
						
					 
					
						2009-06-10 18:40:32 -07:00 
						 
				 
			
				
					
						
							
							
								Iliyan Malchev 
							
						 
					 
					
						
						
							
						
						ed604c67ee 
					 
					
						
						
							
							libcamera: default brightness to 5 when not specified by camera  
						
						... 
						
						
						
						Signed-off-by: Iliyan Malchev <malchev@google.com > 
						
						
					 
					
						2009-06-10 18:33:50 -07:00 
						 
				 
			
				
					
						
							
							
								Iliyan Malchev 
							
						 
					 
					
						
						
							
						
						f5e21dce16 
					 
					
						
						
							
							remove floats from libcamera2  
						
						... 
						
						
						
						Signed-off-by: Iliyan Malchev <malchev@google.com > 
						
						
					 
					
						2009-06-10 16:46:51 -07:00 
						 
				 
			
				
					
						
							
							
								Iliyan Malchev 
							
						 
					 
					
						
						
							
						
						59b25b06c8 
					 
					
						
						
							
							libcamera2: update the frame offset after we call the recording callback  
						
						... 
						
						
						
						Signed-off-by: Iliyan Malchev <malchev@google.com > 
						
						
					 
					
						2009-06-10 15:32:57 -07:00 
						 
				 
			
				
					
						
							
							
								James Dong 
							
						 
					 
					
						
						
							
						
						366cd7e1e3 
					 
					
						
						
							
							Restore the support for SQVGA (bug 1901755)  
						
						
						
						
					 
					
						2009-06-05 17:59:32 -07:00 
						 
				 
			
				
					
						
							
							
								Iliyan Malchev 
							
						 
					 
					
						
						
							
						
						88dbb2fc3f 
					 
					
						
						
							
							disable libcamera and enable libcamera2  
						
						... 
						
						
						
						Signed-off-by: Iliyan Malchev <malchev@google.com > 
						
						
					 
					
						2009-06-04 16:22:56 -07:00 
						 
				 
			
				
					
						
							
							
								Iliyan Malchev 
							
						 
					 
					
						
						
							
						
						0a1f577673 
					 
					
						
						
							
							Update reflects changes in type names in msm_camera.h.  
						
						... 
						
						
						
						Signed-off-by: Iliyan Malchev <malchev@google.com > 
						
						
					 
					
						2009-06-04 13:36:10 -07:00 
						 
				 
			
				
					
						
							
							
								Iliyan Malchev 
							
						 
					 
					
						
						
							
						
						5b08cc9343 
					 
					
						
						
							
							Add new implementation of libcamera  (as libcamera2) (disabled)  
						
						... 
						
						
						
						libcamera2 uses code under vendor/qcom/proprietary/mm-camera, which is the
(Qualcomm proprietary) user-space component of the new camera framework.
Signed-off-by: Iliyan Malchev <malchev@google.com > 
						
						
					 
					
						2009-05-26 16:45:50 -07:00 
						 
				 
			
				
					
						
							
							
								Eric Laurent 
							
						 
					 
					
						
						
							
						
						99637cc77c 
					 
					
						
						
							
							Fix issue 1846343 - part 1  
						
						... 
						
						
						
						This change is the first part of a fix for issue 1846343, :
- Added new enum values for input sources in AudioRecord and MediaRecorder for voice uplink, downlink and uplink+downlink sources.
- renamed streamType to inputSource in all native functions handling audio record.
A second change is required in opencore author driver and android audio input to completely fix the issue. 
						
						
					 
					
						2009-05-25 00:06:07 -07:00 
						 
				 
			
				
					
						
							
							
								Dave Sparks 
							
						 
					 
					
						
						
							
						
						320ac6ec5a 
					 
					
						
						
							
							Remove deprecated openInputStream factory method  
						
						
						
						
					 
					
						2009-05-19 18:57:42 -07:00 
						 
				 
			
				
					
						
							
							
								Dave Sparks 
							
						 
					 
					
						
						
							
						
						d091bce7c1 
					 
					
						
						
							
							Modify openInputStream function to add inputSource type  
						
						... 
						
						
						
						Continuation of bug 1846343 
						
						
					 
					
						2009-05-19 14:37:08 -07:00 
						 
				 
			
				
					
						
							
							
								Wu-cheng Li 
							
						 
					 
					
						
						
							
						
						2d4298783a 
					 
					
						
						
							
							Add high ISO setting.  
						
						... 
						
						
						
						modified:   libcamera/QualcommCameraHardware.cpp
	modified:   libcamera/camera_ifc.h
b1815094 
						
						
					 
					
						2009-04-28 00:52:09 +08:00 
						 
				 
			
				
					
						
							
							
								Iliyan Malchev 
							
						 
					 
					
						
						
							
						
						e15b9f94b5 
					 
					
						
						
							
							remove yuv420sp2rgb from hardware/msm7k  
						
						... 
						
						
						
						Signed-off-by: Iliyan Malchev <malchev@google.com > 
						
						
					 
					
						2009-04-23 13:46:40 -07:00 
						 
				 
			
				
					
						
							
							
								Jean-Baptiste Queru 
							
						 
					 
					
						
						
							
						
						905b6f858d 
					 
					
						
						
							
							merge cupcake into donut  
						
						
						
						
					 
					
						2009-04-22 17:56:59 -07:00 
						 
				 
			
				
					
						
							
							
								Wu-cheng Li 
							
						 
					 
					
						
						
							
						
						667988af9c 
					 
					
						
						
							
							Change the severity of debug messages.  
						
						... 
						
						
						
						modified:   QualcommCameraHardware.cpp 
						
						
					 
					
						2009-04-22 16:27:04 +08:00 
						 
				 
			
				
					
						
							
							
								Wu-cheng Li 
							
						 
					 
					
						
						
							
						
						d50a4671a7 
					 
					
						
						
							
							Disable debug messages.  
						
						... 
						
						
						
						http://b/1786334  
					
						2009-04-21 17:04:04 +08:00 
						 
				 
			
				
					
						
							
							
								Ray Chen 
							
						 
					 
					
						
						
							
						
						a9c06e35b2 
					 
					
						
						
							
							Add brightness control and adjust brightness formula for better effect.  
						
						
						
						
					 
					
						2009-04-16 12:40:31 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a5e4e9b955 
					 
					
						
						
							
							AI 145679: Add picture size settings.  
						
						... 
						
						
						
						BUG=1761248
Automated import of CL 145679 
						
						
					 
					
						2009-04-09 23:46:14 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ea1911c38a 
					 
					
						
						
							
							AI 144213: Initial implementation of effect settings.  
						
						... 
						
						
						
						BUG=1753515
Automated import of CL 144213 
						
						
					 
					
						2009-04-02 02:38:09 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						85f77fe0fa 
					 
					
						
						
							
							AI 144187: Initial implementation of manual white-balance setting.  
						
						... 
						
						
						
						BUG=1742461
Automated import of CL 144187 
						
						
					 
					
						2009-04-02 01:39:36 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						800452873e 
					 
					
						
						
							
							AI 143161: am: CL 142857 Add some bluring to the animation. This requires a new kernel which will be checked-in later, at which point the blur effect will automatically be enabled.  
						
						... 
						
						
						
						Original author: mathias
  Merged from: //branches/cupcake/...
Automated import of CL 143161 
						
						
					 
					
						2009-03-27 15:40:04 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c4989dc74f 
					 
					
						
						
							
							AI 143154: am: CL 142838 Fix that the colors of preview and captured images are different.  
						
						... 
						
						
						
						After testing, setting auto-focus (AF) and white-balance (WB) change
  the color.
  AF will be enabled during AF start (camera_af_start()). There is no
  need to enable autofocus in setParameters. So, it is removed.
  WB is "AUTO" by default. If WB setting is unchanged, do not set it
  again.
  Original author: wuchengli
  Merged from: //branches/cupcake/...
Automated import of CL 143154 
						
						
					 
					
						2009-03-27 15:16:26 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						76c233c0a8 
					 
					
						
						
							
							Automated import from //branches/cupcake/...@142857,142857  
						
						
						
						
					 
					
						2009-03-25 21:43:45 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d69d9ec304 
					 
					
						
						
							
							Automated import from //branches/cupcake/...@142838,142838  
						
						
						
						
					 
					
						2009-03-25 19:27:41 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df9d04690c 
					 
					
						
						
							
							Automated import from //branches/donutburger/...@142828,142828  
						
						
						
						
					 
					
						2009-03-25 18:22:18 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f1d217583e 
					 
					
						
						
							
							Automated import from //branches/cupcake/...@142827,142827  
						
						
						
						
					 
					
						2009-03-25 18:19:11 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7a78677677 
					 
					
						
						
							
							Automated import from //branches/donutburger/...@142425,142425  
						
						
						
						
					 
					
						2009-03-24 22:41:38 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4d1aca918c 
					 
					
						
						
							
							Automated import from //branches/donutburger/...@142268,142268  
						
						
						
						
					 
					
						2009-03-24 22:19:38 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fa8f6a0733 
					 
					
						
						
							
							Automated import from //branches/donutburger/...@141204,141204  
						
						
						
						
					 
					
						2009-03-24 19:49:29 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b3c5336084 
					 
					
						
						
							
							Automated import from //branches/cupcake/...@142424,142424  
						
						
						
						
					 
					
						2009-03-24 19:40:56 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80fc405c88 
					 
					
						
						
							
							Automated import from //branches/donutburger/...@141086,141086  
						
						
						
						
					 
					
						2009-03-24 19:29:20 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						90b127df23 
					 
					
						
						
							
							Automated import from //branches/cupcake/...@142174,142174  
						
						
						
						
					 
					
						2009-03-24 19:13:05 -07:00 
						 
				 
			
				
					
						
							
							
								The Android Open Source Project 
							
						 
					 
					
						
						
							
						
						55a9f03b18 
					 
					
						
						
							
							auto import from //branches/cupcake_rel/...@141571  
						
						
						
						
					 
					
						2009-03-19 23:08:56 -07:00 
						 
				 
			
				
					
						
							
							
								The Android Open Source Project 
							
						 
					 
					
						
						
							
						
						cec896b2ee 
					 
					
						
						
							
							auto import from //branches/cupcake_rel/...@140373  
						
						
						
						
					 
					
						2009-03-18 17:39:47 -07:00 
						 
				 
			
				
					
						
							
							
								The Android Open Source Project 
							
						 
					 
					
						
						
							
						
						4fa97b8ce4 
					 
					
						
						
							
							auto import from //branches/cupcake_rel/...@138607  
						
						
						
						
					 
					
						2009-03-13 13:04:24 -07:00 
						 
				 
			
				
					
						
							
							
								The Android Open Source Project 
							
						 
					 
					
						
						
							
						
						102e25e367 
					 
					
						
						
							
							auto import from //branches/cupcake/...@137873  
						
						
						
						
					 
					
						2009-03-12 11:02:43 -07:00 
						 
				 
			
				
					
						
							
							
								Iliyan Malchev 
							
						 
					 
					
						
						
							
						
						e131c20ca3 
					 
					
						
						
							
							user-space RPC library  
						
						... 
						
						
						
						Signed-off-by: Iliyan Malchev <malchev@google.com > 
						
						
					 
					
						2008-11-12 17:27:52 -08:00 
						 
				 
			
				
					
						
							
							
								Iliyan Malchev 
							
						 
					 
					
						
						
							
						
						b1ac76424d 
					 
					
						
						
							
							add camera-interface library for dream  
						
						... 
						
						
						
						Signed-off-by: Iliyan Malchev <malchev@google.com > 
						
						
					 
					
						2008-11-05 17:34:46 -08:00 
						 
				 
			
				
					
						
							
							
								Iliyan Malchev 
							
						 
					 
					
						
						
							
						
						c777648893 
					 
					
						
						
							
							update libaudio to new snd-driver ioctls  
						
						... 
						
						
						
						Signed-off-by: Iliyan Malchev <malchev@google.com > 
						
						
					 
					
						2008-11-03 22:12:27 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Swetland 
							
						 
					 
					
						
						
							
						
						c405a5fb28 
					 
					
						
						
							
							msm7k hardware glue, initial checkin: libaudio  
						
						
						
						
					 
					
						2008-10-28 21:53:33 -07:00