summaryrefslogtreecommitdiffstats
path: root/include/ui/GraphicBufferMapper.h
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2013-05-04 18:07:43 -0700
committerEino-Ville Talvala <etalvala@google.com>2013-05-06 17:24:05 -0700
commitc43946b931de5dafd28f49963f9af78e05390b26 (patch)
tree032140ddaaa02cacfac012f042526c7facd57c88 /include/ui/GraphicBufferMapper.h
parentcc8f8ad33d4f8f55ff30e1600cc59c7cf5113c8a (diff)
downloadframeworks_native-c43946b931de5dafd28f49963f9af78e05390b26.zip
frameworks_native-c43946b931de5dafd28f49963f9af78e05390b26.tar.gz
frameworks_native-c43946b931de5dafd28f49963f9af78e05390b26.tar.bz2
Add support for HAL_PIXEL_FORMAT_YCbCr_420_888
- Add fields to CpuConsumer::LockedBuffer for new information - New lock methods for GraphicBuffer and GraphicBufferMapper for the format Bug: 8734880 Change-Id: If31f82c62d64b6942cf4cc6e5715585c03273f12
Diffstat (limited to 'include/ui/GraphicBufferMapper.h')
-rw-r--r--include/ui/GraphicBufferMapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ui/GraphicBufferMapper.h b/include/ui/GraphicBufferMapper.h
index 697a02a..99d8723 100644
--- a/include/ui/GraphicBufferMapper.h
+++ b/include/ui/GraphicBufferMapper.h
@@ -45,6 +45,9 @@ public:
status_t lock(buffer_handle_t handle,
int usage, const Rect& bounds, void** vaddr);
+ status_t lockYCbCr(buffer_handle_t handle,
+ int usage, const Rect& bounds, android_ycbcr *ycbcr);
+
status_t unlock(buffer_handle_t handle);
// dumps information about the mapping of this handle