[libcamera-devel] [PATCH 03/15] DNI: ipa: raspberrypi: Code refactoring to match style guidelines
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Mon Jul 25 21:50:14 CEST 2022
Hi Naush,
Thank you for the patch.
On Mon, Jul 25, 2022 at 02:46:27PM +0100, Naushir Patuck via libcamera-devel wrote:
> Refactor the source files under src/ipa/raspberrypi/controller/a* to match the
> recommended formatting guidelines for the libcamera project. The vast majority
> of changes in this commit comprise of switching from snake_case to CamelCase,
> and starting class member functions with a lower case character.
>
> Signed-off-by: Naushir Patuck <naush at raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
> .../raspberrypi/controller/agc_algorithm.hpp | 19 +++++++-------
> src/ipa/raspberrypi/controller/agc_status.h | 22 ++++++++--------
> src/ipa/raspberrypi/controller/algorithm.cpp | 20 +++++++-------
> src/ipa/raspberrypi/controller/algorithm.hpp | 26 +++++++++----------
> .../raspberrypi/controller/awb_algorithm.hpp | 6 ++---
> src/ipa/raspberrypi/controller/awb_status.h | 8 +++---
> 6 files changed, 51 insertions(+), 50 deletions(-)
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list