Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/test/testFec/
H A 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 …]
H A Dtest_fec.cc168 for (uint32_t num_media_packets = 1; num_media_packets <= packet_mask_max; in RunTest() local
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A 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()
H A Dfec_test_helper.cc48 int num_media_packets, in ConstructMediaPackets()
101 int num_media_packets) { in ConstructMediaPackets()
H A Dforward_error_correction.cc115 const size_t num_media_packets = media_packets.size(); in EncodeFec() local
191 int ForwardErrorCorrection::NumFecPackets(int num_media_packets, in NumFecPackets()
255 size_t num_media_packets = media_packets.size(); in InsertZerosInPacketMasks() local
H A Dfec_private_tables_bursty_unittest.cc69 int num_media_packets = 15; in TEST() local
H A Dulpfec_generator.cc178 int num_media_packets = static_cast<int>(media_packets_.size()); in MinimumMediaPacketsReached() local
H A Dulpfec_receiver_unittest.cc115 size_t num_media_packets, in PacketizeFrame()
H A Dflexfec_receiver_unittest.cc85 void FlexfecReceiverTest::PacketizeFrame(size_t num_media_packets, in PacketizeFrame()
/aosp_15_r20/external/webrtc/modules/video_coding/test/
H A Dstream_generator.cc33 int num_media_packets, in GenerateFrame()