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:
@@ -330,7 +330,7 @@ public:
|
||||
std::vector<IPABuffer> ipaBuffers_;
|
||||
|
||||
/* VCSM allocation helper. */
|
||||
RPi::Vcsm vcsm_;
|
||||
::RPi::Vcsm vcsm_;
|
||||
void *lsTable_;
|
||||
|
||||
RPi::StaggeredCtrl staggeredCtrl_;
|
||||
|
||||
Reference in New Issue
Block a user