diff options
author | Milan Zamazal <mzamazal@redhat.com> | 2025-03-27 19:59:43 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2025-03-28 02:09:15 +0200 |
commit | 1375b07edea987856f2cb5cb4cdf4e705411777a (patch) | |
tree | 651b20f85ccd12b3ee5ba3e447ca767cadf83849 /src/ipa/simple/algorithms/lut.h | |
parent | 8a4c2682beb3de4951b02147407c290480e36cc2 (diff) |
ipa: simple: Report contrast in metadata
Provide the requested contrast value, if any, in the metadata to add to
the completed requests.
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/simple/algorithms/lut.h')
-rw-r--r-- | src/ipa/simple/algorithms/lut.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ipa/simple/algorithms/lut.h b/src/ipa/simple/algorithms/lut.h index 77324800..ba8b9021 100644 --- a/src/ipa/simple/algorithms/lut.h +++ b/src/ipa/simple/algorithms/lut.h @@ -30,6 +30,11 @@ public: const uint32_t frame, IPAFrameContext &frameContext, DebayerParams *params) override; + void process(IPAContext &context, + const uint32_t frame, + IPAFrameContext &frameContext, + const SwIspStats *stats, + ControlList &metadata) override; private: void updateGammaTable(IPAContext &context); |