Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction_internal.cc242 int num_imp_packets, in ImportantPacketProtection() argument
246 const int l_bit = num_imp_packets > 16 ? 1 : 0; in ImportantPacketProtection()
252 mask_table.fec_packet_mask_table()[num_imp_packets - in ImportantPacketProtection()
264 int num_imp_packets) { in SetProtectionAllocation() argument
271 int num_fec_for_imp_packets = (num_imp_packets < max_num_fec_for_imp) in SetProtectionAllocation()
272 ? num_imp_packets in SetProtectionAllocation()
276 if (num_fec_packets == 1 && (num_media_packets > 2 * num_imp_packets)) { in SetProtectionAllocation()
330 int num_imp_packets, in UnequalProtectionMask() argument
342 num_media_packets, num_fec_packets, num_imp_packets); in UnequalProtectionMask()
352 ImportantPacketProtection(num_fec_for_imp_packets, num_imp_packets, in UnequalProtectionMask()
[all …]
Dforward_error_correction_internal.h64 int num_imp_packets, bool use_unequal_protection,