summaryrefslogtreecommitdiff
path: root/stats/meson.build
diff options
context:
space:
mode:
authorUmang Jain <umang.jain@ideasonboard.com>2021-05-10 22:59:43 +0530
committerUmang Jain <umang.jain@ideasonboard.com>2021-06-28 17:54:08 +0530
commit03d07648fe3ba288922609b5f310d159cc41001a (patch)
treeb1fbf8a057ae5fac96fcc11739422db1a706f1ee /stats/meson.build
parent12241d3b3be9ef911600194255904fbffeadc377 (diff)
stats: Create IPAIPU3Stats and import intel_skycam_statistics_convert()
This is will be used to convert statistics received from kernel to AIQ stats format. Specific 3a conversion functions will be added in IPAIP3Stats in subsequent commits. ipu3_stats_get_3a() will extract, memcpy each of 3A relevant structures. It's is intended just before setting the stats for next frame in AIQ::setStatistics(). It receives ipu3_uapi_stats_3a struct from the kernel. This API will be developed per parameter of ipu3_uapi_stats_3a struct in subsequent commit. IPAIPU3Stats will be responsible to take in the AIQ algorithms results set and hardware statistics as input and generate(and convert) AIQ consumable ia_aiq_statistics_input_param structure. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Diffstat (limited to 'stats/meson.build')
-rw-r--r--stats/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/stats/meson.build b/stats/meson.build
index 9707630..74ce657 100644
--- a/stats/meson.build
+++ b/stats/meson.build
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: CC0-1.0
ipu3_ipa_files += files([
+ 'ipa_ipu3_stats.cpp',
+ 'ipu3_all_stats.cpp',
'shared_item_pool.cpp',
])