diff options
Diffstat (limited to 'src/ipa/ipu3/ipa_context.h')
-rw-r--r-- | src/ipa/ipu3/ipa_context.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ipa/ipu3/ipa_context.h b/src/ipa/ipu3/ipa_context.h index 4b12f129..24dd8bf7 100644 --- a/src/ipa/ipu3/ipa_context.h +++ b/src/ipa/ipu3/ipa_context.h @@ -25,6 +25,14 @@ struct IPASessionConfiguration { struct IPAFrameContext { struct { + struct { + double red; + double green; + double blue; + } gains; + } awb; + + struct { struct ipu3_uapi_gamma_corr_lut gammaCorrection; } toneMapping; }; |