summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/media/amlogic
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/linux/media/amlogic')
-rw-r--r--include/arch/x86_64/linux/media/amlogic/c3-isp-config.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/include/arch/x86_64/linux/media/amlogic/c3-isp-config.h b/include/arch/x86_64/linux/media/amlogic/c3-isp-config.h
index 8fbb487d..7dfac291 100644
--- a/include/arch/x86_64/linux/media/amlogic/c3-isp-config.h
+++ b/include/arch/x86_64/linux/media/amlogic/c3-isp-config.h
@@ -485,14 +485,11 @@ struct c3_isp_params_blc {
* a buffer sized appropriately to accommodate userspace attempting to set all
* possible parameters in a single frame.
*/
-#define C3_ISP_PARAMS_MAX_SIZE \
- (sizeof(struct c3_isp_params_awb_gains) + \
- sizeof(struct c3_isp_params_awb_config) + \
- sizeof(struct c3_isp_params_ae_config) + \
- sizeof(struct c3_isp_params_af_config) + \
- sizeof(struct c3_isp_params_pst_gamma) + \
- sizeof(struct c3_isp_params_ccm) + sizeof(struct c3_isp_params_csc) + \
- sizeof(struct c3_isp_params_blc))
+#define C3_ISP_PARAMS_MAX_SIZE \
+ (sizeof(struct c3_isp_params_awb_gains) + sizeof(struct c3_isp_params_awb_config) + \
+ sizeof(struct c3_isp_params_ae_config) + sizeof(struct c3_isp_params_af_config) + \
+ sizeof(struct c3_isp_params_pst_gamma) + sizeof(struct c3_isp_params_ccm) + \
+ sizeof(struct c3_isp_params_csc) + sizeof(struct c3_isp_params_blc))
/**
* struct c3_isp_params_cfg - C3 ISP configuration parameters