aboutsummaryrefslogtreecommitdiff
path: root/mtk/gralloc_extra/README
diff options
context:
space:
mode:
authorMister Oyster <oysterized@gmail.com>2017-01-02 12:44:35 +0100
committerMister Oyster <oysterized@gmail.com>2017-01-02 12:44:35 +0100
commita184d985bf43d3fe6eeba971bc6b32f79ea38b37 (patch)
tree6f6e56e090777cc149bc1ab39e5987cc2b03e867 /mtk/gralloc_extra/README
downloadmm_device_meizu_m2note-cm-13.0.tar.gz
initial releasecm-13.0
Diffstat (limited to 'mtk/gralloc_extra/README')
-rwxr-xr-xmtk/gralloc_extra/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/mtk/gralloc_extra/README b/mtk/gralloc_extra/README
new file mode 100755
index 0000000..4500bab
--- /dev/null
+++ b/mtk/gralloc_extra/README
@@ -0,0 +1,19 @@
+A gralloc extra HAL to retrive buffer detail information.
+
+WHAT IT DOES?
+=============
+libgralloc_extra.so provide a convenience API for retriving the buffer_t
+information, such as width, height, real format, raw buffer handle and more
+extra share space for MTK's HWC, Video, and Camera.
+
+HOW IT WAS BUILT?
+==================
+It needs the following library from AOSP:
+1. libhardware
+2. libcutils
+3. libutils
+
+HOW TO USE IT?
+==============
+See the usage of gralloc_extra_* at ./tests/
+gralloc_test.cpp \ No newline at end of file