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

12

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A Dlibrary_register.c47 Exynos_OSAL_Strcpy(exynosComponents[0]->roles[0], EXYNOS_OMX_COMPONENT_H264_DEC_ROLE);
52 Exynos_OSAL_Strcpy(exynosComponents[1]->roles[0], EXYNOS_OMX_COMPONENT_H264_DEC_ROLE);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A Dlibrary_register.c52 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_MPEG4_DEC_ROLE);
57 Exynos_OSAL_Strcpy(ppExynosComponent[1]->roles[0], EXYNOS_OMX_COMPONENT_H263_DEC_ROLE);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A Dlibrary_register.c50 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_MPEG4_ENC_ROLE);
55 Exynos_OSAL_Strcpy(ppExynosComponent[1]->roles[0], EXYNOS_OMX_COMPONENT_H263_ENC_ROLE);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A Dlibrary_register.c47 Exynos_OSAL_Strcpy(exynosComponents[0]->roles[0], EXYNOS_OMX_COMPONENT_H264_ENC_ROLE);
/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/qcom/media/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.c628 Returns the component name which can fulfill the roles passed in the
659 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
661 if(!strcmp(role,core[i].roles[j]))
684 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++)
686 if(!strcmp(role,core[i].roles[j]))
727 OMX_OUT OMX_U8** roles)
734 if (roles == NULL)
747 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
772 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++)
774 if(roles
725 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, OMX_INOUT OMX_U32* numRoles, OMX_OUT OMX_U8** roles) argument
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
H A Dlibrary_register.c51 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_MP3_DEC_ROLE);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A Dlibrary_register.c52 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_VP8_DEC_ROLE);
/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.h61 * @roles: array of roles played by the component
73 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component member in struct:_omx_core_component_t
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Component_Register.h39 OMX_U8 roles[MAX_OMX_COMPONENT_ROLE_NUM][MAX_OMX_COMPONENT_ROLE_SIZE]; member in struct:_ExynosRegisterComponentType
H A DExynos_OMX_Core.c302 if (Exynos_OSAL_Strcmp(gComponentList[i].component.roles[j], role) == 0) {
320 OMX_OUT OMX_U8 **roles)
354 if (roles != NULL) {
356 Exynos_OSAL_Strcpy(roles[i], gComponentList[compNum].component.roles[i]);
317 Exynos_OMX_GetRolesOfComponent( OMX_IN OMX_STRING compName, OMX_INOUT OMX_U32 *pNumRoles, OMX_OUT OMX_U8 **roles) argument
H A DExynos_OMX_Core.h70 OMX_OUT OMX_U8 **roles);
H A DExynos_OMX_Component_Register.c101 Exynos_OSAL_Strcpy(componentList[totalCompNum].component.roles[j], exynosComponentsTemp[i]->roles[j]);
/hardware/qcom/media/libstagefrighthw/
H A DQComOMXPlugin.cpp101 Vector<String8> *roles) {
102 roles->clear();
136 roles->push(s);
99 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
H A DQComOMXPlugin.h45 Vector<String8> *roles);
/hardware/samsung_slsi/exynos5/libstagefrighthw/
H A DExynos_OMX_Plugin.cpp103 Vector<String8> *roles) {
104 roles->clear();
133 roles->push(s);
101 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
H A DExynos_OMX_Plugin.h45 Vector<String8> *roles);
/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
H A DTIOMXPlugin.h45 Vector<String8> *roles);
/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
H A DTIOMXPlugin.h45 Vector<String8> *roles);
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_ComponentRegistry.h48 OMX_OUT OMX_U8 **roles);
/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

Completed in 932 milliseconds

12