linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cron job: media_tree daily build: ERRORS
@ 2013-08-02 18:12 Hans Verkuil
  2013-08-02 20:12 ` Help with omap3isp resizing from CCDC Samuel.Rasmussen
  2013-08-06  7:50 ` cron job: media_tree daily build: ERRORS Hans Verkuil
  0 siblings, 2 replies; 4+ messages in thread
From: Hans Verkuil @ 2013-08-02 18:12 UTC (permalink / raw)
  To: linux-media

This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.

Results of the daily build of media_tree:

date:		Fri Aug  2 19:00:23 CEST 2013
git branch:	test
git hash:	dfb9f94e8e5e7f73c8e2bcb7d4fb1de57e7c333d
gcc version:	i686-linux-gcc (GCC) 4.8.1
sparse version:	v0.4.5-rc1
host hardware:	x86_64
host os:	3.9-7.slh.1-amd64

linux-git-arm-at91: OK
linux-git-arm-davinci: OK
linux-git-arm-exynos: OK
linux-git-arm-mx: OK
linux-git-arm-omap: OK
linux-git-arm-omap1: OK
linux-git-arm-pxa: OK
linux-git-blackfin: OK
linux-git-i686: OK
linux-git-m32r: OK
linux-git-mips: ERRORS
linux-git-powerpc64: OK
linux-git-sh: OK
linux-git-x86_64: OK
linux-2.6.31.14-i686: ERRORS
linux-2.6.32.27-i686: ERRORS
linux-2.6.33.7-i686: ERRORS
linux-2.6.34.7-i686: ERRORS
linux-2.6.35.9-i686: ERRORS
linux-2.6.36.4-i686: ERRORS
linux-2.6.37.6-i686: ERRORS
linux-2.6.38.8-i686: ERRORS
linux-2.6.39.4-i686: WARNINGS
linux-3.0.60-i686: OK
linux-3.10-i686: OK
linux-3.1.10-i686: OK
linux-3.2.37-i686: OK
linux-3.3.8-i686: OK
linux-3.4.27-i686: WARNINGS
linux-3.5.7-i686: WARNINGS
linux-3.6.11-i686: WARNINGS
linux-3.7.4-i686: WARNINGS
linux-3.8-i686: WARNINGS
linux-3.9.2-i686: WARNINGS
linux-2.6.31.14-x86_64: ERRORS
linux-2.6.32.27-x86_64: ERRORS
linux-2.6.33.7-x86_64: ERRORS
linux-2.6.34.7-x86_64: ERRORS
linux-2.6.35.9-x86_64: ERRORS
linux-2.6.36.4-x86_64: ERRORS
linux-2.6.37.6-x86_64: ERRORS
linux-2.6.38.8-x86_64: ERRORS
linux-2.6.39.4-x86_64: WARNINGS
linux-3.0.60-x86_64: OK
linux-3.10-x86_64: OK
linux-3.1.10-x86_64: OK
linux-3.2.37-x86_64: OK
linux-3.3.8-x86_64: OK
linux-3.4.27-x86_64: WARNINGS
linux-3.5.7-x86_64: WARNINGS
linux-3.6.11-x86_64: WARNINGS
linux-3.7.4-x86_64: WARNINGS
linux-3.8-x86_64: WARNINGS
linux-3.9.2-x86_64: WARNINGS
apps: WARNINGS
spec-git: OK
sparse version:	v0.4.5-rc1
sparse: ERRORS

Detailed results are available here:

http://www.xs4all.nl/~hverkuil/logs/Friday.log

Full logs are available here:

http://www.xs4all.nl/~hverkuil/logs/Friday.tar.bz2

The Media Infrastructure API from this daily build is here:

http://www.xs4all.nl/~hverkuil/spec/media.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Help with omap3isp resizing from CCDC
  2013-08-02 18:12 cron job: media_tree daily build: ERRORS Hans Verkuil
