Searched refs:iMuxPduPacketAlloc (Results 1 – 2 of 2) sorted by relevance
65 iMuxPduPacketAlloc(NULL), in CPVH223Multiplex()175 …iMuxPduPacketAlloc = OSCL_NEW(PVMFMediaFragGroupCombinedAlloc<OsclMemAllocator>, (pdu_rate, MAX_FR… in Open()176 if (iMuxPduPacketAlloc == NULL) in Open()182 iMuxPduPacketAlloc->create(); in Open()229 iMuxPduPacketAlloc->removeRef(); in Close()363 pkt = iMuxPduPacketAlloc->allocate(1); in GetOutgoingMuxPdus()420 pkt = iMuxPduPacketAlloc->allocate(1); in GetOutgoingMuxPdus()1256 …OsclSharedPtr<PVMFMediaDataImpl> ret = iMuxPduPacketAlloc->allocate(MAX_FRAGMENTS_PER_H223_PDU_PAC… in InitPduPacket()1391 iInterleavingPacket = iMuxPduPacketAlloc->allocate(1); in SetInterleavingMultiplexFlags()
274 PVMFMediaFragGroupCombinedAlloc<OsclMemAllocator>* iMuxPduPacketAlloc; variable