diff options
Diffstat (limited to 'isp/omap3isp-priv.h')
-rw-r--r-- | isp/omap3isp-priv.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index 2f3dbb9..c71ed40 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -139,6 +139,9 @@ struct omap3_isp_device { struct { struct media_entity *entity; + struct v4l2_mbus_framefmt format; + bool has_color_gains; + bool has_global_gain; } sensor; struct { struct media_entity *entity; @@ -149,8 +152,6 @@ struct omap3_isp_device { } preview; struct omap3_isp_aewb aewb; - struct v4l2_mbus_framefmt sensor_format; - struct omap3_isp_pipeline viewfinder; struct omap3_isp_pipeline snapshot; |