| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I7f1cdc2ce64d60da97cb7d829f51bb4bb1b07c89
|
|
|
|
|
|
|
|
|
| |
crespo: libcamera is for only herring not boards what are based
on s5pc110. So the module name is changed to
camera.herring.so from camera.s5pc110.so
Change-Id: Ie2231ecfd4c97dd72fba8258e489f90df27b9f51
Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
|
|
|
|
|
| |
Change-Id: I2884f34700cd1cd66f0604378cf12b713263a9d1
Signed-off-by: Iliyan Malchev <malchev@google.com>
|
|
|
|
| |
Change-Id: I0e410d7b641c19a773c3bc57cb78e8aa3e27a3ff
|
|
|
|
|
|
|
|
|
|
| |
Remove a bunch of #ifdef conditionals to cleanup the code. The #else
cases have generally not been tested for months now and we don't use
them, and this makes it easier to follow for the next round of logic
cleanup coming up.
Change-Id: I4a78901916ed9393ef9b904a1e8037cd645be3b4
Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com>
|
|
|
|
|
| |
Change-Id: I3df95e29de2ccd4cc4643205b6ce6eae6916d32b
Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
|
|
|
|
|
|
|
| |
Also include it in the product definition so that it still gets
used when building crespo
Change-Id: I0ae91726222b40a259339cba4364d03ca74d7cff
|
|
|
|
|
|
|
|
|
|
|
|
| |
libs3cjpeg is library about JPEG encoding by H/W IP.
But libs3cjpeg is Samsung confidential library.
There is some license issues.
In addition, Google doesn't want using H/W JPEG encoder.
So It was modified for just working some function and building binary.
It doesn't work to capture the picture cause problem of jpeg encoding.
Change-Id: Ib5e1377d91a536002a2f94206bb3bdfdbc330688
Signed-off-by: Jeong-Seok Yang <jseok.yang@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
|
|
|
|
|
|
|
|
|
|
|
|
| |
Two benefits:
-this follows the convention that all Android.mk files are included,
i.e. that reading an Android.mk file shows the entire picture.
-this allows some of the leaves to become non-conditional, to increase
the number of device-specific modules that are compiled in each build,
which allows catching build breakages earlier.
Change-Id: I060a4aecc4b5d53b9ca56f13b8599b8fa560f896
|
|
Change-Id: I4a6ee248b407c67682eb8884d1176f4807288c7c
|