diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2013-03-27 15:45:49 +0800 |
---|---|---|
committer | Liu Ying <Ying.Liu@freescale.com> | 2013-04-03 15:22:21 +0800 |
commit | 31e5761b2e4094385627ea37c27a550b27310e30 (patch) | |
tree | 541a2c90361e430882c9a4c37b84b3d60acf2cec /lib/string_helpers.c | |
parent | d7739c0ed897da749c1210a8dcb8166fde6f141f (diff) |
ENGR00255371 v4l2 fg overlay:workaround ipu warning
There is annoying ipu warning when doing preview
by using v4l2 fg overlay component:
/unit_tests/mxc_v4l2_overlay.out -iw 320 -ih 240 -ow 1280
-oh 720 -r 0 -fg -t 5
imx-ipuv3 imx-ipuv3.0: IDMAC12's EBA0 is not 8-byte aligned
This warning can be seen only when preview size is bigger
than 1024*1024(ipu device driver split mode is enabled).
After debug, it appears that the unaligned buffer address
is caused by input cropping for left strip, and this
cropping is triggered by the split mode algrithm. The
algrithm is complex, so currently this patch only changes
the input pixel format of the ipu task from UYVY to NV12
to workaround this warning.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
(cherry picked from commit aaf14db7afe5ce603857782e96033b259606594b)
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions