summaryrefslogtreecommitdiff
path: root/src/ipa/simple/black_level.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/simple/black_level.cpp')
-rw-r--r--src/ipa/simple/black_level.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ipa/simple/black_level.cpp b/src/ipa/simple/black_level.cpp
index cc490eb5..37e0109c 100644
--- a/src/ipa/simple/black_level.cpp
+++ b/src/ipa/simple/black_level.cpp
@@ -15,6 +15,8 @@ namespace libcamera {
LOG_DEFINE_CATEGORY(IPASoftBL)
+namespace ipa::soft {
+
/**
* \class BlackLevel
* \brief Object providing black point level for software ISP
@@ -85,4 +87,7 @@ void BlackLevel::update(SwIspStats::Histogram &yHistogram)
}
};
}
+
+} /* namespace ipa::soft */
+
} /* namespace libcamera */