Home
last modified time | relevance | path

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

/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h138 OsclSharedPtr<PVMFMediaDataImpl> mediaImpl = iMediaMsgAllocator->allocate(size); in getMediaDataImpl()
144 if (iMediaMsgAllocator != NULL) in resizeSocketDataBuffer()
146 iMediaMsgAllocator->ResizeMemoryFragment(aSharedBuffer); in resizeSocketDataBuffer()
184 PVMFResizableSimpleMediaMsgAlloc* iMediaMsgAllocator; variable
/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_node.cpp46 iMediaMsgAllocator = NULL; in PVMFSocketNodeMemPool()
72 if (iMediaMsgAllocator) in CreateResizableDataBufferAllocator()
79 OSCL_DELETE(iMediaMsgAllocator); in CreateResizableDataBufferAllocator()
80 iMediaMsgAllocator = NULL; in CreateResizableDataBufferAllocator()
91 iMediaMsgAllocator = OSCL_NEW(PVMFResizableSimpleMediaMsgAlloc, (iSharedBufferAlloc)); in CreateResizableDataBufferAllocator()
98 if (iMediaMsgAllocator) in CreateDefaultDataBufferAllocator()
105 OSCL_DELETE(iMediaMsgAllocator); in CreateDefaultDataBufferAllocator()
106 iMediaMsgAllocator = NULL; in CreateDefaultDataBufferAllocator()
116 iMediaMsgAllocator = OSCL_NEW(PVMFResizableSimpleMediaMsgAlloc, (iInternalAlloc)); in CreateDefaultDataBufferAllocator()
141 const uint32 wrappingOverhead = iMediaMsgAllocator->GetMediaMsgAllocationOverheadBytes(); in GetMaxSizeMediaMsgLen()
[all …]