Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction_internal.cc195 int num_fec_for_imp_packets, in RemainingPacketProtection() argument
204 (num_media_packets - num_fec_for_imp_packets) > 16 ? 1 : 0; in RemainingPacketProtection()
211 num_fec_for_imp_packets - in RemainingPacketProtection()
214 ShiftFitSubMask(num_mask_bytes, res_mask_bytes, num_fec_for_imp_packets, in RemainingPacketProtection()
215 (num_fec_for_imp_packets + num_fec_remaining), in RemainingPacketProtection()
227 &packet_mask[num_fec_for_imp_packets * num_mask_bytes]); in RemainingPacketProtection()
241 void ImportantPacketProtection(int num_fec_for_imp_packets, in ImportantPacketProtection() argument
253 1][num_fec_for_imp_packets - 1]; in ImportantPacketProtection()
255 FitSubMask(num_mask_bytes, num_imp_mask_bytes, num_fec_for_imp_packets, in ImportantPacketProtection()
271 int num_fec_for_imp_packets = (num_imp_packets < max_num_fec_for_imp) in SetProtectionAllocation() local
[all …]