Home
last modified time | relevance | path

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

12

/hardware/qcom/media/mm-core/src/common/
Dqc_omx_core.c659 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++) in OMX_GetComponentsOfRole()
661 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
684 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++) in OMX_GetComponentsOfRole()
686 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
727 OMX_OUT OMX_U8** roles) in OMX_GetRolesOfComponent() argument
734 if (roles == NULL) in OMX_GetRolesOfComponent()
747 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++) in OMX_GetRolesOfComponent()
772 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++) in OMX_GetRolesOfComponent()
774 if(roles && roles[*numRoles]) in OMX_GetRolesOfComponent()
777 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/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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Dlibrary_register.c47 Exynos_OSAL_Strcpy(exynosComponents[0]->roles[0], EXYNOS_OMX_COMPONENT_H264_DEC_ROLE); in Exynos_OMX_COMPONENT_Library_Register()
52 Exynos_OSAL_Strcpy(exynosComponents[1]->roles[0], EXYNOS_OMX_COMPONENT_H264_DEC_ROLE); in Exynos_OMX_COMPONENT_Library_Register()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Dlibrary_register.c52 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_MPEG4_DEC_ROLE); in Exynos_OMX_COMPONENT_Library_Register()
57 Exynos_OSAL_Strcpy(ppExynosComponent[1]->roles[0], EXYNOS_OMX_COMPONENT_H263_DEC_ROLE); in Exynos_OMX_COMPONENT_Library_Register()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Dlibrary_register.c50 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_MPEG4_ENC_ROLE); in Exynos_OMX_COMPONENT_Library_Register()
55 Exynos_OSAL_Strcpy(ppExynosComponent[1]->roles[0], EXYNOS_OMX_COMPONENT_H263_ENC_ROLE); in Exynos_OMX_COMPONENT_Library_Register()
/hardware/ti/omap4xxx/libstagefrighthw/
DTIOMXPlugin.cpp110 Vector<String8> *roles) { in getRolesOfComponent() argument
111 roles->clear(); in getRolesOfComponent()
137 roles->push(s); in getRolesOfComponent()
DTIOMXPlugin.h45 Vector<String8> *roles);
/hardware/qcom/media/libstagefrighthw/
DQComOMXPlugin.cpp101 Vector<String8> *roles) { in getRolesOfComponent() argument
102 roles->clear(); in getRolesOfComponent()
136 roles->push(s); in getRolesOfComponent()
DQComOMXPlugin.h45 Vector<String8> *roles);
/hardware/samsung_slsi/exynos5/libstagefrighthw/
DExynos_OMX_Plugin.cpp103 Vector<String8> *roles) { in getRolesOfComponent() argument
104 roles->clear(); in getRolesOfComponent()
133 roles->push(s); in getRolesOfComponent()
DExynos_OMX_Plugin.h45 Vector<String8> *roles);
/hardware/ti/omap3/libstagefrighthw/
DTIOMXPlugin.cpp101 Vector<String8> *roles) { in getRolesOfComponent() argument
102 roles->clear(); in getRolesOfComponent()
133 roles->push(s); in getRolesOfComponent()
DTIOMXPlugin.h45 Vector<String8> *roles);
/hardware/msm7k/libstagefrighthw/
DQComOMXPlugin.cpp101 Vector<String8> *roles) { in getRolesOfComponent() argument
102 roles->clear(); in getRolesOfComponent()
133 roles->push(s); in getRolesOfComponent()
DQComOMXPlugin.h45 Vector<String8> *roles);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
DExynos_OMX_Core.c302 if (Exynos_OSAL_Strcmp(gComponentList[i].component.roles[j], role) == 0) { in Exynos_OMX_GetComponentsOfRole()
320 OMX_OUT OMX_U8 **roles) in Exynos_OMX_GetRolesOfComponent() argument
354 if (roles != NULL) { in Exynos_OMX_GetRolesOfComponent()
356 Exynos_OSAL_Strcpy(roles[i], gComponentList[compNum].component.roles[i]); in Exynos_OMX_GetRolesOfComponent()
DExynos_OMX_Component_Register.h39 OMX_U8 roles[MAX_OMX_COMPONENT_ROLE_NUM][MAX_OMX_COMPONENT_ROLE_SIZE]; member
DExynos_OMX_Component_Register.c101 …xynos_OSAL_Strcpy(componentList[totalCompNum].component.roles[j], exynosComponentsTemp[i]->roles[j… in Exynos_OMX_Component_Register()
/hardware/ti/omap4xxx/domx/omx_core/src/
DOMX_Core_Wrapper.c143 OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles) in TIOMX_GetRolesOfComponent() argument
148 return OMX_GetRolesOfComponent(compName, pNumRoles, roles); in TIOMX_GetRolesOfComponent()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Dlibrary_register.c47 Exynos_OSAL_Strcpy(exynosComponents[0]->roles[0], EXYNOS_OMX_COMPONENT_H264_ENC_ROLE); in Exynos_OMX_COMPONENT_Library_Register()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Dlibrary_register.c52 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_VP8_DEC_ROLE); in Exynos_OMX_COMPONENT_Library_Register()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
Dlibrary_register.c51 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_MP3_DEC_ROLE); in Exynos_OMX_COMPONENT_Library_Register()
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_ComponentRegistry.h48 OMX_OUT OMX_U8 **roles);

12