Laurent Pinchart
46011623bc
libcamera: v4l2_videodevice: Rename exportBuffers() to allocateBuffers()
...
To prepare for the rework of buffer allocation that will differentiate
export and allocation, rename exportBuffers() to allocateBuffers().
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se >
2020-03-18 19:15:18 +02:00
Niklas Söderlund
f0d928b56e
test: v4l2_videodevice: Switch to FrameBuffer interface
...
The V4L2VideoDevice class can now operate using a FrameBuffer interface,
switch all test cases to use it.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se >
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
2020-01-12 16:10:37 +01:00
Jacopo Mondi
3a6c4bd146
libcamera: Rename V4L2Device to V4L2VideoDevice
...
In preparation of creating a new V4L2Device base class, rename
V4L2Device to V4L2VideoDevice.
This is a project wide rename without any intended functional change.
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org >
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com >
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com >
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se >
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
2019-06-19 15:46:44 +02:00