|
OpenMAXBellagio 0.9.3
|
00001 00028 #ifndef EXTENSION_STRUCT_H_ 00029 #define EXTENSION_STRUCT_H_ 00030 00034 typedef struct OMX_PARAM_BELLAGIOTHREADS_ID { 00035 OMX_U32 nSize; 00036 OMX_VERSIONTYPE nVersion; 00037 long int nThreadBufferMngtID; \ 00038 long int nThreadMessageID; \ 00039 } OMX_PARAM_BELLAGIOTHREADS_ID; 00040 00041 typedef struct multiResourceDescriptor { 00042 int CPUResourceRequested; 00043 int MemoryResourceRequested; 00044 } multiResourceDescriptor; 00045 00046 #endif