commit | 425e186847971206981df9fce0c325655eb985b5 | [log] [tgz] |
---|---|---|
author | Nate Weibley <nweibley@gmail.com> | Mon Nov 09 19:51:47 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Nov 19 11:13:54 2015 -0200 |
tree | 17250dcb5298b9fb0f0cb7e083624b5020fe4598 | |
parent | 8afe97be37fad85b1ad7d4ab5d6b06f6fc04a274 [diff] |
[media] omap4iss: Fix overlapping luma/chroma planes The chroma data base address for NV12 formatted data should begin offset rows*bytes_per_row from the base address for luminance data. We were OBO causing a stripe of green pixels at the bottom of the frame. Signed-off-by: Nate Weibley <nweibley@gmail.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>