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

/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcmodule.h37 const char **roles; member in struct:wrs_omxil_cmodule_s
64 /* component name and roles */
66 OMX_ERRORTYPE GetComponentRoles(OMX_U32 *nr_roles, OMX_U8 **roles);
89 /* component roles */
90 OMX_U8 **roles; member in class:CModule
H A Dcomponentbase.h104 /* roles */
105 OMX_ERRORTYPE SetRolesOfComponent(OMX_U32 nr_roles, const OMX_U8 **roles);
266 OMX_U32 *nr_roles, OMX_U8 **roles);
410 /* roles */
411 OMX_U8 **roles; member in class:ComponentBase
/hardware/qcom/media/msm8974/libstagefrighthw/
H A DQComOMXPlugin.cpp107 Vector<String8> *roles) {
108 roles->clear();
142 roles->push(s);
105 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/qcom/media/msm8974/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/qcom/media/msm8974/mm-core/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.c630 Returns the component name which can fulfill the roles passed in the
661 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
663 if(!strcmp(role,core[i].roles[j]))
686 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
688 if(!strcmp(role,core[i].roles[j]))
729 OMX_OUT OMX_U8** roles)
736 if (roles == NULL)
749 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
774 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
776 if(roles
727 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, OMX_INOUT OMX_U32* numRoles, OMX_OUT OMX_U8** roles) argument
[all...]
/hardware/qcom/media/msm8996/libstagefrighthw/
H A DQComOMXPlugin.cpp107 Vector<String8> *roles) {
108 roles->clear();
142 roles->push(s);
105 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/qcom/media/msm8996/mm-core/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.c728 Returns the component name which can fulfill the roles passed in the
759 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
761 if(!strcmp(role,core[i].roles[j]))
784 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
786 if(!strcmp(role,core[i].roles[j]))
827 OMX_OUT OMX_U8** roles)
834 if (roles == NULL)
847 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
872 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
874 if(roles
825 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.cpp101 Vector<String8> *roles) {
102 roles->clear();
133 roles->push(s);
99 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.h62 * @roles: array of roles played by the component
74 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component member in struct:_omx_core_component_t
/hardware/ti/omap4-aah/libstagefrighthw/
H A DTIOMXPlugin.cpp110 Vector<String8> *roles) {
111 roles->clear();
137 roles->push(s);
108 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/ti/omap4xxx/libstagefrighthw/
H A DTIOMXPlugin.cpp110 Vector<String8> *roles) {
111 roles->clear();
137 roles->push(s);
108 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/intel/common/libstagefrighthw/
H A DWrsOMXPlugin.cpp184 Vector<String8> *roles) {
185 roles->clear();
214 roles->push(s);
182 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcmodule.cpp39 roles = NULL;
58 if (roles) {
59 if (roles[0])
60 free(roles[0]);
61 free(roles);
131 OMX_ERRORTYPE CModule::GetComponentRoles(OMX_U32 *nr_roles, OMX_U8 **roles) argument
136 if (!roles) {
145 if (!roles[i])
148 if (roles && roles[
217 const OMX_U8 **roles; local
[all...]
H A Dcomponentbase.cpp126 roles = NULL;
162 if (roles) {
163 if (roles[0])
164 free(roles[0]);
165 free(roles);
203 /* roles */
205 const OMX_U8 **roles)
209 if (!roles || !nr_roles)
212 if (this->roles) {
213 free(this->roles[
204 SetRolesOfComponent(OMX_U32 nr_roles, const OMX_U8 **roles) argument
[all...]
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcore.cpp309 OMX_OUT OMX_U8 **roles)
339 roles[i+1] = roles[i] + OMX_MAX_STRINGNAME_SIZE;
341 strncpy((OMX_STRING)&roles[i][0],
306 OMX_GetRolesOfComponent( OMX_IN OMX_STRING compName, OMX_INOUT OMX_U32 *pNumRoles, OMX_OUT OMX_U8 **roles) argument
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dwrs_omxcore.cpp351 OMX_OUT OMX_U8 **roles)
366 return cmodule->GetComponentRoles(pNumRoles, roles);
369 ret = cmodule->GetComponentRoles(pNumRoles, roles);
375 compName, &roles[i][0]);
348 OMX_GetRolesOfComponent( OMX_IN OMX_STRING compName, OMX_INOUT OMX_U32 *pNumRoles, OMX_OUT OMX_U8 **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 ALOGE("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...]
/hardware/ti/omap4-aah/domx/omx_core/src/
H A DOMX_Core_Wrapper.c139 OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles)
144 return OMX_GetRolesOfComponent(compName, pNumRoles, roles);
138 TIOMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles) argument
H A DOMX_Core.c568 * Description: This method will query the component for its supported roles
572 * @param[in] pNumRoles The number of roles supported by the component
573 * @param[in] roles The roles of the component
582 cComponentName, OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles)
607 if (roles == NULL)
617 strcpy((OMX_STRING) roles[j],
629 * Description: This method will query the component for its supported roles
666 of roles so that for the second call compNames can be allocated
667 with the proper size for that number of roles */
581 OMX_GetRolesOfComponent(OMX_IN OMX_STRING cComponentName, OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles) argument
[all...]
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core_Wrapper.c143 OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles)
148 return OMX_GetRolesOfComponent(compName, pNumRoles, roles);
142 TIOMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles) argument
H A DOMX_Core.c555 * Description: This method will query the component for its supported roles
559 * @param[in] pNumRoles The number of roles supported by the component
560 * @param[in] roles The roles of the component
569 cComponentName, OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles)
594 if (roles == NULL)
604 strcpy((OMX_STRING) roles[j],
616 * Description: This method will query the component for its supported roles
653 of roles so that for the second call compNames can be allocated
654 with the proper size for that number of roles */
568 OMX_GetRolesOfComponent(OMX_IN OMX_STRING cComponentName, OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles) argument
[all...]

Completed in 641 milliseconds