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

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 49 ComponentTable componentTable[MAX_TABLE_SIZE];
210 if (strcmp(componentTable[refIndex].name, cComponentName) == 0) {
212 cComponentName, componentTable[refIndex].refCount);
215 if (componentTable[refIndex].refCount >= MAX_CONCURRENT_INSTANCES) {
281 componentTable[refIndex].pHandle[componentTable[refIndex].refCount] = *pHandle;
282 componentTable[refIndex].refCount += 1;
364 for (handleIndex=0; handleIndex < componentTable[refIndex].refCount; handleIndex++){
366 if (componentTable[refIndex].pHandle[handleIndex] == hComponent)
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c 77 ComponentTable componentTable[MAX_TABLE_SIZE];
558 strcpy(cComponentName, componentTable[nIndex].name);
599 if (strcmp(cComponentName, componentTable[i].name) == 0)
609 *pNumRoles = componentTable[i].nRoles;
613 if (bFound && (*pNumRoles == componentTable[i].nRoles))
615 for (j = 0; j < componentTable[i].nRoles; j++)
618 componentTable[i].pRoleArray[j]);
654 /* This implies that the componentTable is not filled */
655 CORE_assert(componentTable[i].pRoleArray[j] != NULL
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 77 ComponentTable componentTable[MAX_TABLE_SIZE];
545 strcpy(cComponentName, componentTable[nIndex].name);
586 if (strcmp(cComponentName, componentTable[i].name) == 0)
596 *pNumRoles = componentTable[i].nRoles;
600 if (bFound && (*pNumRoles == componentTable[i].nRoles))
602 for (j = 0; j < componentTable[i].nRoles; j++)
605 componentTable[i].pRoleArray[j]);
641 /* This implies that the componentTable is not filled */
642 CORE_assert(componentTable[i].pRoleArray[j] != NULL
    [all...]
  /external/icu/icu4c/source/layout/
LigatureSubstProc2.cpp 80 LEReferenceToArrayOf<le_uint16> componentTable(stHeader, success, componentOffset, LE_UNBOUNDED_ARRAY);
103 i += SWAPW(componentTable(LE_GET_GLYPH(glyphStorage[componentGlyph]) + (SignExtend(offset, lafComponentOffsetMask)),success));

Completed in 1996 milliseconds