omxcore.h

Go to the documentation of this file.
00001 
00030 #ifndef __ST_OMXCORE_H__
00031 #define __ST_OMXCORE_H__
00032 
00033 #include <OMX_Component.h>
00034 #include <OMX_Types.h>
00035 #include <pthread.h>
00036 #include <sys/msg.h>
00037 
00038 #include "component_loader.h"
00039 #include "omx_comp_debug_levels.h"
00040 
00041 //forward decl
00042 struct BOSA_COMPONENTLOADER;
00043 
00044 OMX_ERRORTYPE BOSA_AddComponentLoader(struct BOSA_COMPONENTLOADER *pLoader);
00045 
00047 #define SPECVERSIONMAJOR  1
00048 
00049 #define SPECVERSIONMINOR  1
00050 
00051 #define SPECREVISION      0
00052 
00053 #define SPECSTEP          0
00054 
00055 #endif

Generated for OpenMAX Bellagio rel. 0.3.5-svn by  doxygen 1.5.1
SourceForge.net Logo