Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1627feb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Add missing HFI buffer flags"

parents 30967e07 6c2104eb
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -39,9 +39,12 @@
#define HFI_BUFFERFLAG_READONLY			0x00000200
#define HFI_BUFFERFLAG_ENDOFSUBFRAME		0x00000400
#define HFI_BUFFERFLAG_EOSEQ			0x00200000
#define HFI_BUFFERFLAG_DISCONTINUITY	0x80000000
#define HFI_BUFFERFLAG_TEI				0x40000000
#define HFI_BUFFER_FLAG_MBAFF			0x08000000
#define HFI_BUFFERFLAG_VPE_YUV_601_709_CSC_CLAMP \
						0x10000000
#define HFI_BUFFERFLAG_DROP_FRAME               0x20000000
#define HFI_BUFFERFLAG_TEI			0x40000000
#define HFI_BUFFERFLAG_DISCONTINUITY		0x80000000


#define HFI_ERR_SESSION_EMPTY_BUFFER_DONE_OUTPUT_PENDING	\