Merge "commonsys-intf: display: Add flag for interlaced content." into display-android-commonsys.lnx.1.1

This commit is contained in:
Linux Build Service Account
2019-06-12 05:49:50 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -223,4 +223,11 @@ enum {
enum { BUFFER_TYPE_UI = 0, BUFFER_TYPE_VIDEO };
/* Flag to determine interlaced content
* Value maps to Flags presents in types.hal of QtiMapperextensions
*/
enum {
LAYOUT_INTERLACED_FLAG = 1 << 0,
};
#endif // __GRALLOC_PRIV_H__