Searched refs:GetSentRtpPacketInfos (Results 1 – 17 of 17) sorted by relevance
62 virtual std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
153 std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
837 std::vector<RtpSequenceNumberMap::Info> RtpVideoSender::GetSentRtpPacketInfos( in GetSentRtpPacketInfos() function in webrtc::RtpVideoSender842 return rtp_stream.rtp_rtcp->GetSentRtpPacketInfos(sequence_numbers); in GetSentRtpPacketInfos()
80 rtp_video_sender_->GetSentRtpPacketInfos(ssrc, seq_nums); in OnReceivedLossNotification()
98 GetSentRtpPacketInfos,
77 std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
264 DEPRECATED_RtpSenderEgress::GetSentRtpPacketInfos( in GetSentRtpPacketInfos() function in webrtc::DEPRECATED_RtpSenderEgress
85 std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
162 std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
313 virtual std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
389 ModuleRtpRtcpImpl2::GetSentRtpPacketInfos( in GetSentRtpPacketInfos() function in webrtc::ModuleRtpRtcpImpl2392 return rtp_sender_->packet_sender.GetSentRtpPacketInfos(sequence_numbers); in GetSentRtpPacketInfos()
427 ModuleRtpRtcpImpl::GetSentRtpPacketInfos( in GetSentRtpPacketInfos() function in webrtc::ModuleRtpRtcpImpl430 return rtp_sender_->packet_sender.GetSentRtpPacketInfos(sequence_numbers); in GetSentRtpPacketInfos()
591 sender_.impl_->GetSentRtpPacketInfos(std::vector<uint16_t>{1}); in TEST_F()614 sender_.impl_->GetSentRtpPacketInfos(std::vector<uint16_t>{2, 3, 4}); in TEST_F()
604 sender_.impl_->GetSentRtpPacketInfos(std::vector<uint16_t>{1}); in TEST_F()629 sender_.impl_->GetSentRtpPacketInfos(std::vector<uint16_t>{2, 3, 4}); in TEST_F()
343 std::vector<RtpSequenceNumberMap::Info> RtpSenderEgress::GetSentRtpPacketInfos( in GetSentRtpPacketInfos() function in webrtc::RtpSenderEgress
119 GetSentRtpPacketInfos,