CHROMIUM: [media] rockchip-vpu: Align height to 32 to match cache alignment

videobuf2 driver needs each plane size is multiple times of cache
alignment. We align width to 16 and height to 32 to make sure the
size of UV plane for I420 format is multiple times of cache
alignment(128).

This is a workaround of b/32690953. We can revert it when we land the
proper solution.

BUG=b:32690953
TEST=hangout works well

Change-Id: Ie54340659afbf68b4b3fe508791317189d0b26d2
Signed-off-by: Heng-Ruey Hsu <henryhsu@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/409812
Commit-Ready: Heng-ruey Hsu <henryhsu@chromium.org>
Tested-by: Heng-ruey Hsu <henryhsu@chromium.org>
Reviewed-by: Tomasz Figa <tfiga@chromium.org>
(cherry picked from commit 7a4b7bb218b4ef51fcb2260d56ff19b960f51b8d)
Reviewed-on: https://chromium-review.googlesource.com/411540
1 file changed