Home
last modified time | relevance | path

Searched refs:role (Results 1 – 25 of 81) sorted by relevance

1234

/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
DOMX_Core.c620 OMX_IN OMX_STRING role, in TIOMX_GetComponentsOfRole() argument
630 if (role == NULL || pNumComps == NULL) in TIOMX_GetComponentsOfRole()
632 if (role == NULL) in TIOMX_GetComponentsOfRole()
658 if (strcmp(componentTable[i].pRoleArray[j], role) == 0) in TIOMX_GetComponentsOfRole()
670 ALOGE("Component supporting role %s was not found\n", role); in TIOMX_GetComponentsOfRole()
688 supporting role %s\n", *pNumComps, compOfRoleCount, role); in TIOMX_GetComponentsOfRole()
697 if (strcmp(componentTable[i].pRoleArray[j], role) == 0) in TIOMX_GetComponentsOfRole()
/hardware/intel/common/wrs_omxil_core/base/src/
Dcmodule.cpp161 bool CModule::QueryHavingThisRole(const OMX_STRING role) in QueryHavingThisRole() argument
165 if (!roles || !role) in QueryHavingThisRole()
169 if (!strcmp((OMX_STRING)&roles[i][0], role)) in QueryHavingThisRole()
/hardware/ti/omap4xxx/domx/omx_core/src/
DOMX_Core_Wrapper.c133 OMX_API OMX_ERRORTYPE TIOMX_GetComponentsOfRole(OMX_IN OMX_STRING role, in TIOMX_GetComponentsOfRole() argument
139 return OMX_GetComponentsOfRole(role, pNumComps, compNames); in TIOMX_GetComponentsOfRole()
/hardware/ti/omap4-aah/domx/omx_core/src/
DOMX_Core_Wrapper.c129 OMX_API OMX_ERRORTYPE TIOMX_GetComponentsOfRole(OMX_IN OMX_STRING role, in TIOMX_GetComponentsOfRole() argument
135 return OMX_GetComponentsOfRole(role, pNumComps, compNames); in TIOMX_GetComponentsOfRole()
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcmodule.h68 bool QueryHavingThisRole(const OMX_STRING role);
/hardware/intel/common/wrs_omxil_core/core/src/
Dwrs_omxcore.cpp308 OMX_IN OMX_STRING role, in OMX_GetComponentsOfRole() argument
323 having_role = cmodule->QueryHavingThisRole(role); in OMX_GetComponentsOfRole()
331 cname, role); in OMX_GetComponentsOfRole()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_encoder.h49 OMX_ERRORTYPE component_init(OMX_STRING role);
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Core_Wrapper.h65 OMX_IN OMX_STRING role,
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Core_Wrapper.h65 OMX_IN OMX_STRING role,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp3748 OMX_OUT OMX_U8* role, in component_role_enum() argument
3754 if ((0 == index) && role) { in component_role_enum()
3755 strlcpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE); in component_role_enum()
3756 DEBUG_PRINT_LOW("component_role_enum: role %s",role); in component_role_enum()
3761 if ((0 == index) && role) { in component_role_enum()
3762 strlcpy((char *)role, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_role_enum()
3763 DEBUG_PRINT_LOW("component_role_enum: role %s",role); in component_role_enum()
3769 if ((0 == index) && role) { in component_role_enum()
3770 strlcpy((char *)role, "video_decoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_role_enum()
3771 DEBUG_PRINT_LOW("component_role_enum: role %s",role); in component_role_enum()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h50 OMX_ERRORTYPE component_init(OMX_STRING role);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp4002 OMX_OUT OMX_U8* role, in component_role_enum() argument
4008 if ((0 == index) && role) { in component_role_enum()
4009 strlcpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE); in component_role_enum()
4010 DEBUG_PRINT_LOW("component_role_enum: role %s",role); in component_role_enum()
4015 if ((0 == index) && role) { in component_role_enum()
4016 strlcpy((char *)role, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_role_enum()
4017 DEBUG_PRINT_LOW("component_role_enum: role %s",role); in component_role_enum()
4023 if ((0 == index) && role) { in component_role_enum()
4024 strlcpy((char *)role, "video_decoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_role_enum()
4025 DEBUG_PRINT_LOW("component_role_enum: role %s",role); in component_role_enum()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp3661 OMX_OUT OMX_U8* role, in component_role_enum() argument
3667 if((0 == index) && role) in component_role_enum()
3669 strlcpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE); in component_role_enum()
3670 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum()
3679 if((0 == index) && role) in component_role_enum()
3681 strlcpy((char *)role, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE); in component_role_enum()
3682 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum()
3692 if((0 == index) && role) in component_role_enum()
3694 strlcpy((char *)role, "video_decoder.avc",OMX_MAX_STRINGNAME_SIZE); in component_role_enum()
3695 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role); in component_role_enum()
[all …]
/hardware/qcom/media/msm8974/mm-core/src/common/
Dqc_omx_core.c640 OMX_GetComponentsOfRole(OMX_IN OMX_STRING role, in OMX_GetComponentsOfRole() argument
663 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
688 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
Domx_core_cmp.cpp395 OMX_OUT OMX_U8* role, in qc_omx_component_role_enum() argument
400 DEBUG_PRINT("OMXCORE: qc_omx_component_role_enum %p, %p , %d\n", hComp, role,(unsigned)index); in qc_omx_component_role_enum()
404 eRet = pThis->component_role_enum(hComp,role,index); in qc_omx_component_role_enum()
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
Domx_core_cmp.cpp395 OMX_OUT OMX_U8* role, in qc_omx_component_role_enum() argument
400 …DEBUG_PRINT("OMXCORE: qc_omx_component_role_enum %x, %x , %d\n",(unsigned)hComp,(unsigned)role,(un… in qc_omx_component_role_enum()
404 eRet = pThis->component_role_enum(hComp,role,index); in qc_omx_component_role_enum()
Dqc_omx_core.c655 OMX_GetComponentsOfRole(OMX_IN OMX_STRING role, in OMX_GetComponentsOfRole() argument
678 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
703 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
/hardware/qcom/media/msm8996/mm-core/src/common/
Domx_core_cmp.cpp395 OMX_OUT OMX_U8* role, in qc_omx_component_role_enum() argument
400 DEBUG_PRINT("OMXCORE: qc_omx_component_role_enum %p, %p , %d\n", hComp, role,(unsigned)index); in qc_omx_component_role_enum()
404 eRet = pThis->component_role_enum(hComp,role,index); in qc_omx_component_role_enum()
Dqc_omx_core.c738 OMX_GetComponentsOfRole(OMX_IN OMX_STRING role, in OMX_GetComponentsOfRole() argument
761 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
786 if(!strcmp(role,core[i].roles[j])) in OMX_GetComponentsOfRole()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h50 OMX_ERRORTYPE component_init(OMX_STRING role);
Domx_swvenc_hevc.h47 OMX_ERRORTYPE component_init(OMX_STRING role);
Domx_swvenc_mpeg4.h60 OMX_ERRORTYPE component_init(OMX_STRING role);
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
Domx_qcelp13_aenc.cpp1049 OMX_ERRORTYPE omx_qcelp13_aenc::component_init(OMX_STRING role) in component_init() argument
1092 DEBUG_PRINT_ERROR(" component init: role = %s\n",role); in component_init()
1094 DEBUG_PRINT(" component init: role = %s\n",role); in component_init()
1096 if (!strcmp(role,"OMX.qcom.audio.encoder.qcelp13")) in component_init()
1099 component_Role.nSize = (OMX_U32)sizeof(role); in component_init()
1100 strlcpy((char *)component_Role.cRole, (const char*)role, in component_init()
1102 DEBUG_PRINT("\ncomponent_init: Component %s LOADED \n", role); in component_init()
1103 } else if (!strcmp(role,"OMX.qcom.audio.encoder.tunneled.qcelp13")) in component_init()
1106 component_Role.nSize = (OMX_U32)sizeof(role); in component_init()
1107 strlcpy((char *)component_Role.cRole, (const char*)role, in component_init()
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
Domx_amr_aenc.cpp1051 OMX_ERRORTYPE omx_amr_aenc::component_init(OMX_STRING role) in component_init() argument
1090 DEBUG_PRINT_ERROR(" component init: role = %s\n",role); in component_init()
1092 DEBUG_PRINT(" component init: role = %s\n",role); in component_init()
1094 if (!strcmp(role,"OMX.qcom.audio.encoder.amrnb")) in component_init()
1097 component_Role.nSize = (OMX_U32)sizeof(role); in component_init()
1098 strlcpy((char *)component_Role.cRole, (const char*)role, in component_init()
1100 DEBUG_PRINT("\ncomponent_init: Component %s LOADED \n", role); in component_init()
1101 } else if (!strcmp(role,"OMX.qcom.audio.encoder.tunneled.amrnb")) in component_init()
1104 component_Role.nSize = (OMX_U32)sizeof(role); in component_init()
1105 strlcpy((char *)component_Role.cRole, (const char*)role, in component_init()
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
Domx_evrc_aenc.cpp1047 OMX_ERRORTYPE omx_evrc_aenc::component_init(OMX_STRING role) in component_init() argument
1090 DEBUG_PRINT_ERROR(" component init: role = %s\n",role); in component_init()
1092 DEBUG_PRINT(" component init: role = %s\n",role); in component_init()
1094 if (!strcmp(role,"OMX.qcom.audio.encoder.evrc")) in component_init()
1097 component_Role.nSize = (OMX_U32)sizeof(role); in component_init()
1099 (const char*)role, sizeof(component_Role.cRole)); in component_init()
1100 DEBUG_PRINT("\ncomponent_init: Component %s LOADED \n", role); in component_init()
1101 } else if (!strcmp(role,"OMX.qcom.audio.encoder.tunneled.evrc")) in component_init()
1104 component_Role.nSize = (OMX_U32)sizeof(role); in component_init()
1106 (const char*)role, sizeof(component_Role.cRole)); in component_init()
[all …]

1234