OpenMAXBellagio
0.9.3
omxcore.h
Go to the documentation of this file.
1
27
#ifndef __ST_OMXCORE_H__
28
#define __ST_OMXCORE_H__
29
30
#include <
OMX_Component.h
>
31
#include <
OMX_Types.h
>
32
#include <pthread.h>
33
34
#include "
utils.h
"
35
#include "
component_loader.h
"
36
#include "
omx_comp_debug_levels.h
"
37
#ifdef ANDROID_COMPILATION
38
#include <oscl_base_macros.h>
39
#else
40
#define OSCL_IMPORT_REF
41
#define OSCL_EXPORT_REF
42
#endif
43
44
//forward decl
45
struct
BOSA_COMPONENTLOADER
;
46
47
OMX_ERRORTYPE
BOSA_AddComponentLoader
(
struct
BOSA_COMPONENTLOADER
*pLoader);
48
50
#define SPECVERSIONMAJOR 1
51
52
#define SPECVERSIONMINOR 1
53
54
#define SPECREVISION 0
55
56
#define SPECSTEP 0
57
58
#endif
omx_comp_debug_levels.h
OMX_ERRORTYPE
OMX_ERRORTYPE
Definition:
OMX_Core.h:126
OMX_Types.h
OMX_Component.h
utils.h
component_loader.h
BOSA_AddComponentLoader
OMX_ERRORTYPE BOSA_AddComponentLoader(struct BOSA_COMPONENTLOADER *pLoader)
Definition:
omxcore.c:64
BOSA_COMPONENTLOADER
Component loader entry points.
Definition:
component_loader.h:38
Generated for OpenMAX Bellagio rel. 0.9.3 by
1.5.1