libcamera/test/camera
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
..
buffer_import.cpp libcamera: buffer: Switch from Plane to FrameBuffer::Plane 2020-01-12 16:10:37 +01:00
capture.cpp test: Extract CameraTest class out of camera tests to libtest 2019-11-20 21:47:20 +02:00
configuration_default.cpp test: Extract CameraTest class out of camera tests to libtest 2019-11-20 21:47:20 +02:00
configuration_set.cpp test: Extract CameraTest class out of camera tests to libtest 2019-11-20 21:47:20 +02:00
meson.build test: Extract CameraTest class out of camera tests to libtest 2019-11-20 21:47:20 +02:00
statemachine.cpp test: Extract CameraTest class out of camera tests to libtest 2019-11-20 21:47:20 +02:00