stLoaderComponentType Struct Reference

the private data structure handled by the ST static loader that described an OpenMAX component More...

#include <st_static_component_loader.h>


Data Fields

OMX_VERSIONTYPE componentVersion
char * name
unsigned int name_specific_length
char ** name_specific
char ** role_specific
char * name_requested
OMX_ERRORTYPE(* constructor )(OMX_COMPONENTTYPE *, OMX_STRING cComponentName)


Detailed Description

the private data structure handled by the ST static loader that described an OpenMAX component

This structure contains all the fields that the loader must use to support the loading unloading functions of the component, that are not described by the standard.

Definition at line 42 of file st_static_component_loader.h.


Field Documentation

the version of the component in the OpenMAX standard format

Definition at line 43 of file st_static_component_loader.h.

Referenced by omx_component_library_Setup().

String that represents the name of the component, ruled by the standard

Definition at line 44 of file st_static_component_loader.h.

Referenced by BOSA_ST_DeInitComponentLoader(), and omx_component_library_Setup().

Strings those represent the names of the specific format components

Definition at line 46 of file st_static_component_loader.h.

Referenced by BOSA_ST_DeInitComponentLoader(), and omx_component_library_Setup().

Strings those represent the names of the specific format components

Definition at line 47 of file st_static_component_loader.h.

Referenced by BOSA_ST_DeInitComponentLoader(), and omx_component_library_Setup().

This parameter is used to send to the component the string requested by the IL Client

Definition at line 48 of file st_static_component_loader.h.

Referenced by BOSA_ST_CreateComponent(), and BOSA_ST_DeInitComponentLoader().

constructor function pointer for each Linux ST OpenMAX component

Referenced by BOSA_ST_CreateComponent(), and omx_component_library_Setup().


The documentation for this struct was generated from the following file:

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