Home
last modified time | relevance | path

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

/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h524 …nkFromMemPool(OsclAny*& aCtrlStructPtr, OsclMemPoolFixedChunkAllocator *aMemPool, int32 aAllocSize) in AllocateChunkFromMemPool() argument
527 OSCL_TRY(leavecode, aCtrlStructPtr = (OsclAny *) aMemPool->allocate(aAllocSize)); in AllocateChunkFromMemPool()
537 …OSCL_IMPORT_REF bool ProvideBuffersToComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // alloca…
546 bool FreeBuffersFromComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator
/external/opencore/nodes/pvclientserversocketnode/src/
Dpvmf_clientserver_socket_node.cpp741 …tatus PVMFClientServerSocketNode::AllocatePortMemPool(int32 tag, PVMFSocketNodeMemPool* & aMemPool) in AllocatePortMemPool() argument
743 aMemPool = NULL; in AllocatePortMemPool()
752 …OSCL_TRY(errcode, aMemPool = OSCL_PLACEMENT_NEW(MemPtr, PVMFSocketNodeMemPool(SNODE_DEFAULT_NUMBER… in AllocatePortMemPool()
760 aMemPool->iPortTag = tag; in AllocatePortMemPool()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1097 bool ProvideBuffersToComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator
1106 bool FreeBuffersFromComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator
Dpvmf_omx_enc_node.cpp4299 bool PVMFOMXEncNode::ProvideBuffersToComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocat… in ProvideBuffersToComponent() argument
4321 errcode = MemAllocate(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in ProvideBuffersToComponent()
4465 aMemPool->deallocate((OsclAny*) ctrl_struct_ptr[ii]); in ProvideBuffersToComponent()
4483 bool PVMFOMXEncNode::FreeBuffersFromComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator in FreeBuffersFromComponent() argument
4503 errcode = MemAllocate(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in FreeBuffersFromComponent()
4524 aMemPool->notifyfreechunkavailable((*this), (OsclAny*) aMemPool); in FreeBuffersFromComponent()
4566 aMemPool->deallocate((OsclAny*) ctrl_struct_ptr[ii]); in FreeBuffersFromComponent()
9821 int32 PVMFOMXEncNode::MemAllocate(OsclAny *&aPtr, OsclMemPoolFixedChunkAllocator *aMemPool, uint32 … in MemAllocate() argument
9824 OSCL_TRY(errcode, aPtr = (OsclAny *) aMemPool->allocate(aAllocSize)); in MemAllocate()
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp3065 …VMFOMXBaseDecNode::ProvideBuffersToComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator in ProvideBuffersToComponent() argument
3098 errcode = AllocateChunkFromMemPool(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in ProvideBuffersToComponent()
3264 aMemPool->deallocate((OsclAny*) ctrl_struct_ptr[ii]); in ProvideBuffersToComponent()
3284 bool PVMFOMXBaseDecNode::FreeBuffersFromComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allo… in FreeBuffersFromComponent() argument
3312 errcode = AllocateChunkFromMemPool(ctrl_struct_ptr[ii], aMemPool, aAllocSize); in FreeBuffersFromComponent()
3333 aMemPool->notifyfreechunkavailable((*this), (OsclAny*) aMemPool); in FreeBuffersFromComponent()
3385 aMemPool->deallocate((OsclAny*) ctrl_struct_ptr[ii]); in FreeBuffersFromComponent()
/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_node.cpp4076 PVMFStatus PVMFSocketNode::AllocatePortMemPool(int32 tag, PVMFSocketNodeMemPool* & aMemPool) in AllocatePortMemPool() argument
4079 aMemPool = NULL; in AllocatePortMemPool()
4095 errcode = SocketPlacementNew(aMemPool, MemPtr, DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER); in AllocatePortMemPool()
4109 … errcode = SocketPlacementNew(aMemPool, MemPtr, SNODE_DEFAULT_NUMBER_MEDIADATA_IN_MEMPOOL); in AllocatePortMemPool()
4124 aMemPool->iPortTag = tag; in AllocatePortMemPool()
4775 int32 PVMFSocketNode::SocketPlacementNew(PVMFSocketNodeMemPool *& aMemPool, OsclAny *aMemPtr, int32… in SocketPlacementNew() argument
4778 …OSCL_TRY(errcode, aMemPool = OSCL_PLACEMENT_NEW(aMemPtr, PVMFSocketNodeMemPool(aMemPoolNumBufs);)); in SocketPlacementNew()
/external/opencore/nodes/pvclientserversocketnode/include/
Dpvmf_clientserver_socket_node.h438 PVMFStatus AllocatePortMemPool(int32 tag, PVMFSocketNodeMemPool* & aMemPool);
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_node.h166 TrackDataMemPoolProxyAlloc(OsclMemPoolResizableAllocator& aMemPool) in TrackDataMemPoolProxyAlloc() argument
168 iMemPoolAllocPtr = &aMemPool; in TrackDataMemPoolProxyAlloc()
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h942 PVMFStatus AllocatePortMemPool(int32 tag, PVMFSocketNodeMemPool* & aMemPool);