Home
last modified time | relevance | path

Searched defs:num_media_packets (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction_internal.cc146 int num_media_packets) in PacketMaskTable()
151 rtc::ArrayView<const uint8_t> PacketMaskTable::LookUp(int num_media_packets, in LookUp()
219 int num_media_packets) { in PickTable()
233 void RemainingPacketProtection(int num_media_packets, in RemainingPacketProtection()
292 int SetProtectionAllocation(int num_media_packets, in SetProtectionAllocation()
358 void UnequalProtectionMask(int num_media_packets, in UnequalProtectionMask()
448 void GeneratePacketMasks(int num_media_packets, in GeneratePacketMasks()
Dfec_test_helper.cc46 int num_media_packets, in ConstructMediaPackets()
99 int num_media_packets) { in ConstructMediaPackets()
Dfec_private_tables_bursty_unittest.cc69 int num_media_packets = 15; in TEST() local
Dforward_error_correction.cc113 const size_t num_media_packets = media_packets.size(); in EncodeFec() local
189 int ForwardErrorCorrection::NumFecPackets(int num_media_packets, in NumFecPackets()
272 size_t num_media_packets = media_packets.size(); in InsertZerosInPacketMasks() local
Dulpfec_generator.cc181 int num_media_packets = static_cast<int>(media_packets_.size()); in MinimumMediaPacketsReached() local
Dulpfec_receiver_unittest.cc112 size_t num_media_packets, in PacketizeFrame()
Dflexfec_receiver_unittest.cc85 void FlexfecReceiverTest::PacketizeFrame(size_t num_media_packets, in PacketizeFrame()
/external/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_packet_masks_metrics.cc80 int num_media_packets; member
188 int RecoveredMediaPackets(int num_media_packets, in RecoveredMediaPackets()
344 int num_media_packets, in ComputeRecoveryRatePerLoss()
388 int num_media_packets = code_params_[code_index].num_media_packets; in ComputeMetricsForCode() local
521 for (int num_media_packets = 1; num_media_packets <= kMaxMediaPacketsTest; in WriteOutMetricsAllFecCodes() local
596 for (int num_media_packets = 1; num_media_packets <= kMaxMediaPacketsTest; in SetCodeParams() local
616 int RejectInvalidMasks(int num_media_packets, int num_fec_packets) { in RejectInvalidMasks()
693 int num_media_packets, in GetPacketMaskConvertToBitMask()
718 for (int num_media_packets = 1; num_media_packets <= kMaxMediaPacketsTest; in ProcessXORPacketMasks() local
747 for (int num_media_packets = 1; num_media_packets <= kMaxMediaPacketsTest; in ProcessRS() local
[all …]
Dtest_fec.cc168 for (uint32_t num_media_packets = 1; num_media_packets <= packet_mask_max; in RunTest() local
/external/webrtc/modules/video_coding/test/
Dstream_generator.cc33 int num_media_packets, in GenerateFrame()