Searched defs:role (Results 1 - 25 of 45) sorted by relevance

12

/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))
H A Dcomponentbase.cpp1761 /* set working role */
1762 OMX_ERRORTYPE ComponentBase::SetWorkingRole(const OMX_STRING role) argument
1769 if (!role) {
1775 if (!strcmp((char *)&roles[i][0], role)) {
1781 LOGE("%s: cannot find %s role\n", GetName(), role);
1785 /* apply a working role for a component having multiple roles */
1812 LOGI("%s: set working role %s:", GetName(), GetWorkingRole());
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcore.cpp298 OMX_IN OMX_STRING __maybe_unused role,
297 OMX_GetComponentsOfRole( OMX_IN OMX_STRING __maybe_unused role, OMX_INOUT OMX_U32 __maybe_unused *pNumComps, OMX_INOUT OMX_U8 __maybe_unused **compNames) argument
/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/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/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/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);
H A DOMX_Core.c632 * @param[in] role The role name to query for
633 * @param[in] pNumComps The number of components supporting the given role
634 * @param[in] compNames The names of the components supporting the given role
641 OMX_API OMX_ERRORTYPE OMX_GetComponentsOfRole(OMX_IN OMX_STRING role, argument
649 CORE_require(role != NULL, OMX_ErrorBadParameter, NULL);
663 role) == 0)
/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);
H A DOMX_Core.c619 * @param[in] role The role name to query for
620 * @param[in] pNumComps The number of components supporting the given role
621 * @param[in] compNames The names of the components supporting the given role
628 OMX_API OMX_ERRORTYPE OMX_GetComponentsOfRole(OMX_IN OMX_STRING role, argument
636 CORE_require(role != NULL, OMX_ErrorBadParameter, NULL);
650 role) == 0)
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp96 OMX_ERRORTYPE omx_venc::component_init(OMX_STRING role) argument
107 // Copy the role information which provides the decoder m_nkind
108 strlcpy((char *)m_nkind,role,OMX_MAX_STRINGNAME_SIZE);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp118 OMX_ERRORTYPE omx_venc::component_init(OMX_STRING role) argument
129 // Copy the role information which provides the decoder m_nkind
130 strlcpy((char *)m_nkind,role,OMX_MAX_STRINGNAME_SIZE);
/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...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
H A Domx_evrc_aenc.cpp1044 @param role C string mandating role of this component
1047 OMX_ERRORTYPE omx_evrc_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.evrc"))
1097 component_Role.nSize = (OMX_U32)sizeof(role);
1099 (const char*)role, sizeo
4414 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
H A Domx_qcelp13_aenc.cpp1046 @param role C string mandating role of this component
1049 OMX_ERRORTYPE omx_qcelp13_aenc::component_init(OMX_STRING role) argument
1092 DEBUG_PRINT_ERROR(" component init: role = %s\n",role);
1094 DEBUG_PRINT(" component init: role = %s\n",role);
1096 if (!strcmp(role,"OMX.qcom.audio.encoder.qcelp13"))
1099 component_Role.nSize = (OMX_U32)sizeof(role);
1100 strlcpy((char *)component_Role.cRole, (const char*)role,
4414 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_swvenc_hevc.cpp96 OMX_ERRORTYPE omx_swvenc::component_init(OMX_STRING role) argument
107 // Copy the role information which provides the decoder m_nkind
108 strlcpy((char *)m_nkind,role,OMX_MAX_STRINGNAME_SIZE);
H A Domx_swvenc_mpeg4.cpp110 OMX_ERRORTYPE omx_venc::component_init(OMX_STRING role) argument
121 strlcpy((char *)m_nkind,role,OMX_MAX_STRINGNAME_SIZE);
H A Domx_video_encoder.cpp191 OMX_ERRORTYPE omx_venc::component_init(OMX_STRING role) argument
202 // Copy the role information which provides the decoder m_nkind
203 strlcpy((char *)m_nkind,role,OMX_MAX_STRINGNAME_SIZE);
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
H A Domx_aac_aenc.cpp1049 @param role C string mandating role of this component
1052 OMX_ERRORTYPE omx_aac_aenc::component_init(OMX_STRING role) argument
1096 DEBUG_PRINT_ERROR(" component init: role = %s\n",role);
1098 DEBUG_PRINT(" component init: role = %s\n",role);
1100 if (!strcmp(role,"OMX.qcom.audio.encoder.aac"))
1103 component_Role.nSize = (OMX_U32)sizeof(role);
1104 strlcpy((char *)component_Role.cRole, (const char*)role,
4574 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
H A Domx_aac_enc_test.c706 char *role ="audio_encoder"; local
726 OMX_GetComponentsOfRole(role, &total, 0);
727 DEBUG_PRINT ("\nTotal components of role=%s :%u", role, total);

Completed in 449 milliseconds

12