gralloc: pad RGB buffers by a minimum of 2 extra lines
authorGreg Hackmann <ghackmann@google.com>
Mon, 8 Oct 2012 17:14:53 +0000 (10:14 -0700)
committerGreg Hackmann <ghackmann@google.com>
Mon, 8 Oct 2012 17:29:42 +0000 (10:29 -0700)
commit4cc86ec14bdd6f9adf34b1fd7829041a5e4b84a0
tree70dc5f72f804d11762bfd12c5989b73646721b1d
parent3ac758164b6b49e433191a13160e0918352ca7c8
gralloc: pad RGB buffers by a minimum of 2 extra lines

If the buffer is xcrop pixels off the left edge of the screen, xcrop
extra pixels are needed past the 1 line of padding normally expected by
the FIMD.  xcrop is not known at allocation time so assume the worst
case of a full extra line.

Bug: 7304464
Change-Id: I126992eccfb36a402a202a8236a07a5479332812
Signed-off-by: Greg Hackmann <ghackmann@google.com>
gralloc/gralloc.cpp