Files
external_libcamera/src/libcamera
Niklas Söderlund 6cd505ac89 libcamera: pipeline: Remove explicit buffer handling
With the FrameBuffer interface in place there is no need for the Camera
to call into the specific pipelines allocation and freeing of buffers as
it no longer needs to be synchronized with buffer allocation by the
application.

Remove the function prototypes in the pipeline handler base class and
fold the functionality in the pipelines start() and stop() functions
where needed. A follow up patch will remove the now no-op
Camera::allocateBuffers() and Camera::freeBuffers().

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2020-01-12 16:10:38 +01:00
..
2019-11-20 21:48:00 +02:00
2019-11-20 21:48:00 +02:00
2019-11-20 21:48:00 +02:00
2019-07-12 16:32:29 +09:00
2019-10-28 17:11:40 +02:00
2020-01-03 19:53:07 -05:00