Searched defs:num_fec_packets (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/test/testFec/ |
H A D | test_packet_masks_metrics.cc | 81 int num_fec_packets; member 189 int num_fec_packets, in RecoveredMediaPackets() 324 int num_fec_packets, in ComputeResidualLossPerGap() 345 int num_fec_packets, in ComputeRecoveryRatePerLoss() 389 int num_fec_packets = code_params_[code_index].num_fec_packets; in ComputeMetricsForCode() local 523 for (int num_fec_packets = 1; num_fec_packets <= num_media_packets; in WriteOutMetricsAllFecCodes() local 598 for (int num_fec_packets = 1; num_fec_packets <= num_media_packets; in SetCodeParams() local 616 int RejectInvalidMasks(int num_media_packets, int num_fec_packets) { in RejectInvalidMasks() 694 int num_fec_packets, in GetPacketMaskConvertToBitMask() 723 for (int num_fec_packets = 1; num_fec_packets <= num_media_packets; in ProcessXORPacketMasks() local [all …]
|
H A D | test_fec.cc | 172 for (uint32_t num_fec_packets = 1; in RunTest() local
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | forward_error_correction_internal.cc | 152 int num_fec_packets) { in LookUp() 293 int num_fec_packets, in SetProtectionAllocation() 359 int num_fec_packets, in UnequalProtectionMask() 449 int num_fec_packets, in GeneratePacketMasks() 487 int num_fec_packets, in InsertZeroColumns() 500 int num_fec_packets, in CopyColumn()
|
H A D | forward_error_correction.cc | 150 int num_fec_packets = NumFecPackets(num_media_packets, protection_factor); in EncodeFec() local 194 int num_fec_packets = (num_media_packets * protection_factor + (1 << 7)) >> 8; in NumFecPackets() local 205 size_t num_fec_packets) { in GenerateFecPayloads() 254 size_t num_fec_packets) { in InsertZerosInPacketMasks() 325 void ForwardErrorCorrection::FinalizeFecHeaders(size_t num_fec_packets, in FinalizeFecHeaders()
|
H A D | ulpfec_receiver.h | 34 size_t num_fec_packets = 0; // Number of received FEC packets. member
|
H A D | fec_private_tables_bursty_unittest.cc | 70 int num_fec_packets = 6; in TEST() local
|
H A D | ulpfec_generator.cc | 252 int num_fec_packets = in Overhead() local
|
H A D | ulpfec_receiver_unittest.cc | 99 size_t num_fec_packets, in EncodeFec()
|
H A D | flexfec_receiver_unittest.cc | 98 size_t num_fec_packets) { in EncodeFec()
|