summaryrefslogtreecommitdiff
path: root/src/libcamera/ipa_interface.cpp
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-06-28 23:31:03 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-07-17 02:13:26 +0300
commit89ca91e6b8ec01eed1a0d98438bfeb7a15ea06b3 (patch)
tree5f684b08f1731d2906986d6199319dcb1a60b6a3 /src/libcamera/ipa_interface.cpp
parentc1bbba36d39e60388d6e9e13418dedb08114f9b2 (diff)
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>
Diffstat (limited to 'src/libcamera/ipa_interface.cpp')
-rw-r--r--src/libcamera/ipa_interface.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libcamera/ipa_interface.cpp b/src/libcamera/ipa_interface.cpp
index 69835e63..ebe47e12 100644
--- a/src/libcamera/ipa_interface.cpp
+++ b/src/libcamera/ipa_interface.cpp
@@ -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()
*/