From 3e7b97b2b945b616de12ba466592820145976daf Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 24 Jul 2011 12:13:44 +0200 Subject: Add omap3_isp_pipeline structure The structure will be used to handle pipelines. For now it only contains the video output node structure. Signed-off-by: Laurent Pinchart --- isp/omap3isp-priv.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'isp/omap3isp-priv.h') diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index fe03d96..3e78acc 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -49,6 +49,14 @@ struct omap3_isp_video { bool running; }; +/* + * struct omap3_isp_pipeline - OMAP3 pipeline + * @output: Video device at the output of the pipeline + */ +struct omap3_isp_pipeline { + struct omap3_isp_video output; +}; + struct omap3_isp_device { struct media_device *mdev; @@ -59,8 +67,8 @@ struct omap3_isp_device { struct v4l2_mbus_framefmt sensor_format; - struct omap3_isp_video viewfinder; - struct omap3_isp_video snapshot; + struct omap3_isp_pipeline viewfinder; + struct omap3_isp_pipeline snapshot; const struct omap3_isp_operations *ops; }; -- cgit v1.2.3