diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2019-03-26 17:25:15 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2019-04-17 15:42:24 +0200 |
commit | 911bc4aa41c16eeeaf78ddb4c0a4958bdd19fb96 (patch) | |
tree | e33d864d746122c0001e5375f34227942951c27b /test/media_device | |
parent | 4e1dc9004fca89223d54cf22bae09eff7c0c2d4b (diff) |
libcamera: camera: Pass the stream set to allocate/freeBuffers()
Pipeline handlers might need to perform allocation of internal buffers,
setup operations, or simple sanity check before going into the
per-stream buffer allocation.
As of now, PipelineHandler::allocateBuffers() is called once for each
active stream, leaving no space for stream-independent configuration.
Change this by providing to the pipeline handlers the full set of active
streams, and ask them to loop over them to perform per-streams
memory allocations and freeing.
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'test/media_device')
0 files changed, 0 insertions, 0 deletions