libcamera: ipa: Document the parameters of the IPA C configure function

The parameters to the configure() function part of the ipa_context_ops
are not documented. Fix that.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Laurent Pinchart
2020-06-28 23:31:03 +03:00
parent c1bbba36d3
commit 89ca91e6b8

View File

@@ -340,6 +340,11 @@
* \var ipa_context_ops::configure
* \brief Configure the IPA stream and sensor settings
* \param[in] ctx The IPA context
* \param[in] sensor_info Camera sensor information
* \param[in] streams Configuration of all active streams
* \param[in] num_streams The number of entries in the \a streams array
* \param[in] maps Controls provided by the pipeline entities
* \param[in] num_maps The number of entries in the \a maps array
*
* \sa libcamera::IPAInterface::configure()
*/