libcamera: swstats_cpu: Move header to libcamera/internal/software_isp

Move the swstats_cpu.h file to include/libcamera/internal/software_isp/
so that it can be used outside the src/libcamera/software_isp/ directory.

Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
This commit is contained in:
Hans de Goede 2025-05-10 16:12:15 +02:00 committed by Bryan O'Donoghue
parent 26dba2e048
commit d9ffeb0bf1
4 changed files with 3 additions and 2 deletions

View file

@ -4,4 +4,5 @@ libcamera_internal_headers += files([
'debayer_params.h',
'software_isp.h',
'swisp_stats.h',
'swstats_cpu.h',
])

View file

@ -18,9 +18,9 @@
#include <libcamera/base/object.h>
#include "libcamera/internal/bayer_format.h"
#include "libcamera/internal/software_isp/swstats_cpu.h"
#include "debayer.h"
#include "swstats_cpu.h"
namespace libcamera {

View file

@ -9,7 +9,7 @@
* CPU based software statistics implementation
*/
#include "swstats_cpu.h"
#include "libcamera/internal/software_isp/swstats_cpu.h"
#include <libcamera/base/log.h>