libcamera/src
Niklas Söderlund ae9a05847c libcamera: buffer: Switch from Plane to FrameBuffer::Plane
It is not libcamera's responsibility to handle memory mappings. Switch
from the soon to be removed Plane class which deals with memory
mappings to FrameBuffer::Plane which just describes it. This makes the
transition to the full FrameBuffer easier.

As the full FrameBuffer interface has not yet spread to all parts of
libcamera core it is hard to create efficient caching of memory mappings
in the qcam application. This will be fixed in a later patch, for now
the dmabuf is mapped and unmapped each time it is seen by the
application.

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2020-01-12 16:10:37 +01:00
..
android libcamera: camera: Remove explicit stream to buffer map in requestCompleted signal 2019-11-19 18:30:26 +01:00
cam libcamera: buffer: Switch from Plane to FrameBuffer::Plane 2020-01-12 16:10:37 +01:00
ipa ipa: Switch to FrameBuffer interface 2020-01-12 16:10:37 +01:00
libcamera libcamera: buffer: Switch from Plane to FrameBuffer::Plane 2020-01-12 16:10:37 +01:00
qcam libcamera: buffer: Switch from Plane to FrameBuffer::Plane 2020-01-12 16:10:37 +01:00
v4l2 libcamera: buffer: Switch from Plane to FrameBuffer::Plane 2020-01-12 16:10:37 +01:00
meson.build v4l2: v4l2_compat: Add V4L2 compatibility layer 2020-01-03 19:53:20 -05:00