| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
| |
- fix typo err
Change-Id: Iff7179e9f1d456965b666ac9d23d60f3ed6837e3
Signed-off-by: hoony.yu <hoony.yu@samsung.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Modify constraints check routine according to hw spec
Change-Id: I236efacb457f2b3b79c43f4d510c523e95330706
Signed-off-by: hoony.yu <hoony.yu@samsung.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
The android framework was altered to change the rotation/flip
order, so this is no longer required.
This reverts commit 6a0dfcee1be91e7fc61dd9f62bdeee7a10fbffb2.
Change-Id: I3ebd17683bfe485a21e04506bd5031a88280b304
|
|
|
|
|
|
|
| |
Change-Id: I05d6d098fb07ecf892a35edfff03aa14fce8a4fb
Signed-off-by: hoony.yu <hoony.yu@samsung.com>
pid:3491
|
|
|
|
|
|
|
| |
must not queue buffer before commit.
Change-Id: I2ab7685200857fb9785dd8756943a02da0150974
Signed-off-by: hoony.yu <hoony.yu@samsung.com>
|
|
|
|
|
|
|
|
| |
bug:3059865
pid:3374
Change-Id: I3a73d814a16ac2afa00ba56d6361a813042643be
Signed-off-by: hoony.yu <hoony.yu@samsung.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Change-Id: I3c0a9d17d2688731dd37d5d2b140531f6693b925
Signed-off-by: hoony.yu <hoony.yu@samsung.com>
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
- add liboverlay source.
- add overlay option in BoardConfig.mk
- add overlay renderer on libcamera
- change the mode of video0,2
Change-Id: Icd392a80c0baa7b6e608a9b0cf57abfd74ae9f01
|