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

  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c 76 int tableCount = 0;
553 if (nIndex >= (OMX_U32)tableCount)
597 while (!bFound && i < (OMX_U32)tableCount)
658 for (i = 0; i < (OMX_U32)tableCount; i++)
697 tableCount);
699 for (i = 0; i < tableCount; i++)
749 tableCount = 0;
770 compName[tableCount]= (OMX_STRING) malloc(MAXNAMESIZE);
772 strncpy(compName[tableCount], temp, strlen(temp) + 1);
773 componentTable[tableCount].name
    [all...]
  /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...]
  /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;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 2674 milliseconds