commit | c58836b87ec583e8f5426934b4dcfd953c051693 | [log] [tgz] |
---|---|---|
author | Dileep Kumar Reddi <dkumarre@codeaurora.org> | Fri Jul 31 16:19:39 2015 +0530 |
committer | Dileep Kumar Reddi <dkumarre@codeaurora.org> | Fri Aug 07 08:38:33 2015 +0530 |
tree | 0ac7b220729ea2b959825e8d49dd362672d131c6 | |
parent | 988ad0f8d42765a4df4f83e7e9638646ce4872db [diff] |
hwc: Align ROI's width and height in both directions Current implementation, to align width or height we are increasing right and bottom respectively. For high width and height alignment requirement might go out of bounds. This change will take bounds in to account while adjusting ROI. Change-Id: Ic28a524435b1ebf0ab6894008f2af1d936d13a13