libcamera: mapped_framebuffer: Rename maps() to planes()
MappedFrameBuffer::maps() returns planes_. This renames the function name to planes(). Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
1c877bd868
commit
75df3c7139
@@ -113,7 +113,7 @@ MappedBuffer::~MappedBuffer()
|
||||
*/
|
||||
|
||||
/**
|
||||
* \fn MappedBuffer::maps()
|
||||
* \fn MappedBuffer::planes()
|
||||
* \brief Retrieve the mapped planes
|
||||
*
|
||||
* This function retrieves the successfully mapped planes stored as a vector
|
||||
|
||||
Reference in New Issue
Block a user