/hardware/intel/common/wrs_omxil_core/base/src/ |
D | cmodule.cpp | 39 roles = NULL; in CModule() 58 if (roles) { in ~CModule() 59 if (roles[0]) in ~CModule() 60 free(roles[0]); in ~CModule() 61 free(roles); in ~CModule() 131 OMX_ERRORTYPE CModule::GetComponentRoles(OMX_U32 *nr_roles, OMX_U8 **roles) in GetComponentRoles() argument 136 if (!roles) { in GetComponentRoles() 145 if (!roles[i]) in GetComponentRoles() 148 if (roles && roles[i]) in GetComponentRoles() 149 strncpy((OMX_STRING)&roles[i][0], in GetComponentRoles() [all …]
|
D | componentbase.cpp | 126 roles = NULL; in __ComponentBase() 162 if (roles) { in ~ComponentBase() 163 if (roles[0]) in ~ComponentBase() 164 free(roles[0]); in ~ComponentBase() 165 free(roles); in ~ComponentBase() 205 const OMX_U8 **roles) in SetRolesOfComponent() argument 209 if (!roles || !nr_roles) in SetRolesOfComponent() 212 if (this->roles) { in SetRolesOfComponent() 213 free(this->roles[0]); in SetRolesOfComponent() 214 free(this->roles); in SetRolesOfComponent() [all …]
|
/hardware/qcom/media/mm-core/src/common/ |
D | qc_omx_core.c | 661 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++) in OMX_GetComponentsOfRole() 663 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole() 686 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++) in OMX_GetComponentsOfRole() 688 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole() 729 OMX_OUT OMX_U8** roles) in OMX_GetRolesOfComponent() argument 736 if (roles == NULL) in OMX_GetRolesOfComponent() 749 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++) in OMX_GetRolesOfComponent() 774 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++) in OMX_GetRolesOfComponent() 776 if(roles && roles[*numRoles]) in OMX_GetRolesOfComponent() 779 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/intel/common/wrs_omxil_core/base/inc/ |
D | cmodule.h | 37 const char **roles; member 66 OMX_ERRORTYPE GetComponentRoles(OMX_U32 *nr_roles, OMX_U8 **roles); 90 OMX_U8 **roles; variable
|
/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/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/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/qcom/media/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 101 Vector<String8> *roles) { in getRolesOfComponent() argument 102 roles->clear(); in getRolesOfComponent() 136 roles->push(s); in getRolesOfComponent()
|
/hardware/ti/omap4-aah/libstagefrighthw/ |
D | TIOMXPlugin.cpp | 110 Vector<String8> *roles) { in getRolesOfComponent() argument 111 roles->clear(); in getRolesOfComponent() 137 roles->push(s); in getRolesOfComponent()
|
/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()
|
/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()
|
/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()
|
/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
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | wrs_omxcore.cpp | 354 OMX_OUT OMX_U8 **roles) in OMX_GetRolesOfComponent() argument 371 return cmodule->GetComponentRoles(pNumRoles, roles); in OMX_GetRolesOfComponent() 373 ret = cmodule->GetComponentRoles(pNumRoles, roles); in OMX_GetRolesOfComponent() 379 compName, &roles[i][0]); in OMX_GetRolesOfComponent()
|
/hardware/intel/common/libstagefrighthw/ |
D | WrsOMXPlugin.cpp | 178 Vector<String8> *roles) { in getRolesOfComponent() argument 179 roles->clear(); in getRolesOfComponent() 208 roles->push(s); in getRolesOfComponent()
|
/hardware/ti/omap4-aah/domx/omx_core/src/ |
D | OMX_Core_Wrapper.c | 139 OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles) in TIOMX_GetRolesOfComponent() argument 144 return OMX_GetRolesOfComponent(compName, pNumRoles, roles); in TIOMX_GetRolesOfComponent()
|
/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);
|