libcamera: pipeline: raspberrypi: Move StaggeredCtrl to libcamera namespace

The StaggeredCtrl class, part of the Raspberry Pi pipeline handler, is
part of libcamera. Move it to the libcamera namespace to simplify usage
of libcamera APIs.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
This commit is contained in:
Laurent Pinchart
2020-05-12 03:18:02 +03:00
parent 4d536996c7
commit 79c5df21dd
3 changed files with 22 additions and 18 deletions

View File

@@ -330,7 +330,7 @@ public:
std::vector<IPABuffer> ipaBuffers_;
/* VCSM allocation helper. */
RPi::Vcsm vcsm_;
::RPi::Vcsm vcsm_;
void *lsTable_;
RPi::StaggeredCtrl staggeredCtrl_;