/external/opencore/nodes/pvomxbasedecnode/include/ |
D | pvmf_omx_basedec_node.h | 524 …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/ |
D | pvmf_clientserver_socket_node.cpp | 741 …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/ |
D | pvmf_omx_enc_node.h | 1097 bool ProvideBuffersToComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator 1106 bool FreeBuffersFromComponent(OsclMemPoolFixedChunkAllocator *aMemPool, // allocator
|
D | pvmf_omx_enc_node.cpp | 4299 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/ |
D | pvmf_omx_basedec_node.cpp | 3065 …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/ |
D | pvmf_socket_node.cpp | 4076 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/ |
D | pvmf_clientserver_socket_node.h | 438 PVMFStatus AllocatePortMemPool(int32 tag, PVMFSocketNodeMemPool* & aMemPool);
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.h | 166 TrackDataMemPoolProxyAlloc(OsclMemPoolResizableAllocator& aMemPool) in TrackDataMemPoolProxyAlloc() argument 168 iMemPoolAllocPtr = &aMemPool; in TrackDataMemPoolProxyAlloc()
|
/external/opencore/nodes/pvsocketnode/include/ |
D | pvmf_socket_node.h | 942 PVMFStatus AllocatePortMemPool(int32 tag, PVMFSocketNodeMemPool* & aMemPool);
|