summaryrefslogtreecommitdiffstats
path: root/camera
Commit message (Expand)AuthorAgeFilesLines
* CameraHal: OMX: Reset component buffer allocDaniel Levin2012-10-101-0/+14
* OMXCameraAdapter: Fix for Shutter sound in bracketingAleksandar Dimitrov2012-10-103-6/+1
* Camera: Rework CPCam to preserve HAL ABI compatibilityDaniel Levin2012-10-104-18/+135
* Camera: Link to libcpcamcamera_clientDaniel Levin2012-10-101-0/+11
* Camera: Use share buffer allocator for metadataEmilian Peev2012-10-108-81/+95
* CameraHal: CTS preview callback fixEmilian Peev2012-10-101-3/+4
* Merge "CameraHal: Avoids possible race conditions while accessing 'mParams'" ...Daniel Levin2012-07-253-0/+26
|\
| * CameraHal: Avoids possible race conditions while accessing 'mParams'Emilian Peev2012-05-237-91/+84
| * CameraHAL: Aligns UV planes during YV12 preview callbacksEmilian Peev2012-05-101-4/+28
| * CameraHal: Remove lock queries from 'mParams' during 'getParameters()'Emilian Peev2012-05-081-10/+16
| * CameraHal: Add support for YUY2 preview callbacksEmilian Peev2012-05-072-7/+46
| * CameraHal: Do full AF sweep during lost AF statusEmilian Peev2012-05-042-8/+10
| * CameraHal: Fix for YV12 camera callbacksEmilian Peev2012-04-291-3/+7
| * CameraHAL: Fix for CTS test #testFocusDistancesEmilian Peev2012-04-111-0/+2
| * CameraHal: Speedup face detection startEmilian Peev2012-03-233-10/+16
* | Merge "camera: fix deadlock because of mStateSwitchLock" into jb-migrationDaniel Levin2012-07-252-0/+18
|\ \ | |/
| * camera: fix deadlock because of mStateSwitchLockTyler Luu2012-03-232-2/+18
| * camera: prevent possible deadlock scenarioTyler Luu2012-03-232-4/+7
| * CameraHal: Remove excessive focus mode configurationsEmilian Peev2012-03-232-8/+7
| * CameraHal: Don't signal off AF status events to 'doAutoFocus()'Emilian Peev2012-03-231-1/+2
| * Merge "CameraHal: Omit 'apply3Adefaults()' during initialization"Wu-cheng Li2012-03-133-37/+4
| |\
| | * CameraHal: Omit 'apply3Adefaults()' during initializationEmilian Peev2012-03-133-37/+4
| * | Merge "CameraHal: Cuts down execution time of 'get-/setParameters()'"Wu-cheng Li2012-03-135-147/+228
| |\ \ | | |/
| * | Switched to use header files from /frameworks/nativeJames Dong2012-03-121-1/+2
* | | Merge "CameraHal: Cuts down execution time of 'get-/setParameters()'" into jb...Daniel Levin2012-07-255-144/+156
|\ \ \ | | |/ | |/|
| * | CameraHal: Cuts down execution time of 'get-/setParameters()'Emilian Peev2012-03-135-147/+228
| |/
| * fix hardcoded include pathsMathias Agopian2012-03-051-2/+0
| * remove dependency on android_native_buffer.hMathias Agopian2012-02-241-1/+0
| * Update includes for ion helper libraryRebecca Schultz Zavin2012-02-222-2/+1
* | Merge "CameraHal: Workaround for delayed AF events" into jb-migrationDaniel Levin2012-07-251-2/+11
|\ \ | |/
| * CameraHal: Workaround for delayed AF eventsEmilian Peev2012-02-141-14/+18
| * CameraHal: Reduces Camera logcat printsEmilian Peev2012-02-114-12/+18
| * CameraHal: Various AF related fixesEmilian Peev2012-02-113-30/+24
* | Merge "CameraHal: Avoid possible segfaults in 'setExtraData()'" into jb-migra...Daniel Levin2012-07-251-1/+2
|\ \ | |/
| * CameraHal: Avoid possible segfaults in 'setExtraData()'Emilian Peev2012-02-111-1/+2
* | Merge "CameraHal: Implementation for CAF status callbacks" into jb-migrationDaniel Levin2012-07-253-16/+52
|\ \ | |/
| * CameraHal: Implementation for CAF status callbacksTyler Luu2012-02-018-46/+141
| * CameraHal: Fix timing issue with focus msg disableTyler Luu2012-02-011-2/+2
| * Prevent duplicate DateTime tags in EXIF.Angus Kong2012-01-192-6/+4
| * Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-089-29/+29
| * Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
| * Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
| * Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-033-5/+5
| * am 3500401f: am 82a05e51: Use local time in EXIF.Angus Kong2011-12-141-2/+2
| |\
| * | CameraHal: Add missing null check in OMX3ATyler Luu2011-12-121-2/+2
| * | CameraHal: Fix preview not starting after surface is abdandonedTyler Luu2011-12-052-6/+13
| * | CameraHAL: Prevent deadlock in AppCallbackNotifier::stop()Tyler Luu2011-12-022-25/+51
| * | CameraHAL: Exit Appcallback thread immediately.Akwasi Boateng2011-12-011-1/+2
| * | CameraHAL: Fixes a couple of corner cases with AF and captureAkwasi Boateng2011-12-012-11/+15
| * | CameraHAL: Handling OMX initializationAkwasi Boateng2011-12-012-39/+40