ipa: ipu3: algorithms: awb: Privatize internal structures
The struct RGB and struct AwbStatus are used only by the internal implementation of the AWB algorithm module. Move them into the private class declaration. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
This commit is contained in:
parent
f225154018
commit
c46c889e20
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
void prepare(IPAContext &context, ipu3_uapi_params *params) override;
|
||||
void process(IPAContext &context, const ipu3_uapi_stats_3a *stats) override;
|
||||
|
||||
private:
|
||||
/* \todo Make these structs available to all the ISPs ? */
|
||||
struct RGB {
|
||||
RGB(double _R = 0, double _G = 0, double _B = 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue