commit | d9822a3843017444364899afc3c23fb5be6b9cb9 | [log] [tgz] |
---|---|---|
author | Dan Stoza <stoza@google.com> | Fri Mar 28 15:25:31 2014 -0700 |
committer | Dan Stoza <stoza@google.com> | Tue Apr 15 10:27:25 2014 -0700 |
tree | 563f14d7526d30eebe5913d66ed150609c2796eb | |
parent | 7f605bd4c09e2b086e69751491e25e98f4a0eb98 [diff] |
BufferQueueProducer: add detachNextBuffer Adds a new method, IGBP::detachNextBuffer, that effectively does dequeue + request + detach in a single call, but does not need to know anything about the dequeued buffer, and will not block on dequeue. This is mostly for the upcoming StreamSplitter to use in its onBufferReleased callback. Change-Id: Ie88a69de109003acebaa486a5b44c8a455726550