commit | ac19c3d2d1a89ec2017cd53b21657f51acdb7a7a | [log] [tgz] |
---|---|---|
author | ming.zhou <ming.zhou@nxp.com> | Fri Oct 11 11:14:07 2019 +0800 |
committer | Ray Essick <essick@google.com> | Thu Aug 06 16:02:14 2020 +0000 |
tree | 86e39bd2f32ba2c790f07e21e350ec27142d7ad3 | |
parent | cf7197e3ce536b3f3f548d66fd18ae4f76ce1c78 [diff] |
Fix software decoder display issue. When play cts video video_decode_accuracy_and_capability-vp9_426x182_30fps.webm, gralloc buffer has slice height of 4 bytes. Destination buffer address of plane[u] and plane[v] are not equal to the calculated address by plane[y] + dstYStride * height. Change-Id: Ib8b283a0fb4bacb9b4f561d83b4d38727a3116d4 Signed-off-by: ming.zhou <ming.zhou@nxp.com> Bug: 131844219 Bug: 160760307