HomeSort by relevance Sort by last modified time
    Searched refs:FecOverheadRate (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.h 80 uint32_t FecOverheadRate() const;
rtp_sender_video.cc 345 uint32_t RTPSenderVideo::FecOverheadRate() const {
rtp_sender.h 107 uint32_t FecOverheadRate() const;
rtp_sender.cc 229 uint32_t RTPSender::FecOverheadRate() const {
231 return video_->FecOverheadRate();
    [all...]
rtp_rtcp_impl.cc 882 *fec_rate = rtp_sender_.FecOverheadRate();

Completed in 93 milliseconds