Searched defs:SelectiveRetransmissions (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc349 int RTPSenderVideo::SelectiveRetransmissions() const { function in class:webrtc::RTPSenderVideo
H A Drtp_rtcp_impl.cc683 int ModuleRtpRtcpImpl::SelectiveRetransmissions() const { function in class:webrtc::ModuleRtpRtcpImpl
684 return rtp_sender_.SelectiveRetransmissions();
H A Drtp_sender.cc770 int RTPSender::SelectiveRetransmissions() const { function in class:webrtc::RTPSender
773 return video_->SelectiveRetransmissions();

Completed in 175 milliseconds