summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Implement custom VSYNC IOCTL for crespo.Michael Brehm2012-09-181-0/+1
| | | | | | | | From http://review.cyanogenmod.com/#/c/23406/ Requires kernel patch http://review.cyanogenmod.com/#/c/23540/ Change-Id: I03b3e832b2973d0f7829e090639cc3d22bf45440
* libhwcomposer: VSYNC_ACTIVE ioctl -> VSYNC_INTGreg Hackmann2012-05-151-1/+1
| | | | | | | VSYNC_INT fixed in kernel, and redundant VSYNC_ACTIVE removed Change-Id: I4f93f5baf8fd357cd819a26650b0d821a357d7c8 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* crespo libhwcomposer: handle vsync ueventsGreg Hackmann2012-04-251-1/+1
| | | | | Change-Id: Ida75ba839ef9444adf4ae69dee940b5d15d79e60 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I03a60758c6dad0d9ecbce42f092a0fe757bd7184
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: If4249034e0a90a502aba69c199173c8ad4af93b3
* Camera: move AF polling code from driver into HALkyoungho.yun2011-11-141-1/+4
| | | | | | | | Preview is paused during auto focus. To fix this, move polling code from driver to HAL. Change-Id: Id46d9ccd2aad1a269806f4fddf8ad39c3c87bae9 Signed-off-by: kyoungho.yun <kyoungho.yun@samsung.com>
* Change SEC-OMX for surface texture encoding.SeungBeom Kim2011-08-311-0/+8
| | | | | | | | | | | | Adding support for NV12 encoding. Adding use IMG Blit API. Dependencies - Change I753540bb: S5PC11X: MFC: Adding support for NV12 encoding. also fixed bug: 5226617 Change-Id: Id3d4dfa9c3f7c4aebe05482db71902d3af4e994d Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
* libhwcompower: Add HWCompower HALjung-min.oh2011-08-244-0/+586
| | | | | Change-Id: I8842908564b4556621af4e9d1245e07673f6d87c Signed-off-by: jung-min.oh <jung-min.oh@samsung.com>
* 5PC11X: libcamera: move lens to default position when preview startskyoungho.yun2010-12-071-0/+1
| | | | | | | | | | | After taking a picture, the focus is maintained. So if user change from camera mode to video mode after taking a picture very closely to object, focus in video mode is not normal. So move lens to default position when preview starts. Change-Id: I3e41acbb22ad8a754755feae304c287dce690425 Signed-off-by: kyoungho.yun <kyoungho.yun@samsung.com>
* libcamera: Fix EXIF informationsJeong-Seok Yang2010-10-281-0/+1
| | | | | | | | | Binary version, ISO, focal-length, and flash informations in EXIF are fixed correctly. Change-Id: I2dbfd217ae1e1bb875848ba89c4633a93d337779 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com> pid:3604
* SP5C11X: libcamera: Improve start up timeMike J. Chen2010-10-171-55/+601
| | | | | | | | | | | This is part of change to the interface between driver and HAL so that driver doesn't do anything if a setting is the same as current. The HAL part is to send all settings for preview in one ioctl, instead of about a dozen to save even more time (total is about 500ms). Change-Id: I46392e970fd1725719359cdf7fb6ca2006beba4c Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com>
* libcamera: defensive code for protecting ESDJeong-Seok Yang2010-10-041-0/+1
| | | | | Change-Id: I3333df8437bb54897df8594229ffcc1b23221f7f Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* libcamera: a header file for libcameraJeong-Seok Yang2010-09-151-0/+84
| | | | | Change-Id: Ib0352089baa272b5dee3396c45b9c6021c9b05a2 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* S5PC11X: OVERLAY: Added overlay feature.hoony.yu2010-09-141-0/+2
| | | | | | | | | - add liboverlay source. - add overlay option in BoardConfig.mk - add overlay renderer on libcamera - change the mode of video0,2 Change-Id: Icd392a80c0baa7b6e608a9b0cf57abfd74ae9f01
* S5PC110: 3D: Add header files to support rendering using texture streamEd Heyl2010-08-263-0/+270
Change-Id: I36dff2eb210739e815af49f60176cc5256f8821f