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:
Niklas Söderlund
2020-08-11 00:56:13 +02:00
parent 02018a7d02
commit dac8e9552c
7 changed files with 15 additions and 8 deletions
+5
View File
@@ -37,6 +37,11 @@ LOG_DEFINE_CATEGORY(Request)
* The request has been cancelled due to capture stop
*/
/**
* \typedef Request::BufferMap
* \brief A map of Stream to FrameBuffer pointers
*/
/**
* \class Request
* \brief A frame capture request