summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ipa/libipa/fc_queue.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ipa/libipa/fc_queue.cpp b/src/ipa/libipa/fc_queue.cpp
index 41c563dd..edddd0f6 100644
--- a/src/ipa/libipa/fc_queue.cpp
+++ b/src/ipa/libipa/fc_queue.cpp
@@ -40,8 +40,8 @@ namespace ipa {
/**
* \fn FrameContext::init()
- * \param[in] frameNum The frame number to assign to this FrameContext
* \brief Initialize a frame context
+ * \param[in] frameNum The frame number to assign to this FrameContext
*
* This function initializes a frame context by assigning it a frame number.
* The single IPA modules are expected to override this function to initialize
@@ -145,6 +145,11 @@ namespace ipa {
* \return A reference to the FrameContext for sequence \a frame
*/
+/**
+ * \var FCQueue::contexts_
+ * \brief The list of frame contexts
+ */
+
} /* namespace ipa */
} /* namespace libcamera */