Searched refs:role (Results 1 - 25 of 83) sorted by relevance

1234

/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcmodule.h68 bool QueryHavingThisRole(const OMX_STRING role);
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcmodule.cpp161 bool CModule::QueryHavingThisRole(const OMX_STRING role) argument
165 if (!roles || !role)
169 if (!strcmp((OMX_STRING)&roles[i][0], role))
/hardware/ti/omap4-aah/domx/omx_core/src/
H A DOMX_Core_Wrapper.c129 OMX_API OMX_ERRORTYPE TIOMX_GetComponentsOfRole(OMX_IN OMX_STRING role, argument
135 return OMX_GetComponentsOfRole(role, pNumComps, compNames);
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core_Wrapper.c133 OMX_API OMX_ERRORTYPE TIOMX_GetComponentsOfRole(OMX_IN OMX_STRING role, argument
139 return OMX_GetComponentsOfRole(role, pNumComps, compNames);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Domx_video_encoder.h49 OMX_ERRORTYPE component_init(OMX_STRING role);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h50 OMX_ERRORTYPE component_init(OMX_STRING role);
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Core_Wrapper.h65 OMX_IN OMX_STRING role,
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Core_Wrapper.h65 OMX_IN OMX_STRING role,
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c610 * @param[in] role The role name to query for
611 * @param[in] pNumComps The number of components supporting the given role
612 * @param[in] compNames The names of the components supporting the given role
620 OMX_IN OMX_STRING role,
630 if (role == NULL || pNumComps == NULL)
632 if (role == NULL)
634 ALOGE("role is NULL");
658 if (strcmp(componentTable[i].pRoleArray[j], role) == 0)
670 ALOGE("Component supporting role
619 TIOMX_GetComponentsOfRole( OMX_IN OMX_STRING role, OMX_INOUT OMX_U32 *pNumComps, OMX_INOUT OMX_U8 **compNames) argument
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h50 OMX_ERRORTYPE component_init(OMX_STRING role);
H A Domx_swvenc_hevc.h47 OMX_ERRORTYPE component_init(OMX_STRING role);
H A Domx_swvenc_mpeg4.h60 OMX_ERRORTYPE component_init(OMX_STRING role);
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dwrs_omxcore.cpp308 OMX_IN OMX_STRING role,
323 having_role = cmodule->QueryHavingThisRole(role);
330 LOGV("%s(): component %s has %s role", __FUNCTION__,
331 cname, role);
374 LOGV("%s(): component %s has %s role", __FUNCTION__,
307 OMX_GetComponentsOfRole( OMX_IN OMX_STRING role, OMX_INOUT OMX_U32 *pNumComps, OMX_INOUT OMX_U8 **compNames) argument
/hardware/qcom/media/msm8974/mm-core/inc/
H A Dqc_omx_component.h179 OMX_U8* role,
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A Dqc_omx_component.h179 OMX_U8* role,
/hardware/qcom/media/msm8996/mm-core/inc/
H A Dqc_omx_component.h179 OMX_U8* role,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp3748 OMX_OUT OMX_U8* role,
3754 if ((0 == index) && role) {
3755 strlcpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE);
3756 DEBUG_PRINT_LOW("component_role_enum: role %s",role);
3761 if ((0 == index) && role) {
3762 strlcpy((char *)role, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE);
3763 DEBUG_PRINT_LOW("component_role_enum: role %s",role);
3769 if ((0 == index) && role) {
3747 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4002 OMX_OUT OMX_U8* role,
4008 if ((0 == index) && role) {
4009 strlcpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE);
4010 DEBUG_PRINT_LOW("component_role_enum: role %s",role);
4015 if ((0 == index) && role) {
4016 strlcpy((char *)role, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE);
4017 DEBUG_PRINT_LOW("component_role_enum: role %s",role);
4023 if ((0 == index) && role) {
4001 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
[all...]
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp395 OMX_OUT OMX_U8* role,
400 DEBUG_PRINT("OMXCORE: qc_omx_component_role_enum %x, %x , %d\n",(unsigned)hComp,(unsigned)role,(unsigned)index);
404 eRet = pThis->component_role_enum(hComp,role,index);
394 qc_omx_component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
H A Dqc_omx_core.c655 OMX_GetComponentsOfRole(OMX_IN OMX_STRING role, argument
678 if(!strcmp(role,core[i].roles[j]))
703 if(!strcmp(role,core[i].roles[j]))
733 Returns the primary role of the components supported.
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Domx_core_cmp.cpp395 OMX_OUT OMX_U8* role,
400 DEBUG_PRINT("OMXCORE: qc_omx_component_role_enum %p, %p , %d\n", hComp, role,(unsigned)index);
404 eRet = pThis->component_role_enum(hComp,role,index);
394 qc_omx_component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
H A Dqc_omx_core.c640 OMX_GetComponentsOfRole(OMX_IN OMX_STRING role, argument
663 if(!strcmp(role,core[i].roles[j]))
688 if(!strcmp(role,core[i].roles[j]))
718 Returns the primary role of the components supported.
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Domx_core_cmp.cpp395 OMX_OUT OMX_U8* role,
400 DEBUG_PRINT("OMXCORE: qc_omx_component_role_enum %p, %p , %d\n", hComp, role,(unsigned)index);
404 eRet = pThis->component_role_enum(hComp,role,index);
394 qc_omx_component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
H A Dqc_omx_core.c738 OMX_GetComponentsOfRole(OMX_IN OMX_STRING role, argument
761 if(!strcmp(role,core[i].roles[j]))
786 if(!strcmp(role,core[i].roles[j]))
816 Returns the primary role of the components supported.
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
H A Domx_amr_aenc.cpp1048 @param role C string mandating role of this component
1051 OMX_ERRORTYPE omx_amr_aenc::component_init(OMX_STRING role) argument
1090 DEBUG_PRINT_ERROR(" component init: role = %s\n",role);
1092 DEBUG_PRINT(" component init: role = %s\n",role);
1094 if (!strcmp(role,"OMX.qcom.audio.encoder.amrnb"))
1097 component_Role.nSize = (OMX_U32)sizeof(role);
1098 strlcpy((char *)component_Role.cRole, (const char*)role,
4415 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
[all...]

Completed in 696 milliseconds

1234