Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
DWelsList.h205 …SNode<TNodeType>* tmpCurrentList = static_cast<SNode<TNodeType>*> (malloc (m_iMaxNodeCount * 2 * s… in ExpandList() local
207 if (tmpCurrentList == NULL) { in ExpandList()
210 InitStorage (tmpCurrentList, (m_iMaxNodeCount * 2) - 1); in ExpandList()
214 tmpCurrentList[i].pPointer = pTemp->pPointer; in ExpandList()
219 m_pCurrentList = tmpCurrentList; in ExpandList()