summaryrefslogtreecommitdiff
path: root/src/ipa/simple/module.h
blob: 8d4d53fb20a445dcfe76c852d48e6d4ff73e9252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2024 Red Hat, Inc.
 *
 * Software ISP IPA Module
 */

#pragma once

#include <libcamera/controls.h>

#include <libcamera/ipa/soft_ipa_interface.h>

#include "libcamera/internal/software_isp/debayer_params.h"
#include "libcamera/internal/software_isp/swisp_stats.h"

#include <libipa/module.h>

#include "ipa_context.h"

namespace libcamera {

namespace ipa::soft {

using Module = ipa::Module<IPAContext, IPAFrameContext, IPAConfigInfo,
			   DebayerParams, SwIspStats>;

} /* namespace ipa::soft */

} /* namespace libcamera */