OSDN Git Service

BufferQueue: Increase max slots from 32 to 64
authorDan Stoza <stoza@google.com>
Wed, 9 Apr 2014 23:10:53 +0000 (16:10 -0700)
committerDan Stoza <stoza@google.com>
Fri, 11 Apr 2014 22:13:02 +0000 (15:13 -0700)
commit2475264264b51a7592c5b2e4cd6cfdaddba16644
treec000c4327b6b305bcdc1b4883c32d36201eff049
parent430b61c72094882bc48693dfc10c256a6ae36ee9
BufferQueue: Increase max slots from 32 to 64

Increases NUM_BUFFER_SLOTS from 32 to 64 and changes the mask
returned by IGBC::getReleasedBuffers from 32 to 64 bits.

Bug: 13174352
Change-Id: I1c41256ffbc30abcf9f7b0b5fcf53da40462da28
media/libstagefright/omx/GraphicBufferSource.cpp