Searched defs:aMemPool (Results 1 - 6 of 6) sorted by relevance
/external/opencore/nodes/pvclientserversocketnode/src/ |
H A D | pvmf_clientserver_socket_node.cpp | 741 PVMFStatus PVMFClientServerSocketNode::AllocatePortMemPool(int32 tag, PVMFSocketNodeMemPool* & aMemPool) argument 743 aMemPool = NULL; 752 OSCL_TRY(errcode, aMemPool = OSCL_PLACEMENT_NEW(MemPtr, PVMFSocketNodeMemPool(SNODE_DEFAULT_NUMBER_MEDIADATA_IN_MEMPOOL);)); 760 aMemPool->iPortTag = tag;
|
/external/opencore/nodes/pvaacffparsernode/src/ |
H A D | pvmf_aacffparser_node.h | 166 TrackDataMemPoolProxyAlloc(OsclMemPoolResizableAllocator& aMemPool) argument 168 iMemPoolAllocPtr = &aMemPool;
|
/external/opencore/nodes/pvomxbasedecnode/include/ |
H A D | pvmf_omx_basedec_node.h | 524 int32 AllocateChunkFromMemPool(OsclAny*& aCtrlStructPtr, OsclMemPoolFixedChunkAllocator *aMemPool, int32 aAllocSize) argument 527 OSCL_TRY(leavecode, aCtrlStructPtr = (OsclAny *) aMemPool->allocate(aAllocSize)); 537 OSCL_IMPORT_REF bool ProvideBuffersToComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator 546 bool FreeBuffersFromComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
H A D | pvmf_omx_basedec_node.cpp | 3066 OSCL_EXPORT_REF bool PVMFOMXBaseDecNode::ProvideBuffersToComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator argument 3099 errcode = AllocateChunkFromMemPool(ctrl_struct_ptr[ii], aMemPool, aAllocSize); 3265 aMemPool->deallocate((OsclAny*) ctrl_struct_ptr[ii]); 3285 bool PVMFOMXBaseDecNode::FreeBuffersFromComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator argument 3313 errcode = AllocateChunkFromMemPool(ctrl_struct_ptr[ii], aMemPool, aAllocSize); 3334 aMemPool->notifyfreechunkavailable((*this), (OsclAny*) aMemPool); 3386 aMemPool->deallocate((OsclAny*) ctrl_struct_ptr[ii]);
|
/external/opencore/nodes/pvsocketnode/src/ |
H A D | pvmf_socket_node.cpp | 4076 PVMFStatus PVMFSocketNode::AllocatePortMemPool(int32 tag, PVMFSocketNodeMemPool* & aMemPool) argument 4079 aMemPool = NULL; 4095 errcode = SocketPlacementNew(aMemPool, MemPtr, DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER); 4109 errcode = SocketPlacementNew(aMemPool, MemPtr, SNODE_DEFAULT_NUMBER_MEDIADATA_IN_MEMPOOL); 4124 aMemPool->iPortTag = tag; 4775 int32 PVMFSocketNode::SocketPlacementNew(PVMFSocketNodeMemPool *& aMemPool, OsclAny *aMemPtr, int32 aMemPoolNumBufs) argument 4778 OSCL_TRY(errcode, aMemPool = OSCL_PLACEMENT_NEW(aMemPtr, PVMFSocketNodeMemPool(aMemPoolNumBufs);));
|
/external/opencore/nodes/pvomxencnode/src/ |
H A D | pvmf_omx_enc_node.cpp | 4299 bool PVMFOMXEncNode::ProvideBuffersToComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator argument 4321 errcode = MemAllocate(ctrl_struct_ptr[ii], aMemPool, aAllocSize); 4465 aMemPool->deallocate((OsclAny*) ctrl_struct_ptr[ii]); 4483 bool PVMFOMXEncNode::FreeBuffersFromComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator argument 4503 errcode = MemAllocate(ctrl_struct_ptr[ii], aMemPool, aAllocSize); 4524 aMemPool->notifyfreechunkavailable((*this), (OsclAny*) aMemPool); 4566 aMemPool->deallocate((OsclAny*) ctrl_struct_ptr[ii]); 9712 int32 PVMFOMXEncNode::MemAllocate(OsclAny *&aPtr, OsclMemPoolFixedChunkAllocator *aMemPool, uint32 aAllocSize) argument 9715 OSCL_TRY(errcode, aPtr = (OsclAny *) aMemPool [all...] |
Completed in 1556 milliseconds