[PATCH 05/15] libipa: awb: Replace reference to pipeline handle with IPA module

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Feb 24 00:03:53 CET 2025


The AwbStats documentation incorrectly references pipeline handlers when
it means IPA modules. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 src/ipa/libipa/awb.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ipa/libipa/awb.cpp b/src/ipa/libipa/awb.cpp
index b5aeb472f1f1..1c4f2330ec6c 100644
--- a/src/ipa/libipa/awb.cpp
+++ b/src/ipa/libipa/awb.cpp
@@ -43,8 +43,8 @@ namespace ipa {
  * \class AwbStats
  * \brief An abstraction class wrapping hardware-specific AWB statistics
  *
- * Pipeline handlers using an AWB algorithm based on the AwbAlgorithm class need
- * to implement this class to give the algorithm access to the hardware-specific
+ * IPA modules using an AWB algorithm based on the AwbAlgorithm class need to
+ * implement this class to give the algorithm access to the hardware-specific
  * statistics data.
  */
 
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list