Searched refs:RoleParam (Results 1 – 2 of 2) sorted by relevance
4140 OMX_PARAM_COMPONENTROLETYPE RoleParam; in DoPrepare() local4141 CONFIG_SIZE_AND_VERSION(RoleParam); in DoPrepare()4142 …oscl_strncpy((OMX_STRING)RoleParam.cRole, (OMX_STRING)aInputParameters.cComponentRole, OMX_MAX_STR… in DoPrepare()4143 … err = OMX_SetParameter(iOMXDecoder, OMX_IndexParamStandardComponentRole, &RoleParam); in DoPrepare()
5917 OMX_PARAM_COMPONENTROLETYPE RoleParam; in DoPrepare() local5918 CONFIG_SIZE_AND_VERSION(RoleParam); in DoPrepare()5919 … oscl_strncpy((OMX_STRING)RoleParam.cRole, (OMX_STRING)Role, OMX_MAX_STRINGNAME_SIZE); in DoPrepare()5920 … err = OMX_SetParameter(iOMXEncoder, OMX_IndexParamStandardComponentRole, &RoleParam); in DoPrepare()