Home | History | Annotate | Download | only in src

Lines Matching refs:tableCount

76 int tableCount = 0;
540 if (nIndex >= tableCount)
584 while (!bFound && i < tableCount)
645 for (i = 0; i < tableCount; i++)
684 tableCount);
686 for (i = 0; i < tableCount; i++)
736 tableCount = 0;
757 compName[tableCount]= (OMX_STRING) malloc(MAXNAMESIZE);
759 strncpy(compName[tableCount], temp, strlen(temp) + 1);
760 componentTable[tableCount].name =
761 compName[tableCount];
766 componentTable[tableCount].name, 0x0,
784 componentTable[tableCount].nRoles = nRoles;
785 /* sRoleArray[tableCount] = (OMX_STRING *) malloc(nRoles * sizeof(OMX_STRING)); */
788 /* sRoleArray[tableCount] = (OMX_STRING *) malloc(nRoles * sizeof(OMX_STRING)); */
791 sRoleArray[tableCount][j] =
799 sRoleArray[tableCount][j],
801 componentTable[tableCount].
803 sRoleArray[tableCount][j];
807 /* sRoleArray[tableCount] = (OMX_STRING *) malloc(sizeof(OMX_STRING)); */
808 sRoleArray[tableCount][j] =
811 strcpy(sRoleArray[tableCount][j],
813 componentTable[tableCount].
815 sRoleArray[tableCount][j];
828 tableCount++;
875 tableCount = numFiles;