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:22 +0200 |
commit | 704a3aa5d012e44a22f3d02009d04e206554289c (patch) | |
tree | c8cbde128340bca34ebe8ba6744c4abc50205e3c /src/ipa/libipa/awb_grey.cpp | |
parent | 7199a0c39ddf76b34e059db414b5683b567f1deb (diff) |
libipa: awb: Capitalize AWB
AWB is an abbreviation, capitalize it in comments and log messages for
consistency.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
Diffstat (limited to 'src/ipa/libipa/awb_grey.cpp')
-rw-r--r-- | src/ipa/libipa/awb_grey.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/libipa/awb_grey.cpp b/src/ipa/libipa/awb_grey.cpp index 49448976..06ffd456 100644 --- a/src/ipa/libipa/awb_grey.cpp +++ b/src/ipa/libipa/awb_grey.cpp @@ -57,7 +57,7 @@ int AwbGrey::init(const YamlObject &tuningData) } /** - * \brief Calculate awb data from the given statistics + * \brief Calculate AWB data from the given statistics * \param[in] stats The statistics to use for the calculation * \param[in] lux The lux value of the scene * @@ -68,7 +68,7 @@ int AwbGrey::init(const YamlObject &tuningData) * * The \a lux parameter is not used in this algorithm. * - * \return The awb result + * \return The AWB result */ AwbResult AwbGrey::calculateAwb(const AwbStats &stats, [[maybe_unused]] int lux) { |