Home
last modified time | relevance | path

Searched refs:CompName (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/omx/omx_mastercore/src/
Dpv_omxmastercore.cpp82 OMX_U8 CompName[PV_OMX_MAX_COMPONENT_NAME_LENGTH]; member
274 …strncpy((OMX_STRING)pOMXMasterRegistry[master_index].CompName, ComponentName, PV_OMX_MAX_COMPONENT… in _OMX_MasterInit()
509 (OMX_STRING)pOMXMasterRegistry[ii].CompName, in OMX_MasterComponentNameEnum()
562 if (!oscl_strcmp((OMX_STRING)pOMXMasterRegistry[ii].CompName, cComponentName)) in OMX_MasterGetHandle()
816 (OMX_STRING)pOMXMasterRegistry[ii].CompName, in OMX_MasterGetComponentsOfRole()
853 if (!oscl_strcmp((OMX_STRING)pOMXMasterRegistry[ii].CompName, compName)) in OMX_MasterGetRolesOfComponent()
1015 …if (!oscl_strcmp((OMX_STRING)pOMXMasterRegistry[ii].CompName, ((OMXConfigParserInputs*)aInputParam… in OMX_MasterConfigParser()
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp4004 OMX_S8 CompName[PV_OMX_MAX_COMPONENT_NAME_LENGTH]; in DoPrepare() local
4052 … oscl_strncpy((OMX_STRING)CompName, (OMX_STRING) CompOfRole[ii], PV_OMX_MAX_COMPONENT_NAME_LENGTH); in DoPrepare()
4127 err = OMX_MasterGetRolesOfComponent((OMX_STRING)CompName, &NumRoles, NULL); in DoPrepare()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp5825 OMX_S8 CompName[PV_OMX_MAX_COMPONENT_NAME_LENGTH]; in DoPrepare() local
5850 … oscl_strncpy((OMX_STRING)CompName, (OMX_STRING) CompOfRole[ii], PV_OMX_MAX_COMPONENT_NAME_LENGTH); in DoPrepare()
5904 err = OMX_MasterGetRolesOfComponent((OMX_STRING)CompName, &NumRoles, NULL); in DoPrepare()