Home
last modified time | relevance | path

Searched refs:num_imp_packets (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction_internal.cc275 int num_imp_packets, in ImportantPacketProtection() argument
279 const int num_imp_mask_bytes = PacketMaskSize(num_imp_packets); in ImportantPacketProtection()
283 mask_table->LookUp(num_imp_packets, num_fec_for_imp_packets); in ImportantPacketProtection()
294 int num_imp_packets) { in SetProtectionAllocation() argument
301 int num_fec_for_imp_packets = (num_imp_packets < max_num_fec_for_imp) in SetProtectionAllocation()
302 ? num_imp_packets in SetProtectionAllocation()
306 if (num_fec_packets == 1 && (num_media_packets > 2 * num_imp_packets)) { in SetProtectionAllocation()
360 int num_imp_packets, in UnequalProtectionMask() argument
372 num_media_packets, num_fec_packets, num_imp_packets); in UnequalProtectionMask()
382 ImportantPacketProtection(num_fec_for_imp_packets, num_imp_packets, in UnequalProtectionMask()
[all …]
Dforward_error_correction_internal.h83 int num_imp_packets,
/external/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_fec.cc179 for (uint32_t num_imp_packets = 0; in RunTest() local
180 num_imp_packets <= max_num_imp_packets && in RunTest()
181 num_imp_packets <= packet_mask_max; in RunTest()
182 num_imp_packets++) { in RunTest()
194 num_media_packets, num_fec_packets, num_imp_packets, in RunTest()
201 num_media_packets, num_fec_packets, num_imp_packets, in RunTest()
291 num_imp_packets, kUseUnequalProtection, in RunTest()