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

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 14 OMX_U16 nRoles;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ComponentRegistry.h 40 OMX_U16 nRoles;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 577 *pNumRoles = componentTable[i].nRoles;
585 if (*pNumRoles >= componentTable[i].nRoles)
587 for (j = 0; j<componentTable[i].nRoles; j++)
591 *pNumRoles = componentTable[i].nRoles;
597 for this component %s\n", *pNumRoles, componentTable[i].nRoles, cComponentName);
656 for (j = 0; j < componentTable[i].nRoles; j++)
695 for (j = 0; j < componentTable[i].nRoles; j++)
740 componentTable[j].pRoleArray[componentTable[j].nRoles] = tComponentName[i][1];
741 componentTable[j].pHandle[componentTable[j].nRoles] = NULL; //initilize the pHandle element
742 componentTable[j].nRoles ++
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 596 *pNumRoles = componentTable[i].nRoles;
600 if (bFound && (*pNumRoles == componentTable[i].nRoles))
602 for (j = 0; j < componentTable[i].nRoles; j++)
647 for (j = 0; j < componentTable[i].nRoles; j++)
689 for (j = 0; j < componentTable[i].nRoles; j++)
783 nRoles = j - 1;
784 componentTable[tableCount].nRoles = nRoles;
785 /* sRoleArray[tableCount] = (OMX_STRING *) malloc(nRoles * sizeof(OMX_STRING)); */
786 if (nRoles > 0
    [all...]

Completed in 160 milliseconds