1 #ifndef OMX_IntelErrorTypes_h
2 #define OMX_IntelErrorTypes_h
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif /* __cplusplus */
7 #include <OMX_Core.h>
8 
9 typedef enum OMX_INTELERRORTYPE
10 {
11       OMX_ErrorIntelExtSliceSizeOverflow = OMX_ErrorVendorStartUnused + (OMX_S32)0x00001001,
12       OMX_ErrorIntelVideoNotPermitted    = OMX_ErrorVendorStartUnused + (OMX_S32)0x00001002,
13       OMX_ErrorIntelProcessStream        = OMX_ErrorVendorStartUnused + (OMX_S32)0x00001003,
14       OMX_ErrorIntelMissingConfig        = OMX_ErrorVendorStartUnused + (OMX_S32)0x00001004,
15 
16 } OMX_INTELERRORTYPE;
17 
18 #ifdef __cplusplus
19 }
20 #endif /* __cplusplus */
21 
22 #endif
23 /* File EOF */
24 
25