Home
last modified time | relevance | path

Searched refs:GetSentRtpPacketInfos (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/call/
Drtp_video_sender_interface.h62 virtual std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
Drtp_video_sender.h153 std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
Drtp_video_sender.cc837 std::vector<RtpSequenceNumberMap::Info> RtpVideoSender::GetSentRtpPacketInfos( in GetSentRtpPacketInfos() function in webrtc::RtpVideoSender
842 return rtp_stream.rtp_rtcp->GetSentRtpPacketInfos(sequence_numbers); in GetSentRtpPacketInfos()
/external/webrtc/video/
Dencoder_rtcp_feedback.cc80 rtp_video_sender_->GetSentRtpPacketInfos(ssrc, seq_nums); in OnReceivedLossNotification()
Dvideo_send_stream_impl_unittest.cc98 GetSentRtpPacketInfos,
/external/webrtc/modules/rtp_rtcp/source/deprecated/
Ddeprecated_rtp_sender_egress.h77 std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
Ddeprecated_rtp_sender_egress.cc264 DEPRECATED_RtpSenderEgress::GetSentRtpPacketInfos( in GetSentRtpPacketInfos() function in webrtc::DEPRECATED_RtpSenderEgress
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_egress.h85 std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
Drtp_rtcp_impl2.h162 std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
Drtp_rtcp_interface.h313 virtual std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
Drtp_rtcp_impl2.cc389 ModuleRtpRtcpImpl2::GetSentRtpPacketInfos( in GetSentRtpPacketInfos() function in webrtc::ModuleRtpRtcpImpl2
392 return rtp_sender_->packet_sender.GetSentRtpPacketInfos(sequence_numbers); in GetSentRtpPacketInfos()
Drtp_rtcp_impl.h153 std::vector<RtpSequenceNumberMap::Info> GetSentRtpPacketInfos(
Drtp_rtcp_impl.cc427 ModuleRtpRtcpImpl::GetSentRtpPacketInfos( in GetSentRtpPacketInfos() function in webrtc::ModuleRtpRtcpImpl
430 return rtp_sender_->packet_sender.GetSentRtpPacketInfos(sequence_numbers); in GetSentRtpPacketInfos()
Drtp_rtcp_impl_unittest.cc591 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()
Drtp_rtcp_impl2_unittest.cc604 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()
Drtp_sender_egress.cc343 std::vector<RtpSequenceNumberMap::Info> RtpSenderEgress::GetSentRtpPacketInfos( in GetSentRtpPacketInfos() function in webrtc::RtpSenderEgress
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h119 GetSentRtpPacketInfos,