fec_receiver_unittest.cc | 41 std::list<Packet*>* fec_packets, 45 0, false, kFecMaskBursty, fec_packets)); 46 ASSERT_EQ(num_fec_packets, fec_packets->size()); 109 std::list<Packet*> fec_packets; local 110 GenerateFEC(&media_packets, &fec_packets, kNumFecPackets); 118 std::list<Packet*>::iterator fec_it = fec_packets.begin(); 140 std::list<Packet*> fec_packets; local 141 GenerateFEC(&media_packets, &fec_packets, kNumFecPackets); 143 &fec_packets.front()->data[fec_garbage_offset], 0x4711); 148 BuildAndAddRedFecPacket(fec_packets.front()) 175 std::list<Packet*> fec_packets; local 200 std::list<Packet*> fec_packets; local 224 std::list<Packet*> fec_packets; local 248 std::list<Packet*> fec_packets; local 275 std::list<Packet*> fec_packets; local 293 std::list<Packet*> fec_packets; local 337 std::list<Packet*> fec_packets; local 381 std::list<Packet*> fec_packets; local [all...] |