]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00220747 V4L2 out: Fix mosaic and flash issue if use VDOA input crop mode
authorWayne Zou <b36644@freescale.com>
Thu, 30 Aug 2012 09:20:06 +0000 (17:20 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:28 +0000 (08:35 +0200)
commit8b1b95c177a8c363b608c938d8133d8ecff987d5
tree781be0ee3037194edbb98e0e1b6dc11adc5a9006
parent5d11a6bd37cc1ab28b6ef7ceaca061f6236c6e7d
ENGR00220747 V4L2 out: Fix mosaic and flash issue if use VDOA input crop mode

Fix bug:
A lot of mosaic and flash issue if use VDOA mode when doing video playback
on stream H264_BP13_fc_320x136_29.97_444_AAC_48_130_2_vbr.mp4.

For this special stream, the frame size is 320x144 and the stream includes
input cropping information:320x136. It needs to use 320x144 frame size to
do tiled format conversion instead of 320x128 after alignment.

Signed-off-by: Wayne Zou <b36644@freescale.com>
drivers/media/video/mxc/output/mxc_vout.c