ipa: libipa: algorithm: process(): Pass frame number
Pass the frame number of the current frame being processed. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
87d36de543
commit
494662f082
16 changed files with 30 additions and 13 deletions
|
@ -317,13 +317,15 @@ double Agc::estimateLuminance(IPAActiveState &activeState,
|
|||
/**
|
||||
* \brief Process IPU3 statistics, and run AGC operations
|
||||
* \param[in] context The shared IPA context
|
||||
* \param[in] frame The current frame sequence number
|
||||
* \param[in] frameContext The current frame context
|
||||
* \param[in] stats The IPU3 statistics and ISP results
|
||||
*
|
||||
* Identify the current image brightness, and use that to estimate the optimal
|
||||
* new exposure and gain for the scene.
|
||||
*/
|
||||
void Agc::process(IPAContext &context, IPAFrameContext &frameContext,
|
||||
void Agc::process(IPAContext &context, [[maybe_unused]] const uint32_t frame,
|
||||
IPAFrameContext &frameContext,
|
||||
const ipu3_uapi_stats_3a *stats)
|
||||
{
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue