commit | 8e103bbca35f013a21b7a4c0c771dfeb65464554 | [log] [tgz] |
---|---|---|
author | Vinil Cheeramvelil <[email protected]> | Tue Jun 30 15:05:06 2015 +0800 |
committer | Patrick Tjin <[email protected]> | Fri Jul 10 08:13:33 2015 -0700 |
tree | 6dd66c094d0d47706afea211f9b6acce793be99d | |
parent | b3318c81c14988e7d3a00df087741dd376765868 [diff] |
Align stride for encoder surfaces to 64 pixels/ bytes There was an error that caused stride to be 32 pixels aligned. This caused a double blit just to update the stride. By aligning to 64 bytes/ the RGB->NV12 blit only happens once. Bug: 22335388 Change-Id: Ie412983f9efce570899e07404c91fcbdd3e2b835 Signed-off-by: hding3 <[email protected]>