Searched refs:FecOverheadRate (Results 1 – 5 of 5) sorted by relevance
80 uint32_t FecOverheadRate() const;
345 uint32_t RTPSenderVideo::FecOverheadRate() const { in FecOverheadRate() function in webrtc::RTPSenderVideo
107 uint32_t FecOverheadRate() const;
229 uint32_t RTPSender::FecOverheadRate() const { in FecOverheadRate() function in webrtc::RTPSender231 return video_->FecOverheadRate(); in FecOverheadRate()
882 *fec_rate = rtp_sender_.FecOverheadRate(); in BitrateSent()