diff options
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2019-11-25 20:53:38 +0100 |
---|---|---|
committer | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2020-01-12 16:10:37 +0100 |
commit | de9243bdc1986c57bee4dae3a5ba4fc8fc4293fe (patch) | |
tree | d8fb4636484af808267963092078726066d9fd72 /src/qcam | |
parent | 9c4bc73c2f4499d5aadba6b899d8e20876f65612 (diff) |
libcamera: buffer: Add FrameBuffer interface
Add a new FrameBuffer class to describe memory used to store frames.
This change just adds the new interface, future patches will migrate all
parts of libcamera to use this and replace the old Buffer interface.
This change needs to specify the const keyword for Plane::length() as to
not get Doxygen confused with FrameBuffer::Plane::length added in this
change.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/qcam')
0 files changed, 0 insertions, 0 deletions