Searched defs:tComponentName (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c53 char *tComponentName[MAXCOMP][2] = { variable
731 if (tComponentName[i][0] == NULL) {
736 if (!strcmp(componentTable[j].name, tComponentName[i][0])) {
738 if (tComponentName[i][1] != NULL)
740 componentTable[j].pRoleArray[componentTable[j].nRoles] = tComponentName[i][1];
748 if (tComponentName[i][1] != NULL){
749 componentTable[numFiles].pRoleArray[0] = tComponentName[i][1];
752 strcpy(compName[numFiles], tComponentName[i][0]);
/hardware/ti/omap4-aah/domx/omx_core/src/
H A DOMX_Core.c82 char *tComponentName[MAXCOMP][MAX_ROLES] = { variable
854 if (tComponentName[i][0] == NULL)
862 tComponentName[i][0]))
876 while (tComponentName[i][k] != NULL)
879 tComponentName[i][k];
883 strcpy(compName[numFiles], tComponentName[i][0]);
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core.c82 char *tComponentName[MAXCOMP][MAX_ROLES] = { variable
841 if (tComponentName[i][0] == NULL)
849 tComponentName[i][0]))
863 while (tComponentName[i][k] != NULL)
866 tComponentName[i][k];
870 strcpy(compName[numFiles], tComponentName[i][0]);

Completed in 128 milliseconds