OpenMAXBellagio  0.9.3
component_loader.h
Go to the documentation of this file.
1 
27 #ifndef __COMPONENT_LOADER_H__
28 #define __COMPONENT_LOADER_H__
29 
30 #include <OMX_Core.h>
31 
38 typedef struct BOSA_COMPONENTLOADER
39 {
51 
63 
85  struct BOSA_COMPONENTLOADER *loader,
86  OMX_HANDLETYPE* pHandle,
87  OMX_STRING cComponentName,
88  OMX_PTR pAppData,
89  OMX_CALLBACKTYPE* pCallBacks);
90 
112  struct BOSA_COMPONENTLOADER *loader,
113  OMX_HANDLETYPE hComponent);
114 
142  struct BOSA_COMPONENTLOADER *loader,
143  OMX_STRING cComponentName,
144  OMX_U32 nNameLength,
145  OMX_U32 nIndex);
146 
174  struct BOSA_COMPONENTLOADER *loader,
175  OMX_STRING compName,
176  OMX_U32 *pNumRoles,
177  OMX_U8 **roles);
178 
209  struct BOSA_COMPONENTLOADER *loader,
210  OMX_STRING role,
211  OMX_U32 *pNumComps,
212  OMX_U8 **compNames);
213 
220 
222 
223 #endif

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo