History log of /hardware/msm7k/libcamera/QualcommCameraHardware.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c3dee7890047bad1136078f0f6e2b6d1a9a24947 08-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: I8c589a92ddd26c0c3a12f24cf1633ab5b4d828c6
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
3fb19cd0b6534ef9d36f8ac0c5ddbdc73ed92a26 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/157065

Bug: 5449033
Change-Id: I367c22b5c3a9f5796feddb14923063db015ae957
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
5a182ec3e8b87b6538b4b492cb993239a677915f 04-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/156801

Bug: 5449033
Change-Id: I78b66b41c3acc34d674fd5300773b4cc1a451d81
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
22f2554680715d1ea993409217a4a21f652ef130 20-Oct-2011 Steve Block <steveblock@google.com> Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/143865

Bug: 5449033
Change-Id: I90081db21c71365e7b11427a859522acabf6fdc3
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
6688eab51d3d61e77e93c13d1525b4fd38dec0ae 10-Jun-2010 Chih-Chung Chang <chihchung@google.com> Change camera interface to support multiple cameras.

Change-Id: I32fa5615b7fcd4caba34283d4b252bac478aa1eb
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
8dd179b07f00e35208dd4cf48e14264717e8d5a0 19-Mar-2010 Jean-Baptiste Queru <jbq@google.com> Add tags and notices where appropriate.

Also tweak copyright notices as appropriate.

Bug: 2084753
Change-Id: Ifbf795b8b16dbc45cf5ac9a72b97f2b74cbf3550
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
0175d5a9b3e3859296fd6333bf2c8112d5623dc9 08-Jan-2010 Joe Onorato <joeo@android.com> less log spew
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
d6f2216c68fbe971bec5ac2d3151ee44f04126e6 16-Jul-2009 Rebecca Schultz Zavin <rebecca@android.com> Change libcamera to load the vendor camera library by the new name, liboemcamera instead of libqcamera.

Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
c6a48705d4cb06569a234a7345ce7429e514dd73 20-May-2009 Mathias Agopian <mathias@google.com> move libbinder's header files under includes/binder
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
c752bd46b4cda2c0614dde761273068b8c3ccb58 26-Apr-2009 Wu-cheng Li <wuchengli@google.com> Add high ISO setting.
modified: libcamera/QualcommCameraHardware.cpp
modified: libcamera/camera_ifc.h

b1815094
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
46f67637e4f8958bd9214e9cb40388c796e9fe31 22-Apr-2009 Wu-cheng Li <wuchengli@google.com> Change the severity of debug messages.
modified: QualcommCameraHardware.cpp
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
76747017b7c35670b03017e6d28afdc630508cf3 20-Apr-2009 Wu-cheng Li <wuchengli@google.com> Disable debug messages.

http://b/1786334
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
be81b3acb45c73f5772fab0b1043594983baa5e9 15-Apr-2009 Ray Chen <raychen@google.com> Add brightness control and adjust brightness formula for better effect.
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
9ab58223ab1b5af8d6f71d15972957a8dcd6184a 10-Apr-2009 Wu-cheng Li <> AI 145679: Add picture size settings.
BUG=1761248

Automated import of CL 145679
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
d4a55e8bf3d88cab16dc96bade8117fe309c033b 02-Apr-2009 Wu-cheng Li <> AI 144213: Initial implementation of effect settings.
BUG=1753515

Automated import of CL 144213
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
fc7587e2aac02e244627ad1fcd7b850e48dfa505 02-Apr-2009 Wu-cheng Li <> AI 144187: Initial implementation of manual white-balance setting.
BUG=1742461

Automated import of CL 144187
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
0742c5b4a47b776e46544e439992760f2873ec3e 27-Mar-2009 Wu-cheng Li <> 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
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
514810b1016b578d2f13711e47d0a184f4f88d4b 25-Mar-2009 Iliyan Malchev <> Automated import from //branches/donutburger/...@142425,142425
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
399de99cb01c8b4e05b21bdc085db9978ceac151 25-Mar-2009 Iliyan Malchev <> Automated import from //branches/donutburger/...@142268,142268
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
75fcc567fe9fa0d91c124b6592238499a9318b07 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
7510aaf4b3a3c545d943b09e0fb9f56ea2fc5e24 12-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@137873
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp
1b434e55f6679a8a60f92c4ba6c7eaf57f8f04c7 06-Nov-2008 Iliyan Malchev <malchev@google.com> add camera-interface library for dream

Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/msm7k/libcamera/QualcommCameraHardware.cpp