diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2025-02-23 23:12:40 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2025-02-24 18:22:29 +0200 |
commit | 1a948d5457d5f216c8b21f7b7480408f94cc46ec (patch) | |
tree | 29d281e4a163850cee126d393a94de7a15f93426 /src/ipa/libipa/awb.cpp | |
parent | ef5a162b34c91ee4181400703d527f48f814654b (diff) |
libipa: awb: Replace reference to pipeline handle with IPA module
The AwbStats documentation incorrectly references pipeline handlers when
it means IPA modules. Fix it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
Diffstat (limited to 'src/ipa/libipa/awb.cpp')
-rw-r--r-- | src/ipa/libipa/awb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/libipa/awb.cpp b/src/ipa/libipa/awb.cpp index b5aeb472..1c4f2330 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. */ |