ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController

This avoids a namespace clash with the RPi namespace used by the ipa and
pipeline handlers, and cleans up the syntax slightly.

There are no functional changes in this commit.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Naushir Patuck 2020-09-24 10:19:25 +01:00 committed by Kieran Bingham
parent 2ba3c68b67
commit 2f46dec949
50 changed files with 99 additions and 99 deletions

View file

@ -13,7 +13,7 @@
#include "../algorithm.hpp"
#include "../alsc_status.h"
namespace RPi {
namespace RPiController {
// Algorithm to generate automagic LSC (Lens Shading Correction) tables.
@ -102,4 +102,4 @@ private:
double lambda_b_[ALSC_CELLS_X * ALSC_CELLS_Y];
};
} // namespace RPi
} // namespace RPiController