summaryrefslogtreecommitdiff
path: root/gralloc_usage_ext.h (plain)
blob: 9460839a4a3dad363c33f142af803c709451853d
1#ifndef GRALLOC_USAGE_EXT_H
2#define GRALLOC_USAGE_EXT_H
3
4/* gralloc usage extensions */
5enum {
6 GRALLOC_USAGE_AML_VIDEO_OVERLAY = 0x01000000,
7 GRALLOC_USAGE_AML_DMA_BUFFER = 0x02000000,
8 GRALLOC_USAGE_AML_OMX_OVERLAY = 0x04000000,
9 GRALLOC_USAGE_AML_SECURE = 0x08000000,
10};
11
12#endif /* GRALLOC_USAGE_EXT_H */
13