/external/webrtc/modules/rtp_rtcp/source/ |
D | flexfec_receiver_unittest.cc | 75 std::list<Packet*> EncodeFec(const PacketList& media_packets, 96 std::list<Packet*> FlexfecReceiverTest::EncodeFec( in EncodeFec() function in webrtc::FlexfecReceiverTest 105 EXPECT_EQ(0, erasure_code_->EncodeFec( in EncodeFec() 129 std::list<Packet*> fec_packets = EncodeFec(media_packets, kNumFecPackets); in TEST_F() 148 std::list<Packet*> fec_packets = EncodeFec(media_packets, kNumFecPackets); in TEST_F() 182 std::list<Packet*> fec_packets = EncodeFec(media_packets, kNumFecPackets); in TEST_F() 204 std::list<Packet*> fec_packets = EncodeFec(media_packets, kNumFecPackets); in TEST_F() 230 std::list<Packet*> fec_packets = EncodeFec(media_packets, kNumFecPackets); in TEST_F() 254 std::list<Packet*> fec_packets = EncodeFec(media_packets, kNumFecPackets); in TEST_F() 286 std::list<Packet*> fec_packets = EncodeFec(media_packets, kNumFecPackets); in TEST_F() [all …]
|
D | ulpfec_receiver_unittest.cc | 58 void EncodeFec(const ForwardErrorCorrection::PacketList& media_packets, 94 void UlpfecReceiverTest::EncodeFec( in EncodeFec() function in webrtc::UlpfecReceiverTest 106 0, fec_->EncodeFec(media_packets, protection_factor, kNumImportantPackets, in EncodeFec() 159 EncodeFec(media_packets, kNumFecPackets, &fec_packets); in InjectGarbagePacketLength() 193 EncodeFec(media_packets, kNumFecPackets, &fec_packets); in TEST_F() 231 EncodeFec(media_packets, kNumFecPackets, &fec_packets); in TEST_F() 279 EncodeFec(media_packets, kNumFecPackets, &fec_packets); in TEST_F() 302 EncodeFec(media_packets, kNumFecPackets, &fec_packets); in TEST_F() 324 EncodeFec(media_packets, kNumFecPackets, &fec_packets); in TEST_F() 346 EncodeFec(media_packets, kNumFecPackets, &fec_packets); in TEST_F() [all …]
|
D | rtp_fec_unittest.cc | 231 0, this->fec_.EncodeFec(this->media_packets_, kProtectionFactor, in TYPED_TEST() 254 -1, this->fec_.EncodeFec(this->media_packets_, kProtectionFactor, in TYPED_TEST() 270 0, this->fec_.EncodeFec(this->media_packets_, kProtectionFactor, in TYPED_TEST() 300 0, this->fec_.EncodeFec(this->media_packets_, kProtectionFactor, in TYPED_TEST() 356 0, this->fec_.EncodeFec(this->media_packets_, kProtectionFactor, in TYPED_TEST() 417 0, this->fec_.EncodeFec(this->media_packets_, kProtectionFactor, in TYPED_TEST() 468 0, this->fec_.EncodeFec(this->media_packets_, kProtectionFactor, in TEST_F() 519 0, this->fec_.EncodeFec(this->media_packets_, kProtectionFactor, in TEST_F() 568 0, this->fec_.EncodeFec(this->media_packets_, kProtectionFactor, in TYPED_TEST() 609 0, this->fec_.EncodeFec(this->media_packets_, kProtectionFactor, in TYPED_TEST() [all …]
|
D | ulpfec_generator.cc | 162 fec_->EncodeFec(media_packets_, params.fec_rate, kNumImportantPackets, in AddPacketAndGenerateFec()
|
D | forward_error_correction.h | 192 int EncodeFec(const PacketList& media_packets,
|
D | forward_error_correction.cc | 107 int ForwardErrorCorrection::EncodeFec(const PacketList& media_packets, in EncodeFec() function in webrtc::ForwardErrorCorrection
|
/external/webrtc/modules/rtp_rtcp/test/testFec/ |
D | test_fec.cc | 290 ASSERT_EQ(0, fec->EncodeFec(media_packet_list, protection_factor, in RunTest()
|