Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction_internal.cc250 int max_num_fec_for_imp = alloc_par * num_fec_packets; in SetProtectionAllocation() local
253 (num_imp_packets < max_num_fec_for_imp) ? num_imp_packets in SetProtectionAllocation()
254 : max_num_fec_for_imp; in SetProtectionAllocation()