mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-07 22:23:00 +00:00

The C3 ISP supports multi-camera and multi-exposure HDR, integrates advanced imaging technologies for optimal quality, and drives the core pipeline to transform raw sensor data into high-fidelity images through demosaicing, color correction, and tone mapping operations. Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Keke Li <keke.li@amlogic.com> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> [hverkuil: drop unnecessary vb2_ops_wait_prepare/finish callbacks]
11 lines
238 B
Makefile
11 lines
238 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
c3-isp-objs := c3-isp-dev.o \
|
|
c3-isp-params.o \
|
|
c3-isp-stats.o \
|
|
c3-isp-capture.o \
|
|
c3-isp-core.o \
|
|
c3-isp-resizer.o
|
|
|
|
obj-$(CONFIG_VIDEO_C3_ISP) += c3-isp.o
|