Home
last modified time | relevance | path

Searched refs:roles (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/media/mm-core/omxcore/src/common/
Dqc_omx_core.c676 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++) in OMX_GetComponentsOfRole()
678 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
701 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++) in OMX_GetComponentsOfRole()
703 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
744 OMX_OUT OMX_U8** roles) in OMX_GetRolesOfComponent() argument
751 if (roles == NULL) in OMX_GetRolesOfComponent()
764 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++) in OMX_GetRolesOfComponent()
789 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++) in OMX_GetRolesOfComponent()
791 if(roles && roles[*numRoles]) in OMX_GetRolesOfComponent()
794 strlcpy((char *)roles[*numRoles],core[i].roles[j],OMX_MAX_STRINGNAME_SIZE); in OMX_GetRolesOfComponent()
[all …]
Dqc_omx_core.h51 char* roles[OMX_CORE_MAX_CMP_ROLES];// roles played member
/hardware/ti/omap3/libstagefrighthw/
DTIOMXPlugin.cpp102 Vector<String8> *roles) { in getRolesOfComponent() argument
103 roles->clear(); in getRolesOfComponent()
132 roles->push(s); in getRolesOfComponent()
DTIOMXPlugin.h45 Vector<String8> *roles);
/hardware/msm7k/libstagefrighthw/
DQComOMXPlugin.cpp102 Vector<String8> *roles) { in getRolesOfComponent() argument
103 roles->clear(); in getRolesOfComponent()
132 roles->push(s); in getRolesOfComponent()
DQComOMXPlugin.h45 Vector<String8> *roles);
/hardware/qcom/media/libstagefrighthw/
DQComOMXPlugin.cpp129 Vector<String8> *roles) { in getRolesOfComponent() argument
130 roles->clear(); in getRolesOfComponent()
163 roles->push(s); in getRolesOfComponent()
DQComOMXPlugin.h45 Vector<String8> *roles);
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
DOMX_Core.c539 OMX_OUT OMX_U8 **roles) in TIOMX_GetRolesOfComponent() argument
575 if (roles == NULL) in TIOMX_GetRolesOfComponent()
589 strcpy((OMX_STRING)roles[j], componentTable[i].pRoleArray[j]); in TIOMX_GetRolesOfComponent()
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Core.h1423 OMX_OUT OMX_U8 **roles);
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Core.h1423 OMX_OUT OMX_U8 **roles);