Searched refs:AugmentedPacketGenerator (Results 1 – 4 of 4) sorted by relevance
109 AugmentedPacketGenerator::AugmentedPacketGenerator(uint32_t ssrc) in AugmentedPacketGenerator() function in webrtc::test::fec::AugmentedPacketGenerator112 void AugmentedPacketGenerator::NewFrame(size_t num_packets) { in NewFrame()117 uint16_t AugmentedPacketGenerator::NextPacketSeqNum() { in NextPacketSeqNum()121 std::unique_ptr<AugmentedPacket> AugmentedPacketGenerator::NextPacket( in NextPacket()144 void AugmentedPacketGenerator::WriteRtpHeader(const RTPHeader& header, in WriteRtpHeader()156 : AugmentedPacketGenerator(media_ssrc), in FlexfecPacketGenerator()184 : AugmentedPacketGenerator(ssrc) {} in UlpfecPacketGenerator()
61 class AugmentedPacketGenerator {63 explicit AugmentedPacketGenerator(uint32_t ssrc);88 class FlexfecPacketGenerator : public AugmentedPacketGenerator {105 class UlpfecPacketGenerator : public AugmentedPacketGenerator {
29 using test::fec::AugmentedPacketGenerator;65 AugmentedPacketGenerator packet_generator(kMediaSsrc); in GenerateSingleFlexfecPacket()132 AugmentedPacketGenerator packet_generator(kMediaSsrc); in TEST()171 AugmentedPacketGenerator packet_generator(kMediaSsrc); in TEST()
27 using test::fec::AugmentedPacketGenerator;59 AugmentedPacketGenerator packet_generator_;