Home
last modified time | relevance | path

Searched refs:ppList (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/component/common/
H A DRockchip_OMX_Resourcemanager.c49 OMX_ERRORTYPE addElementList(ROCKCHIP_OMX_RM_COMPONENT_LIST **ppList, OMX_COMPONENTTYPE *pOMXComponent) in addElementList() argument
56 if (*ppList != NULL) { in addElementList()
57 pTempComp = *ppList; in addElementList()
73 *ppList = (ROCKCHIP_OMX_RM_COMPONENT_LIST *)Rockchip_OSAL_Malloc(sizeof(ROCKCHIP_OMX_RM_COMPONENT_LIST)); in addElementList()
74 if (*ppList == NULL) { in addElementList()
78 pTempComp = *ppList; in addElementList()
88 OMX_ERRORTYPE removeElementList(ROCKCHIP_OMX_RM_COMPONENT_LIST **ppList, OMX_COMPONENTTYPE *pOMXComponent) in removeElementList() argument
95 if (*ppList == NULL) { in removeElementList()
100 pCurrComp = *ppList; in removeElementList()
103 if (*ppList in removeElementList()
[all...]

Completed in 1 milliseconds