OpenMAXBellagio 0.9.3
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)
OMX_U32 nqualitylevels
multiResourceDescriptor ** multiResourceLevel

Detailed Description

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

src/st_static_component_loader.h

ST specific component loader for local components.

Copyright (C) 2007-2009 STMicroelectronics Copyright (C) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 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 39 of file st_static_component_loader.h.


Field Documentation

the version of the component in the OpenMAX standard format

Definition at line 40 of file st_static_component_loader.h.

Referenced by omx_component_library_Setup().

constructor function pointer for each Linux ST OpenMAX component

Definition at line 46 of file st_static_component_loader.h.

Referenced by BOSA_ST_CreateComponent(), and omx_component_library_Setup().

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

Definition at line 41 of file st_static_component_loader.h.

Referenced by BOSA_ST_DeInitComponentLoader(), omx_component_library_Setup(), and readRegistryFile().

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

Definition at line 45 of file st_static_component_loader.h.

Referenced by BOSA_ST_CreateComponent(), and BOSA_ST_DeInitComponentLoader().

Strings those represent the names of the specific format components

Definition at line 43 of file st_static_component_loader.h.

Referenced by BOSA_ST_DeInitComponentLoader(), omx_component_library_Setup(), and readRegistryFile().

Strings those represent the names of the specific format components

Definition at line 44 of file st_static_component_loader.h.

Referenced by BOSA_ST_DeInitComponentLoader(), and omx_component_library_Setup().


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