Searched refs:nRoles (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_ComponentRegistry.h14 OMX_U16 nRoles; member in struct:_ComponentTable
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_ComponentRegistry.h40 OMX_U16 nRoles; member in struct:_ComponentTable
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_ComponentRegistry.h40 OMX_U16 nRoles; member in struct:_ComponentTable
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c577 *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/omap4-aah/domx/omx_core/src/
H A DOMX_Core.c609 *pNumRoles = componentTable[i].nRoles;
613 if (bFound && (*pNumRoles == componentTable[i].nRoles))
615 for (j = 0; j < componentTable[i].nRoles; j++)
660 for (j = 0; j < componentTable[i].nRoles; j++)
702 for (j = 0; j < componentTable[i].nRoles; j++)
796 nRoles = j - 1;
797 componentTable[tableCount].nRoles = nRoles;
798 /* sRoleArray[tableCount] = (OMX_STRING *) malloc(nRoles * sizeof(OMX_STRING)); */
799 if (nRoles >
[all...]
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core.c596 *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 >
[all...]

Completed in 188 milliseconds