Searched refs:ppList (Results 1 – 1 of 1) sorted by relevance
49 OMX_ERRORTYPE addElementList(ROCKCHIP_OMX_RM_COMPONENT_LIST **ppList, OMX_COMPONENTTYPE *pOMXCompon… in addElementList() argument56 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_… 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 *pOMXCom… in removeElementList() argument95 if (*ppList == NULL) { in removeElementList()100 pCurrComp = *ppList; in removeElementList()103 if (*ppList == pCurrComp) { in removeElementList()[all …]