ipa: rkisp1: Transfer queueRequest() call to each algorithm
Implement rkisp1 queueRequest() function to update each algorithm with user controls. Signed-off-by: Florian Sylvestre <fsylvestre@baylibre.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
242191fbb6
commit
d010a51aa4
@@ -265,10 +265,10 @@ void IPARkISP1::unmapBuffers(const std::vector<unsigned int> &ids)
|
||||
}
|
||||
}
|
||||
|
||||
void IPARkISP1::queueRequest([[maybe_unused]] const uint32_t frame,
|
||||
[[maybe_unused]] const ControlList &controls)
|
||||
void IPARkISP1::queueRequest(const uint32_t frame, const ControlList &controls)
|
||||
{
|
||||
/* \todo Start processing for 'frame' based on 'controls'. */
|
||||
for (auto const &algo : algorithms())
|
||||
algo->queueRequest(context_, frame, controls);
|
||||
}
|
||||
|
||||
void IPARkISP1::fillParamsBuffer(const uint32_t frame, const uint32_t bufferId)
|
||||
|
||||
Reference in New Issue
Block a user