Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dulpfec_generator.cc256 fec_->NumFecPackets(media_packets_.size(), CurrentParams().fec_rate); in Overhead()
Dforward_error_correction.h226 static int NumFecPackets(int num_media_packets, int protection_factor);
Dforward_error_correction.cc148 int num_fec_packets = NumFecPackets(num_media_packets, protection_factor); in EncodeFec()
189 int ForwardErrorCorrection::NumFecPackets(int num_media_packets, in NumFecPackets() function in webrtc::ForwardErrorCorrection