Home
last modified time | relevance | path

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

/external/opencore/engines/author/src/
Dpvauthorengine.cpp140 DeallocateNodeContainer(iDataSourcePool, iDataSourcePool[0]->iNode); in ~PVAuthorEngine()
145 DeallocateNodeContainer(iDataSinkPool, iDataSinkPool[0]->iNode); in ~PVAuthorEngine()
1025 DeallocateNodeContainer(iDataSourcePool, node); in DoAddDataSource()
1044 return DeallocateNodeContainer(iDataSourcePool, node); in DoRemoveDataSource()
1110 DeallocateNodeContainer(iComposerNodes, node); in DoSelectComposer()
1255 DeallocateNodeContainer(iEncoderNodes, node); in DoAddMediaTrack()
1520 DeallocateNodeContainer(iComposerNodes, node); in ResetNodeContainers()
1537 DeallocateNodeContainer(iEncoderNodes, node); in ResetNodeContainers()
1787 PVMFStatus PVAuthorEngine::DeallocateNodeContainer(PVAENodeContainerVector& aVector, in DeallocateNodeContainer() function in PVAuthorEngine
Dpvauthorengine.h343 … PVMFStatus DeallocateNodeContainer(PVAENodeContainerVector& aVector, PVMFNodeInterface* aNode);