Searched refs:roles (Results 1 - 25 of 28) sorted by relevance

12

/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.cpp127 roles = NULL;
163 if (roles) {
164 if (roles[0])
165 free(roles[0]);
166 free(roles);
204 /* roles */
206 const OMX_U8 **roles)
210 if (!roles || !nr_roles)
213 if (this->roles) {
214 free(this->roles[
205 SetRolesOfComponent(OMX_U32 nr_roles, const OMX_U8 **roles) argument
[all...]
/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);
412 /* roles */
413 OMX_U8 **roles; member in class:ComponentBase
/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/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/qcom/media/msm8998/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.c730 Returns the component name which can fulfill the roles passed in the
761 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
763 if(!strcmp(role,core[i].roles[j]))
786 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
788 if(!strcmp(role,core[i].roles[j]))
829 OMX_OUT OMX_U8** roles)
836 if (roles == NULL)
849 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
874 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
876 if(roles
827 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, OMX_INOUT OMX_U32* numRoles, OMX_OUT OMX_U8** roles) argument
[all...]
/hardware/qcom/camera/msm8998/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/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
H A DQComOMXPlugin.h45 Vector<String8> *roles);
/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
H A DQComOMXPlugin.h45 Vector<String8> *roles);
/hardware/qcom/media/msm8998/libstagefrighthw/
H A DQComOMXPlugin.cpp107 Vector<String8> *roles) {
108 roles->clear();
142 roles->push(s);
105 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
H A DQComOMXPlugin.h45 Vector<String8> *roles);
/hardware/intel/common/libstagefrighthw/
H A DWrsOMXPlugin.h93 Vector<String8> *roles);
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/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/interfaces/media/omx/1.0/vts/functional/
H A DREADME.md7 Functionality of master is to enumerate all the omx components (and the roles it supports) available in android media framework.
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Core.h1404 /** The OMX_GetRolesOfComponent method will return the number of roles supported by the given
1405 component and (if the roles field is non-NULL) the names of those roles. The call will fail if
1408 * first call this function with the roles field NULL to determine the number of role names
1409 * second call this function with the roles field pointing to an array of names allocated
1419 If roles is NULL, the input is ignored and the output specifies how many roles the component supports.
1422 on output, it specifies the number of roles string names listed within the roles parameter.
1423 @param [out] roles
[all...]

Completed in 396 milliseconds

12