android_device_mt6753_common/MediaTek/gralloc_extra
Jan Engelmohr 27d23ae4b8 set up mt6753 device tree 2016-08-16 00:02:57 +02:00
..
include set up mt6753 device tree 2016-08-16 00:02:57 +02:00
Android.mk set up mt6753 device tree 2016-08-16 00:02:57 +02:00
GraphicBufferExtra.cpp set up mt6753 device tree 2016-08-16 00:02:57 +02:00
GraphicBufferExtra_hal.cpp set up mt6753 device tree 2016-08-16 00:02:57 +02:00
NOTICE set up mt6753 device tree 2016-08-16 00:02:57 +02:00
README set up mt6753 device tree 2016-08-16 00:02:57 +02:00

README

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