@ 2013-08-02 20:12 ` Samuel.Rasmussen
  2013-08-21 11:23   ` Laurent Pinchart
  2013-08-06  7:50 ` cron job: media_tree daily build: ERRORS Hans Verkuil
  1 sibling, 1 reply; 4+ messages in thread
From: Samuel.Rasmussen @ 2013-08-02 20:12 UTC (permalink / raw)
  To: linux-media

Hi,

I've been having problems getting the resizer to take its input from the
CCDC.  From the linux-media mail-archive, it looks like Paul Chiha ran
into a similar problem in Oct 2011 with his message "Help with omap3isp
resizing".  Paul had a patch at the end of the discussion, but even his
patch hasn't fixed my problem yet.  I might have made a mistake porting
the patch since I'm on a newer kernel, or perhaps it doesn't work with
my TVP5151 decoder.

My setup: DM 3730 board, 3.5 kernel, and TVP5151 decoder.

The video looks great with a 640x480 resolution, and the CCDC is
de-interlacing the video.  However, for my needs the video must be
resized to 320x240 or 160x120.  The video, coming from the resizer, is
split into a top and bottom half.  Both halves are identical where
everything in the video is too wide and too short.  The CCDC must not be
de-interlacing the video going to the resizer.  I tried setting up the
pipeline to send the CCDC to the resizer, but something must have gone
wrong.

Up until this point, I was using the UYVY2X8 format.  Then I saw the
discussion Paul Chiha created.  In that discussion Laurent said:

>But the original poster wants to use the sensor -> ccdc -> resizer ->
resizer 
>output pipeline.

>> Also several sensor drivers that i have checked, usually define its
>> output as 2X8 output. I think is more natural to add 2X8 support to
>> CCDC and Resizer engines instead to modifying exiting drivers.

>Sure, sensor drivers should not be modified. What I was talking about
was to 
>configure the pipeline as

>sensor:0 [YUYV8_2X8], CCDC:0 [YUYV8_2X8], CCDC:1 [YUYV8_1X16],
resizer:0 [YUYV8_1X16]

I wasn't sure if Laurent's advice would also apply to the TVP5151, but I
wanted to test it out.  I implemented Paul's patch so I could use the
YUYV8_2X8 and YUYV8_1X16 formats.  The 640x480 resolution looked good in
the YUYV8_2X8 format.  However, once again the video from the resizer
was not de-interlaced so it had a top and bottom half (using YUYV8_2X8
and YUYV8_1X16).  This time it was even worse because the video from the
resizer was very green.

Does anyone have suggestions for resizing video from the TVP5151?

Thanks for taking the time to read this,
Samuel

I'm adding some media-ctl details below.
media-ctl commands I'm using:

media-ctl -v -l '"tvp5150 3-005c":0->"OMAP3 ISP CCDC":0[1]'
media-ctl -v -l '"OMAP3 ISP CCDC":1->"OMAP3 ISP resizer":0[1]'
media-ctl -v -l '"OMAP3 ISP resizer":1->"OMAP3 ISP resizer output":0[1]'
media-ctl -v -f '"tvp5150 3-005c":0 [YUYV2X8 640x480]'
media-ctl -v -f '"OMAP3 ISP CCDC":0 [YUYV2X8 640x480]'
media-ctl -v -f '"OMAP3 ISP CCDC":1 [YUYV 640x480]'
media-ctl -v -f '"OMAP3 ISP resizer":1 [YUYV 320x240]'
LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so mplayer tv:// -tv
driver=v4l2:device=/dev/video6

Output of medi-ctl -p:

Opening media device /dev/media0
Enumerating entities
Found 16 entities
Enumerating pads and links
Media controller API version 0.0.0

Media device information
------------------------
driver          omap3isp
model           TI OMAP3 ISP
serial          
bus info        
hw revision     0xf0
driver version  0.0.0

Device topology
- entity 1: OMAP3 ISP CCP2 (2 pads, 2 links)
            type V4L2 subdev subtype Unknown flags 0
            device node name /dev/v4l-subdev0
	pad0: Sink
		[fmt:SGRBG10/4096x4096]
		<- "OMAP3 ISP CCP2 input":0 []
	pad1: Source
		[fmt:SGRBG10/4096x4096]
		-> "OMAP3 ISP CCDC":0 []

- entity 2: OMAP3 ISP CCP2 input (1 pad, 1 link)
            type Node subtype V4L flags 0
            device node name /dev/video0
	pad0: Source
		-> "OMAP3 ISP CCP2":0 []

- entity 3: OMAP3 ISP CSI2a (2 pads, 2 links)
            type V4L2 subdev subtype Unknown flags 0
            device node name /dev/v4l-subdev1
	pad0: Sink
		[fmt:SGRBG10/4096x4096]
	pad1: Source
		[fmt:SGRBG10/4096x4096]
		-> "OMAP3 ISP CSI2a output":0 []
		-> "OMAP3 ISP CCDC":0 []

- entity 4: OMAP3 ISP CSI2a output (1 pad, 1 link)
            type Node subtype V4L flags 0
            device node name /dev/video1
	pad0: Sink
		<- "OMAP3 ISP CSI2a":1 []

- entity 5: OMAP3 ISP CCDC (3 pads, 9 links)
            type V4L2 subdev subtype Unknown flags 0
            device node name /dev/v4l-subdev2
	pad0: Sink
		[fmt:YUYV2X8/640x480]
		<- "OMAP3 ISP CCP2":1 []
		<- "OMAP3 ISP CSI2a":1 []
		<- "tvp5150 3-005c":0 [ENABLED]
	pad1: Source
		[fmt:YUYV/640x480
		 crop.bounds:(0,0)/640x480
		 crop:(0,0)/640x480]
		-> "OMAP3 ISP CCDC output":0 []
		-> "OMAP3 ISP resizer":0 [ENABLED]
	pad2: Source
		[fmt:unknown/640x479]
		-> "OMAP3 ISP preview":0 []
		-> "OMAP3 ISP AEWB":0 [ENABLED,IMMUTABLE]
		-> "OMAP3 ISP AF":0 [ENABLED,IMMUTABLE]
		-> "OMAP3 ISP histogram":0 [ENABLED,IMMUTABLE]

- entity 6: OMAP3 ISP CCDC output (1 pad, 1 link)
            type Node subtype V4L flags 0
            device node name /dev/video2
	pad0: Sink
		<- "OMAP3 ISP CCDC":1 []

- entity 7: OMAP3 ISP preview (2 pads, 4 links)
            type V4L2 subdev subtype Unknown flags 0
            device node name /dev/v4l-subdev3
	pad0: Sink
		[fmt:SGRBG10/4096x4096
		 crop.bounds:(8,4)/4082x4088
		 crop:(8,4)/4082x4088]
		<- "OMAP3 ISP CCDC":2 []
		<- "OMAP3 ISP preview input":0 []
	pad1: Source
		[fmt:YUYV/4082x4088]
		-> "OMAP3 ISP preview output":0 []
		-> "OMAP3 ISP resizer":0 []

- entity 8: OMAP3 ISP preview input (1 pad, 1 link)
            type Node subtype V4L flags 0
            device node name /dev/video3
	pad0: Source
		-> "OMAP3 ISP preview":0 []

- entity 9: OMAP3 ISP preview output (1 pad, 1 link)
            type Node subtype V4L flags 0
            device node name /dev/video4
	pad0: Sink
		<- "OMAP3 ISP preview":1 []

- entity 10: OMAP3 ISP resizer (2 pads, 4 links)
             type V4L2 subdev subtype Unknown flags 0
             device node name /dev/v4l-subdev4
	pad0: Sink
		[fmt:YUYV/640x480
		 crop.bounds:(0,0)/640x480
		 crop:(0,0)/640x480]
		<- "OMAP3 ISP CCDC":1 [ENABLED]
		<- "OMAP3 ISP preview":1 []
		<- "OMAP3 ISP resizer input":0 []
	pad1: Source
		[fmt:YUYV/320x240]
		-> "OMAP3 ISP resizer output":0 [ENABLED]

- entity 11: OMAP3 ISP resizer input (1 pad, 1 link)
             type Node subtype V4L flags 0
             device node name /dev/video5
	pad0: Source
		-> "OMAP3 ISP resizer":0 []

- entity 12: OMAP3 ISP resizer output (1 pad, 1 link)
             type Node subtype V4L flags 0
             device node name /dev/video6
	pad0: Sink
		<- "OMAP3 ISP resizer":1 [ENABLED]

- entity 13: OMAP3 ISP AEWB (1 pad, 1 link)
             type V4L2 subdev subtype Unknown flags 0
             device node name /dev/v4l-subdev5
	pad0: Sink
		<- "OMAP3 ISP CCDC":2 [ENABLED,IMMUTABLE]

- entity 14: OMAP3 ISP AF (1 pad, 1 link)
             type V4L2 subdev subtype Unknown flags 0
             device node name /dev/v4l-subdev6
	pad0: Sink
		<- "OMAP3 ISP CCDC":2 [ENABLED,IMMUTABLE]

- entity 15: OMAP3 ISP histogram (1 pad, 1 link)
             type V4L2 subdev subtype Unknown flags 0
             device node name /dev/v4l-subdev7
	pad0: Sink
		<- "OMAP3 ISP CCDC":2 [ENABLED,IMMUTABLE]

- entity 16: tvp5150 3-005c (1 pad, 1 link)
             type V4L2 subdev subtype Unknown flags 0
             device node name /dev/v4l-subdev8
	pad0: Source
		[fmt:YUYV2X8/640x480]
		-> "OMAP3 ISP CCDC":0 [ENABLED]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cron job: media_tree daily build: ERRORS
  2013-08-02 18:12 cron job: media_tree daily build: ERRORS Hans Verkuil
  2013-08-02 20:12 ` Help with omap3isp resizing from CCDC Samuel.Rasmussen
