aboutsummaryrefslogtreecommitdiff
path: root/mtk/gralloc_extra/README
blob: 4500bab314f37cb3e5ddc5e892d394e5f9ee3425 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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