commit | 8c1509249c5552270d8accc2c9512f499a8f5e2d | [log] [tgz] |
---|---|---|
author | Miao Wang <miaowang@google.com> | Mon Oct 26 17:44:10 2015 -0700 |
committer | Miao Wang <miaowang@google.com> | Tue Jan 26 14:40:44 2016 -0800 |
tree | 1eb1ed7548cda13c54d19d96b6fb86bcee88520d | |
parent | ed50f333fb28905f085473d3150f906f0106295a [diff] |
[RenderScript] Implement APIs for better multi-frame process support. Bug: 23535524 Two APIs added for multiframe processing: - createAllocations(...): To create an array of Allocations sharing the same Type and Usage. For USAGE_IO_INPUT Allocations, they also share the same BufferQueue. - getTimeStamp(): API to retrieve the time stamp associated with the most recent buffer. Change-Id: I6b7b35d7dca5e87ee2f3db2ee17cb9cf824bcfe1