summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/ipu3/cio2.h
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2021-10-11 11:03:31 +0200
committerJacopo Mondi <jacopo@jmondi.org>2021-10-15 09:32:28 +0200
commit2dab504a9be138d6a8c94fe498bc7917d313182e (patch)
treeb46d39e8a5646c5aad3ea1cfaba3659b99a3eda9 /src/libcamera/pipeline/ipu3/cio2.h
parent3bd3b95a09faefd10cb34e2c8847535a51234448 (diff)
libcamera: ipu3: Rationalize constant expressions names
Following the previous patch that moved all the ImgU-related contants in the ImgUDevice class namespace and that aligned their naming scheme to the 'kNameOfConstant' scheme, apply the same changes to the other components of the IPU3 pipeline handler. Cosmetic change, no functional changes intended. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/libcamera/pipeline/ipu3/cio2.h')
-rw-r--r--src/libcamera/pipeline/ipu3/cio2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/pipeline/ipu3/cio2.h b/src/libcamera/pipeline/ipu3/cio2.h
index 5fffe921..ba8f0052 100644
--- a/src/libcamera/pipeline/ipu3/cio2.h
+++ b/src/libcamera/pipeline/ipu3/cio2.h
@@ -30,7 +30,7 @@ struct StreamConfiguration;
class CIO2Device
{
public:
- static constexpr unsigned int CIO2_BUFFER_COUNT = 4;
+ static constexpr unsigned int kBufferCount = 4;
CIO2Device();