HomeSort by relevance Sort by last modified time
    Searched defs:tableCount (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 48 int tableCount = 0;
507 if (nIndex >= tableCount)
560 while (i < tableCount)
645 if (!tableCount)
654 for (i = 0; i < tableCount; i++)
693 for (i = 0; i < tableCount; i++)
759 tableCount = numFiles;
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 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
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp     [all...]

Completed in 273 milliseconds