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:
parent
1c877bd868
commit
75df3c7139
8 changed files with 12 additions and 13 deletions
|
@ -30,8 +30,7 @@ public:
|
|||
|
||||
bool isValid() const { return error_ == 0; }
|
||||
int error() const { return error_; }
|
||||
/* \todo rename to planes(). */
|
||||
const std::vector<Plane> &maps() const { return planes_; }
|
||||
const std::vector<Plane> &planes() const { return planes_; }
|
||||
|
||||
protected:
|
||||
MappedBuffer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue