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

12

/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);
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/mm-video-legacy/vidc/venc/inc/
H A Domx_video_encoder.h49 OMX_ERRORTYPE component_init(OMX_STRING role);
H A Domx_video_base.h204 virtual OMX_ERRORTYPE component_init(OMX_STRING role)= 0;
229 OMX_U8 *role,
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h50 OMX_ERRORTYPE component_init(OMX_STRING role);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Core.h64 OMX_IN OMX_STRING role,
H A DExynos_OMX_Core.c280 OMX_IN OMX_STRING role,
302 if (Exynos_OSAL_Strcmp(gComponentList[i].component.roles[j], role) == 0) {
279 Exynos_OMX_GetComponentsOfRole( OMX_IN OMX_STRING role, OMX_INOUT OMX_U32 *pNumComps, OMX_INOUT OMX_U8 **compNames) argument
/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/intel/common/wrs_omxil_core/core/src/
H A Dwrs_omxcore.cpp311 OMX_IN OMX_STRING role,
326 having_role = cmodule->QueryHavingThisRole(role);
333 LOGV("%s(): component %s has %s role", __FUNCTION__,
334 cname, role);
378 LOGV("%s(): component %s has %s role", __FUNCTION__,
310 OMX_GetComponentsOfRole( OMX_IN OMX_STRING role, OMX_INOUT OMX_U32 *pNumComps, OMX_INOUT OMX_U8 **compNames) argument
/hardware/qcom/media/mm-core/inc/
H A Dqc_omx_component.h179 OMX_U8* role,
/hardware/qcom/media/mm-core/omxcore/inc/
H A Dqc_omx_component.h179 OMX_U8* role,
/hardware/qcom/media/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.
H A Domx_core_cmp.h152 OMX_OUT OMX_U8* role,
/hardware/qcom/media/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.
H A Domx_core_cmp.h152 OMX_OUT OMX_U8* role,
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1609 DEBUG_PRINT_ERROR("ERROR: Getparameter: OMX_IndexParamStandardComponentRole %d is passed with NULL parameter for role",paramIndex);
3625 OMX_OUT OMX_U8* role,
3631 if ((0 == index) && role) {
3632 strlcpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE);
3633 DEBUG_PRINT_LOW("component_role_enum: role %s",role);
3638 if ((0 == index) && role) {
3639 strlcpy((char *)role, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE);
3640 DEBUG_PRINT_LOW("component_role_enum: role %s",role);
3624 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp1700 DEBUG_PRINT_ERROR("ERROR: Getparameter: OMX_IndexParamStandardComponentRole %d is passed with NULL parameter for role\n",paramIndex);
3661 OMX_OUT OMX_U8* role,
3667 if((0 == index) && role)
3669 strlcpy((char *)role, "video_decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE);
3670 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role);
3679 if((0 == index) && role)
3681 strlcpy((char *)role, "video_decoder.h263",OMX_MAX_STRINGNAME_SIZE);
3682 DEBUG_PRINT_LOW("component_role_enum: role %s\n",role);
3660 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
[all...]

Completed in 495 milliseconds

12