[libcamera-devel] [PATCH 01/17] DNI: ipa: raspberrypi: Code refactoring to match style guidelines
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Wed Jul 27 03:45:24 CEST 2022
Hi Naush,
Thank you for the patch.
On Tue, Jul 26, 2022 at 01:45:33PM +0100, Naushir Patuck via libcamera-devel wrote:
> Refactor the source files in src/ipa/raspberrypi/ 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>
> ---
> .../controller/sharpen_algorithm.hpp | 2 +-
> .../raspberrypi/controller/sharpen_status.h | 2 +-
> src/ipa/raspberrypi/md_parser.hpp | 44 +--
> src/ipa/raspberrypi/md_parser_smia.cpp | 108 +++----
> src/ipa/raspberrypi/raspberrypi.cpp | 272 +++++++++---------
> 5 files changed, 214 insertions(+), 214 deletions(-)
[snip]
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list