Home
last modified time | relevance | path

Searched refs:RoleParam (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp4140 OMX_PARAM_COMPONENTROLETYPE RoleParam; in DoPrepare() local
4141 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()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp5917 OMX_PARAM_COMPONENTROLETYPE RoleParam; in DoPrepare() local
5918 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()