libcamera/src/ipa/rkisp1/algorithms/meson.build
Florian Sylvestre 5b07fa2003 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>
2022-07-28 14:55:04 +03:00

12 lines
197 B
Meson

# SPDX-License-Identifier: CC0-1.0
rkisp1_ipa_algorithms = files([
'agc.cpp',
'awb.cpp',
'blc.cpp',
'cproc.cpp',
'dpcc.cpp',
'filter.cpp',
'gsl.cpp',
'lsc.cpp',
])