Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction_internal.cc146 int num_media_packets) in PacketMaskTable()
155 int num_media_packets) { in InitMaskType()
193 void RemainingPacketProtection(int num_media_packets, in RemainingPacketProtection()
262 int SetProtectionAllocation(int num_media_packets, in SetProtectionAllocation()
328 void UnequalProtectionMask(int num_media_packets, in UnequalProtectionMask()
366 void GeneratePacketMasks(int num_media_packets, in GeneratePacketMasks()
Drtp_fec_unittest.cc894 int RtpFecTest::ConstructMediaPacketsSeqNum(int num_media_packets, in ConstructMediaPacketsSeqNum()
945 int RtpFecTest::ConstructMediaPackets(int num_media_packets) { in ConstructMediaPackets()
Dforward_error_correction.cc114 const uint16_t num_media_packets = media_packet_list.size(); in GenerateFEC() local
192 int ForwardErrorCorrection::GetNumberOfFecPackets(int num_media_packets, in GetNumberOfFecPackets()
Dfec_receiver_unittest.cc49 void GenerateFrame(int num_media_packets, int frame_offset, in GenerateFrame()
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_packet_masks_metrics.cc80 int num_media_packets; member
191 int RecoveredMediaPackets(int num_media_packets, in RecoveredMediaPackets()
349 int num_media_packets, in ComputeRecoveryRatePerLoss()
393 int num_media_packets = code_params_[code_index].num_media_packets; in ComputeMetricsForCode() local
530 for (int num_media_packets = 1; num_media_packets <= kMaxMediaPacketsTest; in WriteOutMetricsAllFecCodes() local
618 for (int num_media_packets = 1; num_media_packets <= kMaxMediaPacketsTest; in SetCodeParams() local
638 int RejectInvalidMasks(int num_media_packets, int num_fec_packets) { in RejectInvalidMasks()
709 int num_media_packets, in GetPacketMaskConvertToBitMask()
734 for (int num_media_packets = 1; num_media_packets <= kMaxMediaPacketsTest; in ProcessXORPacketMasks() local
767 for (int num_media_packets = 1; num_media_packets <= kMaxMediaPacketsTest; in ProcessRS() local
[all …]
/external/webrtc/webrtc/modules/video_coding/test/
Dstream_generator.cc35 int num_media_packets, in GenerateFrame()