diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2015-04-26 02:29:53 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2015-04-26 02:29:53 -0700 |
commit | 0d269a49910e7237f093d44df27a2b43704525de (patch) | |
tree | fdbb0911b57fdb7564b9098a263129c1814c896d /libgralloc/gr.h | |
parent | 16efb4db1e1d0ca0e769756e3703b69e8f970222 (diff) | |
parent | 7dd3a4368f7f1a401b135cdb323b90ea12f4dcfb (diff) | |
download | hardware_qcom_display-0d269a49910e7237f093d44df27a2b43704525de.tar.gz hardware_qcom_display-0d269a49910e7237f093d44df27a2b43704525de.tar.bz2 hardware_qcom_display-0d269a49910e7237f093d44df27a2b43704525de.zip |
Merge "gralloc: Add gralloc perform api to query RGB data address"
Diffstat (limited to 'libgralloc/gr.h')
-rw-r--r-- | libgralloc/gr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgralloc/gr.h b/libgralloc/gr.h index 1a10532a3..98b4eeca8 100644 --- a/libgralloc/gr.h +++ b/libgralloc/gr.h @@ -71,6 +71,7 @@ int decideBufferHandlingMechanism(int format, const char *compositionUsed, int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage); void free_buffer(private_handle_t *hnd); int getYUVPlaneInfo(private_handle_t* pHnd, struct android_ycbcr* ycbcr); +int getRgbDataAddress(private_handle_t* pHnd, void* rgb_data); // To query if UBWC is enabled, based on format and usage flags bool isUBwcEnabled(int format, int usage); |