[libcamera-devel] [PATCH] doc: ipa: Clarify IPA acronym

Gabby George gabbymg94 at gmail.com
Tue Mar 28 17:36:14 CEST 2023


I suggest clarifying the IPA acronym as it is not defined in a easily-accessible place and not immediately clear what it refers to. This patch is a practice patch for the google summer of code warmup.
---
 src/ipa/libipa/module.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ipa/libipa/module.cpp b/src/ipa/libipa/module.cpp
index 77352104..ee01f12a 100644
--- a/src/ipa/libipa/module.cpp
+++ b/src/ipa/libipa/module.cpp
@@ -17,7 +17,7 @@ namespace libcamera {
 LOG_DEFINE_CATEGORY(IPAModuleAlgo)
 
 /**
- * \brief The IPA namespace
+ * \brief The IPA (Image Processing Algorithm) namespace
  *
  * The IPA namespace groups all types specific to IPA modules. It serves as the
  * top-level namespace for the IPA library libipa, and also contains
-- 
2.34.1



More information about the libcamera-devel mailing list