ipa: rkisp1: Use centralised libipa helpers

Use the centralised libipa helpers instead of open-coding common
functions.

Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Daniel Scally 2024-11-15 07:46:25 +00:00
parent edfe10997b
commit 1cc6d926ac
2 changed files with 2 additions and 18 deletions

View file

@ -32,8 +32,6 @@ public:
ControlList &metadata) override;
private:
uint32_t estimateCCT(double red, double green, double blue);
bool rgbMode_;
};