@ 2013-08-06  7:50 ` Hans Verkuil
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2013-08-06  7:50 UTC (permalink / raw)
  To: linux-media

On Fri 2 August 2013 20:12:03 Hans Verkuil wrote:
> This message is generated daily by a cron job that builds media_tree for
> the kernels and architectures in the list below.

Hard-core mailinglist readers will have noticed that the daily build email
was missing for a few days. That was due to the fact that I moved my mailserver
to another host and I missed one single configuration line preventing
remote smtp logins.

I fixed it this morning, and todays daily build should be able to post its
results again.

I also fixed the errors for kernels <2.6.38 yesterday, so hopefully everything
should compile again.

	Hans

> 
> Results of the daily build of media_tree:
> 
> date:		Fri Aug  2 19:00:23 CEST 2013
> git branch:	test
> git hash:	dfb9f94e8e5e7f73c8e2bcb7d4fb1de57e7c333d
> gcc version:	i686-linux-gcc (GCC) 4.8.1
> sparse version:	v0.4.5-rc1
> host hardware:	x86_64
> host os:	3.9-7.slh.1-amd64
> 
> linux-git-arm-at91: OK
> linux-git-arm-davinci: OK
> linux-git-arm-exynos: OK
> linux-git-arm-mx: OK
> linux-git-arm-omap: OK
> linux-git-arm-omap1: OK
> linux-git-arm-pxa: OK
> linux-git-blackfin: OK
> linux-git-i686: OK
> linux-git-m32r: OK
> linux-git-mips: ERRORS
> linux-git-powerpc64: OK
> linux-git-sh: OK
> linux-git-x86_64: OK
> linux-2.6.31.14-i686: ERRORS
> linux-2.6.32.27-i686: ERRORS
> linux-2.6.33.7-i686: ERRORS
> linux-2.6.34.7-i686: ERRORS
> linux-2.6.35.9-i686: ERRORS
> linux-2.6.36.4-i686: ERRORS
> linux-2.6.37.6-i686: ERRORS
> linux-2.6.38.8-i686: ERRORS
> linux-2.6.39.4-i686: WARNINGS
> linux-3.0.60-i686: OK
> linux-3.10-i686: OK
> linux-3.1.10-i686: OK
> linux-3.2.37-i686: OK
> linux-3.3.8-i686: OK
> linux-3.4.27-i686: WARNINGS
> linux-3.5.7-i686: WARNINGS
> linux-3.6.11-i686: WARNINGS
> linux-3.7.4-i686: WARNINGS
> linux-3.8-i686: WARNINGS
> linux-3.9.2-i686: WARNINGS
> linux-2.6.31.14-x86_64: ERRORS
> linux-2.6.32.27-x86_64: ERRORS
> linux-2.6.33.7-x86_64: ERRORS
> linux-2.6.34.7-x86_64: ERRORS
> linux-2.6.35.9-x86_64: ERRORS
> linux-2.6.36.4-x86_64: ERRORS
> linux-2.6.37.6-x86_64: ERRORS
> linux-2.6.38.8-x86_64: ERRORS
> linux-2.6.39.4-x86_64: WARNINGS
> linux-3.0.60-x86_64: OK
> linux-3.10-x86_64: OK
> linux-3.1.10-x86_64: OK
> linux-3.2.37-x86_64: OK
> linux-3.3.8-x86_64: OK
> linux-3.4.27-x86_64: WARNINGS
> linux-3.5.7-x86_64: WARNINGS
> linux-3.6.11-x86_64: WARNINGS
> linux-3.7.4-x86_64: WARNINGS
> linux-3.8-x86_64: WARNINGS
> linux-3.9.2-x86_64: WARNINGS
> apps: WARNINGS
> spec-git: OK
> sparse version:	v0.4.5-rc1
> sparse: ERRORS
> 
> Detailed results are available here:
> 
> http://www.xs4all.nl/~hverkuil/logs/Friday.log
> 
> Full logs are available here:
> 
> http://www.xs4all.nl/~hverkuil/logs/Friday.tar.bz2
> 
> The Media Infrastructure API from this daily build is here:
> 
> http://www.xs4all.nl/~hverkuil/spec/media.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Help with omap3isp resizing from CCDC
  2013-08-02 20:12 ` Help with omap3isp resizing from CCDC Samuel.Rasmussen
