commit | 19caf1573cd36767da03a2fe845deecaf5f460ec | [log] [tgz] |
---|---|---|
author | Adrian Salido-Moreno <adrianm@codeaurora.org> | Tue Jan 03 18:46:25 2012 -0800 |
committer | Adrian Salido-Moreno <adrianm@codeaurora.org> | Tue Jan 03 18:56:29 2012 -0800 |
tree | 0597b2dd54468c47fae40bcb070a1b0d9311e7ae | |
parent | 62b58772ba51a4ce320def059b61b854ff759671 [diff] |
msm: rotator: Fix rotator YCrCb planar formats unexpected output Rotator expects planar input in YCbCr order, wrong color can be seen on ouput image when given YCrCb because the chromninance planes picked are not correct. Swap Cb and Cr plane addresses to output correct image. Change-Id: Ia05ab704d18da4aac49e63fb805c40a95ea51a33 CRs-Fixed: 327956 Signed-off-by: Adrian Salido-Moreno <adrianm@codeaurora.org>