Merge "commonsys-intf: display: Add flag for interlaced content." into display-android-commonsys.lnx.1.1
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e5ce1da37e
@@ -223,4 +223,11 @@ enum {
|
|||||||
|
|
||||||
enum { BUFFER_TYPE_UI = 0, BUFFER_TYPE_VIDEO };
|
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__
|
#endif // __GRALLOC_PRIV_H__
|
||||||
|
|||||||
Reference in New Issue
Block a user