diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-07-25 15:33:04 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-09-04 15:39:26 +0200 |
commit | c73df469b2ffbde8ce10adf871245aad6a74271c (patch) | |
tree | cf80d045af8969b54fa76e40d5f5fbddc704e4c8 /isp/omap3isp-priv.h | |
parent | 215a6a892a17ea9725b6aca6094743ff4a06b127 (diff) |
omap3isp: Configure video node formats in omap3_isp_pipeline_try_format
To support buffer pools, configure video node formats automatically in
omap3_isp_pipeline_try_format() instead of manually in the viewfinder
and snapshot setup functions.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp-priv.h')
-rw-r--r-- | isp/omap3isp-priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index 9706ba8..b143b13 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -51,6 +51,7 @@ enum omap3_isp_entity_type { * @entity: Media entity information * @sink: Sink pad * @source: Sink pad + * @last: Indicates whether this is the last entity in the pipeline */ struct omap3_isp_entity { struct list_entry list; @@ -58,6 +59,7 @@ struct omap3_isp_entity { struct media_entity *entity; struct omap3_isp_pad sink; struct omap3_isp_pad source; + bool last; }; /* |