Searched refs:FecPacket (Results 1 – 2 of 2) sorted by relevance
25 class FecPacket; variable210 typedef std::list<FecPacket*> FecPacketList;272 FecPacket* fec_packet, const RecoveredPacketList* recovered_packets);282 static bool InitRecovery(const FecPacket* fec_packet,293 bool RecoverPacket(const FecPacket* fec_packet,300 static int NumCoveredPacketsMissing(const FecPacket* fec_packet);302 static void DiscardFECPacket(FecPacket* fec_packet);
67 class FecPacket : public ForwardErrorCorrection::SortablePacket { class466 FecPacket* fec_packet = *fec_packet_list_it; in ResetState()542 FecPacket* fec_packet = new FecPacket; in InsertFECPacket()585 FecPacket* fec_packet, in AssignRecoveredPackets()645 bool ForwardErrorCorrection::InitRecovery(const FecPacket* fec_packet, in InitRecovery()729 const FecPacket* fec_packet, in RecoverPacket()797 const FecPacket* fec_packet) { in NumCoveredPacketsMissing()812 void ForwardErrorCorrection::DiscardFECPacket(FecPacket* fec_packet) { in DiscardFECPacket()