summaryrefslogtreecommitdiffstats
path: root/liboverlay
Commit message (Collapse)AuthorAgeFilesLines
* S5PC11X: OVERLAY: Modify to check constraints.hoony.yu2010-11-021-27/+14
| | | | | | | | - remove constraints: src width % 16, dst width % 2 - change constraints: minimum size of dst width = 16 , calculation of offset Change-Id: If53eaa3eef822f5d36f3a25ad2771c3316386bd4 Signed-off-by: hoony.yu <hoony.yu@samsung.com>
* S5PC11X: OVERLAY: fix a bug of overlay_setPosition()hoony.yu2010-11-021-4/+4
| | | | | | | - fix typo err Change-Id: Iff7179e9f1d456965b666ac9d23d60f3ed6837e3 Signed-off-by: hoony.yu <hoony.yu@samsung.com>
* liboverlay: fix overlay constraintsSimon Wilson2010-11-011-11/+13
| | | | | | | | | | | | Round up overlay sizes to nearest multiple of 2 (or 8) and allow destinations of less than 16x16 to be used, since the hardware actually supports a minimum of 8x8. For sizes less than this, treat as 8x8 for now. Fixes a known issue with the Instant Heart Rate app. Change-Id: Ia039e82799d80ce82ea8e58917c02faf6bebdf77 Id: Ieb6e4c68902c38de263093719bc9ec0095a91fb0
* S5PC11X: OVERLAY: Modify to check constraintsjungmin2010-10-272-29/+85
| | | | | | | Modify constraints check routine according to hw spec Change-Id: I236efacb457f2b3b79c43f4d510c523e95330706 Signed-off-by: hoony.yu <hoony.yu@samsung.com>
* Fix OVERLAY_TRANSFORM_FLIP_H and OVERLAY_TRANSFORM_FLIP_V.Wu-cheng Li2010-10-231-2/+4
| | | | | | | | | | | | | OVERLAY_TRANSFORM_FLIP_H = FIMC VFLIP OVERLAY_TRANSFORM_FLIP_V = FIMC HFLIP FIMC rotates first but android flips first. So, OVERLAY_TRANSFORM_FLIP_H and then OVERLAY_TRANSFORM_ROT_90 = OVERLAY_TRANSFORM_ROT_90 and then OVERLAY_TRANSFORM_FLIP_V = FIMC ROT 90 and then FIMC HFLIP bug:3114236 Change-Id: I07c2f40d5324a9b8e022ea30199ccb7c2aa56208
* Revert "S5PC11X: OVERLAY: change flip & rotation order."Simon Wilson2010-10-211-5/+2
| | | | | | | | | The android framework was altered to change the rotation/flip order, so this is no longer required. This reverts commit 6a0dfcee1be91e7fc61dd9f62bdeee7a10fbffb2. Change-Id: I3ebd17683bfe485a21e04506bd5031a88280b304
* S5PC11X: OVERLAY: change flip & rotation order.hoony.yu2010-10-211-2/+5
| | | | | | | Change-Id: I05d6d098fb07ecf892a35edfff03aa14fce8a4fb Signed-off-by: hoony.yu <hoony.yu@samsung.com> pid:3491
* S5PC11X: OVERLAY: Fix a bug - queueBuffer errhoony.yu2010-10-191-0/+1
| | | | | | | must not queue buffer before commit. Change-Id: I2ab7685200857fb9785dd8756943a02da0150974 Signed-off-by: hoony.yu <hoony.yu@samsung.com>
* S5PC11X: OVERLAY: Add H-FLIP and V-FLIP optionshoony.yu2010-10-193-1/+73
| | | | | | | | bug:3059865 pid:3374 Change-Id: I3a73d814a16ac2afa00ba56d6361a813042643be Signed-off-by: hoony.yu <hoony.yu@samsung.com>
* S5PC11X: OVERLAY: Fix a bug - incorrect comparison.hoony.yu2010-10-141-21/+22
| | | | | | | | overlay_commit() compare previous resolution not with requested resolution, but with real resolution. Change-Id: Id36f60a307628280e8074c03aba34c0d7c6bef46 Signed-off-by: hoony.yu <hoony.yu@samsung.com>
* S5PC11X: OVERLAY: Fix a bug related to use a mutexhoony.yu2010-10-081-7/+24
| | | | | Change-Id: I3c0a9d17d2688731dd37d5d2b140531f6693b925 Signed-off-by: hoony.yu <hoony.yu@samsung.com>
* S5PC11X: OVERLAY: Update liboverlayhoony.yu2010-09-174-61/+109
| | | | | | | | | | | - remove unused define. - change number of buffers. - support overlay in case of non zero copy. - change OVERLAY_FORMAT_DEFAULT for camera. - rearrange the color format which used in liboverlay. Change-Id: Id7cf09f490800c61c85fddd18a391242cb4e9627 Signed-off-by: hoony.yu <hoony.yu@samsung.com>
* S5PC11X: OVERLAY: Added overlay feature.hoony.yu2010-09-144-0/+2197
- add liboverlay source. - add overlay option in BoardConfig.mk - add overlay renderer on libcamera - change the mode of video0,2 Change-Id: Icd392a80c0baa7b6e608a9b0cf57abfd74ae9f01