Searched refs:pComp (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/utils/ISV/omx/ |
D | isv_omxcomponent.cpp | 44 ISVComponent *pComp = static_cast<ISVComponent*> \ 46 if (!pComp) \ 221 return pComp->ISV_SendCommand(Cmd, nParam1, pCmdData); in SendCommand() 251 return pComp->ISV_GetParameter(nParamIndex, pComponentParameterStructure); in GetParameter() 297 return pComp->ISV_SetParameter(nIndex, pComponentParameterStructure); in SetParameter() 415 return pComp->ISV_GetConfig(nIndex, pComponentConfigStructure); in GetConfig() 446 return pComp->ISV_SetConfig(nIndex, pComponentConfigStructure); in SetConfig() 477 return pComp->ISV_GetExtensionIndex(cParameterName, pIndexType); in GetExtensionIndex() 518 return pComp->ISV_GetState(pState); in GetState() 539 return pComp->ISV_UseBuffer(ppBufferHdr, nPortIndex, in UseBuffer() [all …]
|
D | isv_omxcore.cpp | 259 ISVComponent *pComp = g_isv_components.itemAt(i); in OMX_FreeHandle() local 260 if (static_cast<OMX_HANDLETYPE>(pComp->getBaseComponent()) == hComponent) { in OMX_FreeHandle() 262 g_mrm_omx_adaptor->MRM_OMX_RemoveComponent(pComp->getComponent()); in OMX_FreeHandle() 263 OMX_ERRORTYPE omx_res = pComp->freeComponent(); in OMX_FreeHandle() 269 delete pComp; in OMX_FreeHandle()
|
/hardware/intel/common/utils/ISV/include/ |
D | isv_omxcomponent.h | 74 …void setComponent(OMX_COMPONENTTYPE *pComp, ISVOMXCore *pCore){mComponent = pComp; mCore = pCore;r… in setComponent() argument
|