52 if (stComponents == NULL) {
63 if (stComponents[0]->name == NULL) {
71 stComponents[0]->
name_specific = calloc(stComponents[0]->name_specific_length,
sizeof(
char *));
72 stComponents[0]->
role_specific = calloc(stComponents[0]->name_specific_length,
sizeof(
char *));
76 if (stComponents[0]->name_specific[i] == NULL) {
82 if (stComponents[0]->role_specific[i] == NULL) {
int omx_component_library_Setup(stLoaderComponentType **stComponents)
The library entry point. It must have the same name for each library of the components loaded by the ...