HomeSort by relevance Sort by last modified time
    Searched refs:tComponentName (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 53 char *tComponentName[MAXCOMP][2] = {
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/omap4xxx/domx/omx_core/src/
OMX_Core.c 82 char *tComponentName[MAXCOMP][MAX_ROLES] = {
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 595 milliseconds