libcamera: software_isp: Create algorithms

We are ready to introduce algorithms now.  First, let's create
algorithms.  The algorithms are not called yet, calls to them will be
added in followup patches.

The maximum number of contexts is set to the same value as in hardware
pipelines.

Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Milan Zamazal
2024-09-27 15:46:14 +02:00
committed by Kieran Bingham
parent f06c344bd5
commit 97f9961e1b
4 changed files with 24 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
soft_simple_ipa_algorithms = files([
])