summaryrefslogtreecommitdiff
path: root/src/ipa/rkisp1/algorithms/meson.build
diff options
context:
space:
mode:
authorFlorian Sylvestre <fsylvestre@baylibre.com>2022-07-27 10:38:19 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-07-28 14:55:04 +0300
commit5b07fa200334bd4932f7b0506cc38bd331ca84f4 (patch)
treee79fdd0a43acb18dd2c34c6d60bebd1ccaa4492a /src/ipa/rkisp1/algorithms/meson.build
parent7a80e01b4ab3f8982fbbbd1746025da2dc5e1390 (diff)
ipa: rkisp1: Add support of ColorProcessing control
Add ColorProcessing algorithm that is in charge to manage brightness, contrast and saturation controls. These controls are currently based on user controls. Signed-off-by: Florian Sylvestre <fsylvestre@baylibre.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/rkisp1/algorithms/meson.build')
-rw-r--r--src/ipa/rkisp1/algorithms/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/rkisp1/algorithms/meson.build b/src/ipa/rkisp1/algorithms/meson.build
index dcd24fe0..e48974b4 100644
--- a/src/ipa/rkisp1/algorithms/meson.build
+++ b/src/ipa/rkisp1/algorithms/meson.build
@@ -4,6 +4,7 @@ rkisp1_ipa_algorithms = files([
'agc.cpp',
'awb.cpp',
'blc.cpp',
+ 'cproc.cpp',
'dpcc.cpp',
'filter.cpp',
'gsl.cpp',