Iliyan Malchev
261e53ebec
am 384fc2db: libcamera2: update to match new libqcamera.so
...
Merge commit '384fc2db5ad3ec835b72dd84240a2552f84e2a52'
* commit '384fc2db5ad3ec835b72dd84240a2552f84e2a52':
libcamera2: update to match new libqcamera.so
2009-06-16 08:35:57 -07:00
Iliyan Malchev
9e7909b439
libcamera2: update to match new libqcamera.so
...
Signed-off-by: Iliyan Malchev <malchev@google.com >
2009-06-15 15:22:17 -07:00
Chih-Chung Chang
945ea689b5
am 31a2ffa6: Add set rotation function.
...
Merge commit '31a2ffa6ca0cc5ce6f389ac44799f92f0329cd74'
* commit '31a2ffa6ca0cc5ce6f389ac44799f92f0329cd74':
Add set rotation function.
2009-06-15 02:55:37 -07:00
Chih-Chung Chang
4f48dacada
Add set rotation function.
2009-06-15 17:00:23 +08:00
Chih-Chung Chang
3bcd703dac
am 332a7c3c: Accept parameter "jpeg-thumbnail-quality" to specify thumbnail quality.
...
Merge commit '332a7c3c0fcc65d766208b901142ff924d8a7eda'
* commit '332a7c3c0fcc65d766208b901142ff924d8a7eda':
Accept parameter "jpeg-thumbnail-quality" to specify thumbnail quality.
2009-06-15 00:34:56 -07:00
Chih-Chung Chang
93cde78899
Accept parameter "jpeg-thumbnail-quality" to specify thumbnail quality.
2009-06-15 15:32:20 +08:00
Wu-cheng Li
d5b245b737
am 7c51cb81: Cancel autofocus in stopPreview.
...
Merge commit '7c51cb81f6aa8030d893463cbc65c0e18e2a6956'
* commit '7c51cb81f6aa8030d893463cbc65c0e18e2a6956':
Cancel autofocus in stopPreview.
2009-06-14 21:31:22 -07:00
Wu-cheng Li
2e8a9ddd4c
Cancel autofocus in stopPreview.
2009-06-12 21:57:55 +08:00
James Dong
37c4d652b8
am 2697f855: Fix deadlock in camera hal when auto focus failed
...
Merge commit '2697f855be4d8b0bccbb3ba5bf1ae1547d2cf595'
* commit '2697f855be4d8b0bccbb3ba5bf1ae1547d2cf595':
Fix deadlock in camera hal when auto focus failed
2009-06-11 01:02:50 -07:00
Iliyan Malchev
8dd361b496
am 0233cce1: libcamera: avoid a race condition on starting and stopping a recording
...
Merge commit '0233cce1fad9b150c93f80a06aeaac8de6da8cdf'
* commit '0233cce1fad9b150c93f80a06aeaac8de6da8cdf':
libcamera: avoid a race condition on starting and stopping a recording
2009-06-11 00:45:16 -07:00
Iliyan Malchev
dcf86dca1a
am 5fe5fdf8: libcamera: default brightness to 5 when not specified by camera
...
Merge commit '5fe5fdf8082f6ebde346d2a32c50d567dd3eeb5b'
* commit '5fe5fdf8082f6ebde346d2a32c50d567dd3eeb5b':
libcamera: default brightness to 5 when not specified by camera
2009-06-11 00:45:14 -07:00
Iliyan Malchev
75767da3f7
am 4c9f9c81: remove floats from libcamera2
...
Merge commit '4c9f9c818223cc5ad0db63553796a54f29e959d1'
* commit '4c9f9c818223cc5ad0db63553796a54f29e959d1':
remove floats from libcamera2
2009-06-11 00:45:06 -07: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
79003a001f
am 9ef7ea7e: libcamera2: update the frame offset after we call the recording callback
...
Merge commit '9ef7ea7ef81ae46de84e660024a73047372cc133'
* commit '9ef7ea7ef81ae46de84e660024a73047372cc133':
libcamera2: update the frame offset after we call the recording callback
2009-06-10 17:20:00 -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
f98b50d17f
am 555123e9: Restore the support for SQVGA (bug 1901755)
...
Merge commit '555123e9f23a8e04aa51f1715faccd7af6c661b0'
* commit '555123e9f23a8e04aa51f1715faccd7af6c661b0':
Restore the support for SQVGA (bug 1901755)
2009-06-05 21:17:52 -07:00
James Dong
366cd7e1e3
Restore the support for SQVGA (bug 1901755)
2009-06-05 17:59:32 -07:00
Iliyan Malchev
16a33ee8f6
fix libcamera2 for master branch
...
Signed-off-by: Iliyan Malchev <malchev@google.com >
2009-06-05 13:53:31 -07:00
The Android Open Source Project
23ef3090e3
temporarily roll back to libcamera
2009-06-05 00:55:39 -07:00
Iliyan Malchev
1f58bba355
am f807d649: disable libcamera and enable libcamera2
...
Merge commit 'f807d6492a01f5503d4abf9817d0d1cee44e0987'
* commit 'f807d6492a01f5503d4abf9817d0d1cee44e0987':
disable libcamera and enable libcamera2
2009-06-05 00:29:45 -07:00
Iliyan Malchev
7f0b424fe4
am 74eeb58d: Update reflects changes in type names in msm_camera.h.
...
Merge commit '74eeb58db32e66236411bede6af729d2ca1ecb45'
* commit '74eeb58db32e66236411bede6af729d2ca1ecb45':
Update reflects changes in type names in msm_camera.h.
2009-06-04 22:44:09 -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
2796e5d62e
am f88bf1f4: Add new implementation of libcamera (as libcamera2) (disabled)
...
Merge commit 'f88bf1f46c0f5e0d13e12148ad612e96e81a6850'
* commit 'f88bf1f46c0f5e0d13e12148ad612e96e81a6850':
Add new implementation of libcamera (as libcamera2) (disabled)
2009-05-26 17:51:48 -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
8da2f941b2
am d3f960b7: Fix issue 1846343 - part 1
...
Merge commit 'd3f960b7f4401fae773bca8d93c3c72b9df1476b'
* commit 'd3f960b7f4401fae773bca8d93c3c72b9df1476b':
Fix issue 1846343 - part 1
2009-05-26 10:11:48 -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
Android (Google) Code Review
13725150c1
Merge changes 2050,2051
...
* changes:
move libbinder's header files under includes/binder
add libbinder deps where needed
2009-05-20 12:49:24 -07:00
Dave Sparks
9a96ef7131
am 597296ef: Remove deprecated openInputStream factory method
...
Merge commit '597296efb5c7727294b69c3c756d71ae1c509eb1'
* commit '597296efb5c7727294b69c3c756d71ae1c509eb1':
Remove deprecated openInputStream factory method
2009-05-20 08:54:49 -07:00
Dave Sparks
c9600c36f8
am 9e8b6821: Modify openInputStream function to add inputSource type Continuation of bug 1846343
...
Merge commit '9e8b6821afad923dcc616768f7582545c90a0bc6'
* commit '9e8b6821afad923dcc616768f7582545c90a0bc6':
Modify openInputStream function to add inputSource type
2009-05-20 08:54:49 -07:00
Mathias Agopian
425b3ab648
move libbinder's header files under includes/binder
2009-05-19 19:08:40 -07:00
Dave Sparks
320ac6ec5a
Remove deprecated openInputStream factory method
2009-05-19 18:57:42 -07:00
Mathias Agopian
0fa659a8ff
add libbinder deps where needed
2009-05-19 17:28:40 -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
b6ea08b4e7
am c752bd4: Add high ISO setting.
...
Merge commit 'c752bd46b4cda2c0614dde761273068b8c3ccb58'
* commit 'c752bd46b4cda2c0614dde761273068b8c3ccb58':
Add high ISO setting.
2009-04-29 13:43:11 -07:00
Iliyan Malchev
fc86a88d97
am 48e4613: remove yuv420sp2rgb from hardware/msm7k
...
Merge commit '48e461321be9f64151d144ee645e3a1be5ab56aa'
* commit '48e461321be9f64151d144ee645e3a1be5ab56aa':
remove yuv420sp2rgb from hardware/msm7k
2009-04-29 13:43:11 -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
4668254fda
Merge donut into master
2009-04-22 18:33:17 -07:00
Jean-Baptiste Queru
905b6f858d
merge cupcake into donut
2009-04-22 17:56:59 -07:00
Jean-Baptiste Queru
54f8aefc49
Merge donut into master
2009-04-22 17:12:35 -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
a87504d81b
Merge branch 'readonly-p4-master'
2009-04-09 23:47:43 -07:00
acfea40fd5
AI 145680: am: CL 145679 Add picture size settings.
...
Original author: wuchengli
Automated import of CL 145680
2009-04-09 23:46:28 -07:00
a5e4e9b955
AI 145679: Add picture size settings.
...
BUG=1761248
Automated import of CL 145679
2009-04-09 23:46:14 -07:00