diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-07-12 17:17:35 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-07-14 16:00:40 +0300 |
commit | 185fe3d4b4d1264b2d72f8c92d17e248092efc46 (patch) | |
tree | 7141f270c55f48f67701ec9109f01bf0c5142a56 /include/meson.build | |
parent | a775234d6612a1fbd3bb586de4704883c1fcd817 (diff) |
libcamera: pipeline_handler: Simplify request completion
libcamera guarantees that requests complete in sequence. This
requirement is currently pushed down to pipeline handlers. Three out of
four of our pipeline handlers implement that requirement based on the
sole assumption that buffers will always complete in sequeuence, while
the IPU3 pipeline handler implements a more complex logic.
It turns out that the logic can be moved to the base PipelineHandler
class with support from the Request class. Do so to simplify the
pipeline handlers.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'include/meson.build')
0 files changed, 0 insertions, 0 deletions