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:
parent
26dba2e048
commit
d9ffeb0bf1
4 changed files with 3 additions and 2 deletions
|
@ -4,4 +4,5 @@ libcamera_internal_headers += files([
|
||||||
'debayer_params.h',
|
'debayer_params.h',
|
||||||
'software_isp.h',
|
'software_isp.h',
|
||||||
'swisp_stats.h',
|
'swisp_stats.h',
|
||||||
|
'swstats_cpu.h',
|
||||||
])
|
])
|
||||||
|
|
|
@ -18,9 +18,9 @@
|
||||||
#include <libcamera/base/object.h>
|
#include <libcamera/base/object.h>
|
||||||
|
|
||||||
#include "libcamera/internal/bayer_format.h"
|
#include "libcamera/internal/bayer_format.h"
|
||||||
|
#include "libcamera/internal/software_isp/swstats_cpu.h"
|
||||||
|
|
||||||
#include "debayer.h"
|
#include "debayer.h"
|
||||||
#include "swstats_cpu.h"
|
|
||||||
|
|
||||||
namespace libcamera {
|
namespace libcamera {
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
* CPU based software statistics implementation
|
* CPU based software statistics implementation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "swstats_cpu.h"
|
#include "libcamera/internal/software_isp/swstats_cpu.h"
|
||||||
|
|
||||||
#include <libcamera/base/log.h>
|
#include <libcamera/base/log.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue