Home
last modified time | relevance | path

Searched refs:kMaxMediaPackets (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dulpfec_header_reader_writer.cc25 constexpr size_t kMaxMediaPackets = 48; variable
28 constexpr size_t kMaxFecPackets = kMaxMediaPackets;
54 : FecHeaderReader(kMaxMediaPackets, kMaxFecPackets) {} in UlpfecHeaderReader()
86 : FecHeaderWriter(kMaxMediaPackets, in UlpfecHeaderWriter()
Dflexfec_header_reader_writer.cc26 constexpr size_t kMaxMediaPackets = 48; // Since we are reusing ULPFEC masks. variable
29 constexpr size_t kMaxFecPackets = kMaxMediaPackets;
75 : FecHeaderReader(kMaxMediaPackets, kMaxFecPackets) {} in FlexfecHeaderReader()
206 : FecHeaderWriter(kMaxMediaPackets, kMaxFecPackets, kHeaderSizes[2]) {} in FlexfecHeaderWriter()
Drtp_fec_unittest.cc33 constexpr size_t kMaxMediaPackets = 48; variable
228 kMaxMediaPackets); in TYPED_TEST()
251 kMaxMediaPackets + 1); in TYPED_TEST()
/external/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_fec.cc97 const uint16_t kMaxMediaPackets[] = { in RunTest() local
101 ASSERT_EQ(12, kMaxMediaPackets[1]) << "Max media packets for bursty mode not " in RunTest()
162 const uint32_t packet_mask_max = kMaxMediaPackets[mask_type_idx]; in RunTest()
Dtest_packet_masks_metrics.cc60 const uint16_t kMaxMediaPackets[] = {kMaxNumberMediaPackets, 12}; variable
714 const int packet_mask_max = kMaxMediaPackets[fec_mask_type]; in ProcessXORPacketMasks()