libcamera: request: Declare a using directive for map of buffers
Declare a using directive for the map of Stream to FrameBuffer. Update all users of Request::buffers() to use the new usage directive. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
02018a7d02
commit
dac8e9552c
7 changed files with 15 additions and 8 deletions
|
@ -39,7 +39,7 @@ protected:
|
|||
if (request->status() != Request::RequestComplete)
|
||||
return;
|
||||
|
||||
const std::map<Stream *, FrameBuffer *> &buffers = request->buffers();
|
||||
const Request::BufferMap &buffers = request->buffers();
|
||||
|
||||
completeRequestsCount_++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue