diff options
Diffstat (limited to 'include/gui/BufferItem.h')
-rw-r--r-- | include/gui/BufferItem.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gui/BufferItem.h b/include/gui/BufferItem.h index 01b6ff4..c7a8bc9 100644 --- a/include/gui/BufferItem.h +++ b/include/gui/BufferItem.h @@ -78,6 +78,11 @@ class BufferItem : public Flattenable<BufferItem> { // automatically when the buffer was queued. bool mIsAutoTimestamp; + // mDataSpace is the current dataSpace value for this buffer slot. This gets + // set by queueBuffer each time this slot is queued. The meaning of the + // dataSpace is format-dependent. + android_dataspace mDataSpace; + // mFrameNumber is the number of the queued frame for this slot. uint64_t mFrameNumber; |