@ 2013-08-21 11:23   ` Laurent Pinchart
  0 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2013-08-21 11:23 UTC (permalink / raw)
  To: Samuel.Rasmussen; +Cc: linux-media

Hi Samuel,

On Friday 02 August 2013 13:12:24 Samuel.Rasmussen@gdc4s.com wrote:
> Hi,
> 
> I've been having problems getting the resizer to take its input from the
> CCDC. From the linux-media mail-archive, it looks like Paul Chiha ran into a
> similar problem in Oct 2011 with his message "Help with omap3isp resizing". 
> Paul had a patch at the end of the discussion, but even his patch hasn't
> fixed my problem yet. I might have made a mistake porting the patch since
> I'm on a newer kernel, or perhaps it doesn't work with my TVP5151 decoder.
> 
> My setup: DM 3730 board, 3.5 kernel, and TVP5151 decoder.
> 
> The video looks great with a 640x480 resolution, and the CCDC is de-
> interlacing the video. However, for my needs the video must be resized to
> 320x240 or 160x120. The video, coming from the resizer, is split into a top
> and bottom half. Both halves are identical where everything in the video is
> too wide and too short. The CCDC must not be de-interlacing the video going
> to the resizer. I tried setting up the pipeline to send the CCDC to the
> resizer, but something must have gone wrong.

Unfortunately the CCDC can't deinterlace frames sent to the resizer. The 
deinterlacing process takes place at the CCDC output DMA engine when writing 
the frames to memory.

There's two solutions to resize interlaced video. The first one would be to 
capture the deinterlaced frames at the CCDC output to memory and then use the 
resizer in memory-to-memory mode. The second one would be to modify the driver 
to support deinterlacing at the resizer output, by doubling the line offset 
and computing the correct start address for each odd/even frame.

As you only need to downscale by two or four, another much simpler solution 
would be to drop every other interlaced frame. You would then get 640x240 
frames that you could resize to 320x240 or 160x120 with the resizer.

> Up until this point, I was using the UYVY2X8 format.  Then I saw the
> 
> discussion Paul Chiha created.  In that discussion Laurent said:
> > But the original poster wants to use the sensor -> ccdc -> resizer ->
> > resizeroutput pipeline.
> >
> >> Also several sensor drivers that i have checked, usually define its
> >> output as 2X8 output. I think is more natural to add 2X8 support to
> >> CCDC and Resizer engines instead to modifying exiting drivers.
> >
> > Sure, sensor drivers should not be modified. What I was talking about
> > was to configure the pipeline as
> >
> > sensor:0 [YUYV8_2X8], CCDC:0 [YUYV8_2X8], CCDC:1 [YUYV8_1X16],
> > resizer:0 [YUYV8_1X16]
> 
> I wasn't sure if Laurent's advice would also apply to the TVP5151, but I
> wanted to test it out.  I implemented Paul's patch so I could use the
> YUYV8_2X8 and YUYV8_1X16 formats.  The 640x480 resolution looked good in
> the YUYV8_2X8 format.  However, once again the video from the resizer
> was not de-interlaced so it had a top and bottom half (using YUYV8_2X8
> and YUYV8_1X16).  This time it was even worse because the video from the
> resizer was very green.
> 
> Does anyone have suggestions for resizing video from the TVP5151?
> 
> Thanks for taking the time to read this,
> Samuel
> 
> I'm adding some media-ctl details below.
> media-ctl commands I'm using:
> 
> media-ctl -v -l '"tvp5150 3-005c":0->"OMAP3 ISP CCDC":0[1]'
> media-ctl -v -l '"OMAP3 ISP CCDC":1->"OMAP3 ISP resizer":0[1]'
> media-ctl -v -l '"OMAP3 ISP resizer":1->"OMAP3 ISP resizer output":0[1]'
> media-ctl -v -f '"tvp5150 3-005c":0 [YUYV2X8 640x480]'
> media-ctl -v -f '"OMAP3 ISP CCDC":0 [YUYV2X8 640x480]'
> media-ctl -v -f '"OMAP3 ISP CCDC":1 [YUYV 640x480]'
> media-ctl -v -f '"OMAP3 ISP resizer":1 [YUYV 320x240]'
> LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so mplayer tv:// -tv
> driver=v4l2:device=/dev/video6
> 
> Output of medi-ctl -p:
> 
> Opening media device /dev/media0
> Enumerating entities
> Found 16 entities
> Enumerating pads and links
> Media controller API version 0.0.0
> 
> Media device information
> ------------------------
> driver          omap3isp
> model           TI OMAP3 ISP
> serial
> bus info
> hw revision     0xf0
> driver version  0.0.0
> 
> Device topology
> - entity 1: OMAP3 ISP CCP2 (2 pads, 2 links)
>             type V4L2 subdev subtype Unknown flags 0
>             device node name /dev/v4l-subdev0
> 	pad0: Sink
> 		[fmt:SGRBG10/4096x4096]
> 		<- "OMAP3 ISP CCP2 input":0 []
> 	pad1: Source
> 		[fmt:SGRBG10/4096x4096]
> 		-> "OMAP3 ISP CCDC":0 []
> 
> - entity 2: OMAP3 ISP CCP2 input (1 pad, 1 link)
>             type Node subtype V4L flags 0
>             device node name /dev/video0
> 	pad0: Source
> 		-> "OMAP3 ISP CCP2":0 []
> 
> - entity 3: OMAP3 ISP CSI2a (2 pads, 2 links)
>             type V4L2 subdev subtype Unknown flags 0
>             device node name /dev/v4l-subdev1
> 	pad0: Sink
> 		[fmt:SGRBG10/4096x4096]
> 	pad1: Source
> 		[fmt:SGRBG10/4096x4096]
> 		-> "OMAP3 ISP CSI2a output":0 []
> 		-> "OMAP3 ISP CCDC":0 []
> 
> - entity 4: OMAP3 ISP CSI2a output (1 pad, 1 link)
>             type Node subtype V4L flags 0
>             device node name /dev/video1
> 	pad0: Sink
> 		<- "OMAP3 ISP CSI2a":1 []
> 
> - entity 5: OMAP3 ISP CCDC (3 pads, 9 links)
>             type V4L2 subdev subtype Unknown flags 0
>             device node name /dev/v4l-subdev2
> 	pad0: Sink
> 		[fmt:YUYV2X8/640x480]
> 		<- "OMAP3 ISP CCP2":1 []
> 		<- "OMAP3 ISP CSI2a":1 []
> 		<- "tvp5150 3-005c":0 [ENABLED]
> 	pad1: Source
> 		[fmt:YUYV/640x480
> 		 crop.bounds:(0,0)/640x480
> 		 crop:(0,0)/640x480]
> 		-> "OMAP3 ISP CCDC output":0 []
> 		-> "OMAP3 ISP resizer":0 [ENABLED]
> 	pad2: Source
> 		[fmt:unknown/640x479]
> 		-> "OMAP3 ISP preview":0 []
> 		-> "OMAP3 ISP AEWB":0 [ENABLED,IMMUTABLE]
> 		-> "OMAP3 ISP AF":0 [ENABLED,IMMUTABLE]
> 		-> "OMAP3 ISP histogram":0 [ENABLED,IMMUTABLE]
> 
> - entity 6: OMAP3 ISP CCDC output (1 pad, 1 link)
>             type Node subtype V4L flags 0
>             device node name /dev/video2
> 	pad0: Sink
> 		<- "OMAP3 ISP CCDC":1 []
> 
> - entity 7: OMAP3 ISP preview (2 pads, 4 links)
>             type V4L2 subdev subtype Unknown flags 0
>             device node name /dev/v4l-subdev3
> 	pad0: Sink
> 		[fmt:SGRBG10/4096x4096
> 		 crop.bounds:(8,4)/4082x4088
> 		 crop:(8,4)/4082x4088]
> 		<- "OMAP3 ISP CCDC":2 []
> 		<- "OMAP3 ISP preview input":0 []
> 	pad1: Source
> 		[fmt:YUYV/4082x4088]
> 		-> "OMAP3 ISP preview output":0 []
> 		-> "OMAP3 ISP resizer":0 []
> 
> - entity 8: OMAP3 ISP preview input (1 pad, 1 link)
>             type Node subtype V4L flags 0
>             device node name /dev/video3
> 	pad0: Source
> 		-> "OMAP3 ISP preview":0 []
> 
> - entity 9: OMAP3 ISP preview output (1 pad, 1 link)
>             type Node subtype V4L flags 0
>             device node name /dev/video4
> 	pad0: Sink
> 		<- "OMAP3 ISP preview":1 []
> 
> - entity 10: OMAP3 ISP resizer (2 pads, 4 links)
>              type V4L2 subdev subtype Unknown flags 0
>              device node name /dev/v4l-subdev4
> 	pad0: Sink
> 		[fmt:YUYV/640x480
> 		 crop.bounds:(0,0)/640x480
> 		 crop:(0,0)/640x480]
> 		<- "OMAP3 ISP CCDC":1 [ENABLED]
> 		<- "OMAP3 ISP preview":1 []
> 		<- "OMAP3 ISP resizer input":0 []
> 	pad1: Source
> 		[fmt:YUYV/320x240]
> 		-> "OMAP3 ISP resizer output":0 [ENABLED]
> 
> - entity 11: OMAP3 ISP resizer input (1 pad, 1 link)
>              type Node subtype V4L flags 0
>              device node name /dev/video5
> 	pad0: Source
> 		-> "OMAP3 ISP resizer":0 []
> 
> - entity 12: OMAP3 ISP resizer output (1 pad, 1 link)
>              type Node subtype V4L flags 0
>              device node name /dev/video6
> 	pad0: Sink
> 		<- "OMAP3 ISP resizer":1 [ENABLED]
> 
> - entity 13: OMAP3 ISP AEWB (1 pad, 1 link)
>              type V4L2 subdev subtype Unknown flags 0
>              device node name /dev/v4l-subdev5
> 	pad0: Sink
> 		<- "OMAP3 ISP CCDC":2 [ENABLED,IMMUTABLE]
> 
> - entity 14: OMAP3 ISP AF (1 pad, 1 link)
>              type V4L2 subdev subtype Unknown flags 0
>              device node name /dev/v4l-subdev6
> 	pad0: Sink
> 		<- "OMAP3 ISP CCDC":2 [ENABLED,IMMUTABLE]
> 
> - entity 15: OMAP3 ISP histogram (1 pad, 1 link)
>              type V4L2 subdev subtype Unknown flags 0
>              device node name /dev/v4l-subdev7
> 	pad0: Sink
> 		<- "OMAP3 ISP CCDC":2 [ENABLED,IMMUTABLE]
> 
> - entity 16: tvp5150 3-005c (1 pad, 1 link)
>              type V4L2 subdev subtype Unknown flags 0
>              device node name /dev/v4l-subdev8
> 	pad0: Source
> 		[fmt:YUYV2X8/640x480]
> 		-> "OMAP3 ISP CCDC":0 [ENABLED]

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-21 11:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-02 18:12 cron job: media_tree daily build: ERRORS Hans Verkuil
2013-08-02 20:12 ` Help with omap3isp resizing from CCDC Samuel.Rasmussen
2013-08-21 11:23   ` Laurent Pinchart
2013-08-06  7:50 ` cron job: media_tree daily build: ERRORS Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).