Searched refs:FecOverheadRate (Results 1 – 5 of 5) sorted by relevance
84 uint32_t FecOverheadRate() const;
79 uint32_t FecOverheadRate() const;
494 uint32_t RTPSenderVideo::FecOverheadRate() const { in FecOverheadRate() function in webrtc::RTPSenderVideo
151 uint32_t RTPSender::FecOverheadRate() const { in FecOverheadRate() function in webrtc::RTPSender153 return video_->FecOverheadRate(); in FecOverheadRate()
1192 *fec_rate = rtp_sender_.FecOverheadRate(); in BitrateSent()