Searched defs:num_media_packets (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | forward_error_correction_internal.cc | 146 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()
|
D | rtp_fec_unittest.cc | 894 int RtpFecTest::ConstructMediaPacketsSeqNum(int num_media_packets, in ConstructMediaPacketsSeqNum() 945 int RtpFecTest::ConstructMediaPackets(int num_media_packets) { in ConstructMediaPackets()
|
D | forward_error_correction.cc | 114 const uint16_t num_media_packets = media_packet_list.size(); in GenerateFEC() local 192 int ForwardErrorCorrection::GetNumberOfFecPackets(int num_media_packets, in GetNumberOfFecPackets()
|
D | fec_receiver_unittest.cc | 49 void GenerateFrame(int num_media_packets, int frame_offset, in GenerateFrame()
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/ |
D | test_packet_masks_metrics.cc | 80 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/ |
D | stream_generator.cc | 35 int num_media_packets, in GenerateFrame()
|