/hardware/qcom/media/mm-core/src/common/ |
D | qc_omx_core.c | 659 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 …]
|
D | qc_omx_core.h | 51 char* roles[OMX_CORE_MAX_CMP_ROLES];// roles played member
|
/hardware/qcom/media/mm-core/omxcore/src/common/ |
D | qc_omx_core.c | 676 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 …]
|
D | qc_omx_core.h | 51 char* roles[OMX_CORE_MAX_CMP_ROLES];// roles played member
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/ |
D | library_register.c | 47 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/ |
D | library_register.c | 52 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/ |
D | library_register.c | 50 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/ |
D | TIOMXPlugin.cpp | 110 Vector<String8> *roles) { in getRolesOfComponent() argument 111 roles->clear(); in getRolesOfComponent() 137 roles->push(s); in getRolesOfComponent()
|
D | TIOMXPlugin.h | 45 Vector<String8> *roles);
|
/hardware/qcom/media/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 101 Vector<String8> *roles) { in getRolesOfComponent() argument 102 roles->clear(); in getRolesOfComponent() 136 roles->push(s); in getRolesOfComponent()
|
D | QComOMXPlugin.h | 45 Vector<String8> *roles);
|
/hardware/samsung_slsi/exynos5/libstagefrighthw/ |
D | Exynos_OMX_Plugin.cpp | 103 Vector<String8> *roles) { in getRolesOfComponent() argument 104 roles->clear(); in getRolesOfComponent() 133 roles->push(s); in getRolesOfComponent()
|
D | Exynos_OMX_Plugin.h | 45 Vector<String8> *roles);
|
/hardware/ti/omap3/libstagefrighthw/ |
D | TIOMXPlugin.cpp | 101 Vector<String8> *roles) { in getRolesOfComponent() argument 102 roles->clear(); in getRolesOfComponent() 133 roles->push(s); in getRolesOfComponent()
|
D | TIOMXPlugin.h | 45 Vector<String8> *roles);
|
/hardware/msm7k/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 101 Vector<String8> *roles) { in getRolesOfComponent() argument 102 roles->clear(); in getRolesOfComponent() 133 roles->push(s); in getRolesOfComponent()
|
D | QComOMXPlugin.h | 45 Vector<String8> *roles);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/ |
D | Exynos_OMX_Core.c | 302 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()
|
D | Exynos_OMX_Component_Register.h | 39 OMX_U8 roles[MAX_OMX_COMPONENT_ROLE_NUM][MAX_OMX_COMPONENT_ROLE_SIZE]; member
|
D | Exynos_OMX_Component_Register.c | 101 …xynos_OSAL_Strcpy(componentList[totalCompNum].component.roles[j], exynosComponentsTemp[i]->roles[j… in Exynos_OMX_Component_Register()
|
/hardware/ti/omap4xxx/domx/omx_core/src/ |
D | OMX_Core_Wrapper.c | 143 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/ |
D | library_register.c | 47 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/ |
D | library_register.c | 52 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/ |
D | library_register.c | 51 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/ |
D | OMX_ComponentRegistry.h | 48 OMX_OUT OMX_U8 **roles);
|