[PATCH 05/15] libipa: awb: Replace reference to pipeline handle with IPA module
Stefan Klug
stefan.klug at ideasonboard.com
Mon Feb 24 10:05:43 CET 2025
Hi Laurent,
Thank you for the patch.
On Mon, Feb 24, 2025 at 01:03:53AM +0200, Laurent Pinchart wrote:
> The AwbStats documentation incorrectly references pipeline handlers when
> it means IPA modules. Fix it.
That was mentioned by Paul before. Ah no, that was on AwbAlgorithm and
only fixed there...
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug 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