[PATCH] omap3isp: Add support for interlaced input data

2013-01-14 Thread William Swanson
nable deinterlacing. A flag for vertical flipping could be added later. Signed-off-by: William Swanson --- drivers/media/platform/omap3isp/ispccdc.c | 57 +++-- drivers/media/platform/omap3isp/ispreg.h |4 -- include/media/omap3isp.h |3 ++ 3

Re: [PATCH] omap3isp: Add support for interlaced input data

2013-01-14 Thread William Swanson
On 01/09/2013 02:35 PM, Laurent Pinchart wrote: On Tuesday 08 January 2013 14:49:41 William Swanson wrote: I believe the data is combined in a single buffer, with alternate fields interleaved. Could you please double-check that ? I'd like to be sure, not just believe :-) Sorry for the

Re: [PATCH] omap3isp: Add support for interlaced input data

2013-01-08 Thread William Swanson
On 01/07/2013 04:20 AM, Laurent Pinchart wrote: What do you get in the memory buffers ? Are fields captured in separate buffers or combined in a single buffer ? If they're combined, are they interleaved or sequential in memory ? I believe the data is combined in a single buffer, with alternate

[PATCH] omap3isp: Add support for interlaced input data

2013-01-04 Thread William Swanson
: William Swanson --- drivers/media/platform/omap3isp/ispccdc.c | 16 ++-- include/media/omap3isp.h |3 +++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/omap3isp/ispccdc.c b/drivers/media/platform/omap3isp/ispccdc.c index

Re: [PATCH] omap3isp: Add support for interlaced input data

2013-01-04 Thread William Swanson
Laurent Pinchart escreveu: On Monday 17 December 2012 18:12:19 William Swanson wrote: If the remote video sensor reports an interlaced video mode, the CCDC block should configure itself appropriately. What will the CCDC do in that case ? Will it capture fields or frames to memory ? If frames

[PATCH] omap3isp: Add support for interlaced input data

2012-12-17 Thread William Swanson
If the remote video sensor reports an interlaced video mode, the CCDC block should configure itself appropriately. --- drivers/media/platform/omap3isp/ispccdc.c | 16 ++-- include/media/omap3isp.h |3 +++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --