Files
external_libcamera/include/libcamera/internal/software_isp/meson.build
Hans de Goede bf51f39f3b libcamera: software_isp: Move benchmark code to its own class
Move the code for the builtin benchmark to its own small
Benchmark class.

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
[bod: Fixed up some drift in this patch since initial propostion]
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2025-12-12 23:32:50 +00:00

10 lines
184 B
Meson

# SPDX-License-Identifier: CC0-1.0
libcamera_internal_headers += files([
'benchmark.h',
'debayer_params.h',
'software_isp.h',
'swisp_stats.h',
'swstats_cpu.h',
])