Searched refs:num_fec_for_imp_packets (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | forward_error_correction_internal.cc | 182 int num_fec_for_imp_packets, int num_mask_bytes, in RemainingPacketProtection() argument 189 (num_media_packets - num_fec_for_imp_packets) > 16 ? 1 : 0; in RemainingPacketProtection() 195 num_media_packets - num_fec_for_imp_packets - 1][num_fec_remaining - 1]; in RemainingPacketProtection() 197 ShiftFitSubMask(num_mask_bytes, res_mask_bytes, num_fec_for_imp_packets, in RemainingPacketProtection() 198 (num_fec_for_imp_packets + num_fec_remaining), in RemainingPacketProtection() 209 &packet_mask[num_fec_for_imp_packets * num_mask_bytes]); in RemainingPacketProtection() 224 void ImportantPacketProtection(int num_fec_for_imp_packets, int num_imp_packets, in ImportantPacketProtection() argument 233 num_imp_packets - 1][num_fec_for_imp_packets - 1]; in ImportantPacketProtection() 235 FitSubMask(num_mask_bytes, num_imp_mask_bytes, num_fec_for_imp_packets, in ImportantPacketProtection() 252 int num_fec_for_imp_packets = in SetProtectionAllocation() local [all …]
|