Searched refs:cbase (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | portbase.cpp | 76 cbase = NULL; in __PortBase() 127 cbase = static_cast<ComponentBase *>(handle->pComponentPrivate); in SetOwner() 333 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex, nSizeBytes); in UseBuffer() 340 __FUNCTION__, cbase->GetName(), cbase->GetWorkingRole(), in UseBuffer() 350 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex); in UseBuffer() 360 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex); in UseBuffer() 384 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex, in UseBuffer() 392 __FUNCTION__, cbase->GetName(), cbase->GetWorkingRole(), in UseBuffer() 401 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex); in UseBuffer() 414 cbase->GetName(), cbase->GetWorkingRole(), nPortIndex, nSizeBytes); in AllocateBuffer() [all …]
|
D | componentbase.cpp | 361 ComponentBase *cbase; in SendCommand() local 366 cbase = static_cast<ComponentBase *> in SendCommand() 368 if (!cbase) in SendCommand() 371 return cbase->CBaseSendCommand(hComponent, Cmd, nParam1, pCmdData); in SendCommand() 448 ComponentBase *cbase; in GetParameter() local 453 cbase = static_cast<ComponentBase *> in GetParameter() 455 if (!cbase) in GetParameter() 458 return cbase->CBaseGetParameter(hComponent, nParamIndex, in GetParameter() 525 ComponentBase *cbase; in SetParameter() local 530 cbase = static_cast<ComponentBase *> in SetParameter() [all …]
|
D | cmodule.cpp | 183 ComponentBase *cbase; in InstantiateComponent() local 193 ret = wrs_omxil_cmodule->ops->instantiate((void **)&cbase); in InstantiateComponent() 199 cbase->SetCModule(this); in InstantiateComponent() 200 cbase->SetName(cname); in InstantiateComponent() 201 ret = cbase->SetRolesOfComponent(nr_roles, (const OMX_U8 **)roles); in InstantiateComponent() 203 delete cbase; in InstantiateComponent() 207 *instance = cbase; in InstantiateComponent()
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | wrs_omxcore.cpp | 210 ComponentBase *cbase = NULL; in OMX_GetHandle() local 219 ret = cmodule->InstantiateComponent(&cbase); in OMX_GetHandle() 226 ret = cbase->GetHandle(pHandle, pAppData, pCallBacks); in OMX_GetHandle() 233 cbase->SetCModule(cmodule); in OMX_GetHandle() 243 delete cbase; in OMX_GetHandle() 262 ComponentBase *cbase; in OMX_FreeHandle() local 270 cbase = static_cast<ComponentBase *> in OMX_FreeHandle() 272 if (!cbase) { in OMX_FreeHandle() 277 strcpy(&cname[0], cbase->GetName()); in OMX_FreeHandle() 279 LOGV("%s(): enter, try to free %s", __FUNCTION__, cbase->GetName()); in OMX_FreeHandle() [all …]
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
D | portbase.h | 192 class ComponentBase *cbase; variable
|