OpenMAXBellagio 0.9.3
omxcore.h
Go to the documentation of this file.
00001 
00027 #ifndef __ST_OMXCORE_H__
00028 #define __ST_OMXCORE_H__
00029 
00030 #include <OMX_Component.h>
00031 #include <OMX_Types.h>
00032 #include <pthread.h>
00033 
00034 #include "utils.h"
00035 #include "component_loader.h"
00036 #include "omx_comp_debug_levels.h"
00037 #ifdef ANDROID_COMPILATION
00038 #include <oscl_base_macros.h>
00039 #else
00040 #define OSCL_IMPORT_REF
00041 #define OSCL_EXPORT_REF
00042 #endif
00043 
00044 //forward decl
00045 struct BOSA_COMPONENTLOADER;
00046 
00047 OMX_ERRORTYPE BOSA_AddComponentLoader(struct BOSA_COMPONENTLOADER *pLoader);
00048 
00050 #define SPECVERSIONMAJOR  1
00051 
00052 #define SPECVERSIONMINOR  1
00053 
00054 #define SPECREVISION      0
00055 
00056 #define SPECSTEP          0
00057 
00058 #endif