Searched defs:roles (Results 1 - 6 of 6) sorted by relevance

/hardware/msm7k/libstagefrighthw/
H A DQComOMXPlugin.cpp102 Vector<String8> *roles) {
103 roles->clear();
132 roles->push(s);
100 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h51 char* roles[OMX_CORE_MAX_CMP_ROLES];// roles played member in struct:_omx_core_cb_type
H A Dqc_omx_core.c645 Returns the component name which can fulfill the roles passed in the
676 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
678 if(!strcmp(role,core[i].roles[j]))
701 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
703 if(!strcmp(role,core[i].roles[j]))
744 OMX_OUT OMX_U8** roles)
751 if (roles == NULL)
764 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
789 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
791 if(roles
742 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, OMX_INOUT OMX_U32* numRoles, OMX_OUT OMX_U8** roles) argument
[all...]
/hardware/ti/omap3/libstagefrighthw/
H A DTIOMXPlugin.cpp102 Vector<String8> *roles) {
103 roles->clear();
132 roles->push(s);
100 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/qcom/media/libstagefrighthw/
H A DQComOMXPlugin.cpp129 Vector<String8> *roles) {
130 roles->clear();
163 roles->push(s);
127 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c523 * Description: This method will query the component for its supported roles
527 * @param[in] pNumRoles The number of roles supported by the component
528 * @param[in] roles The roles of the component
539 OMX_OUT OMX_U8 **roles)
575 if (roles == NULL)
583 If pNumRoles is < actual number of roles
589 strcpy((OMX_STRING)roles[j], componentTable[i].pRoleArray[j]);
596 LOGE("pNumRoles (%d) is less than actual number (%d) of roles \
607 * Description: This method will query the component for its supported roles
536 TIOMX_GetRolesOfComponent( OMX_IN OMX_STRING cComponentName, OMX_INOUT OMX_U32 *pNumRoles, OMX_OUT OMX_U8 **roles) argument
[all...]

Completed in 189 milliseconds