Home
last modified time | relevance | path

Searched refs:SendLossNotification (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/modules/include/
Dmodule_common_types.h58 virtual void SendLossNotification(uint16_t last_decoded_seq_num,
/external/webrtc/video/
Drtp_video_stream_receiver2.h151 void SendLossNotification(uint16_t last_decoded_seq_num,
245 void SendLossNotification(uint16_t last_decoded_seq_num,
Drtp_video_stream_receiver2.cc185 void RtpVideoStreamReceiver2::RtcpFeedbackBuffer::SendLossNotification( in SendLossNotification() function in webrtc::RtpVideoStreamReceiver2::RtcpFeedbackBuffer
218 loss_notification_sender_->SendLossNotification( in SendBufferedRtcpFeedback()
760 void RtpVideoStreamReceiver2::SendLossNotification( in SendLossNotification() function in webrtc::RtpVideoStreamReceiver2
766 rtp_rtcp_->SendLossNotification(last_decoded_seq_num, last_received_seq_num, in SendLossNotification()
/external/webrtc/modules/video_coding/
Dloss_notification_controller.cc166 loss_notification_sender_->SendLossNotification( in HandleLoss()
Dloss_notification_controller_unittest.cc102 void SendLossNotification(uint16_t last_decoded_seq_num, in SendLossNotification() function in webrtc::LossNotificationControllerBaseTest
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h177 SendLossNotification,
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.h243 int32_t SendLossNotification(uint16_t last_decoded_seq_num,
Drtp_rtcp_interface.h455 virtual int32_t SendLossNotification(uint16_t last_decoded_seq_num,
Drtp_rtcp_impl.cc675 int32_t ModuleRtpRtcpImpl::SendLossNotification(uint16_t last_decoded_seq_num, in SendLossNotification() function in webrtc::ModuleRtpRtcpImpl
679 return rtcp_sender_.SendLossNotification( in SendLossNotification()
Drtp_rtcp_impl.h233 int32_t SendLossNotification(uint16_t last_decoded_seq_num,
Drtp_rtcp_impl2.cc659 int32_t ModuleRtpRtcpImpl2::SendLossNotification(uint16_t last_decoded_seq_num, in SendLossNotification() function in webrtc::ModuleRtpRtcpImpl2
663 return rtcp_sender_.SendLossNotification( in SendLossNotification()
Drtcp_sender.h153 int32_t SendLossNotification(const FeedbackState& feedback_state,
Drtcp_sender_unittest.cc383 EXPECT_EQ(rtcp_sender->SendLossNotification(feedback_state(), kLastDecoded, in TEST_F()
400 EXPECT_EQ(rtcp_sender->SendLossNotification(feedback_state(), kLastDecoded, in TEST_F()
Drtcp_sender.cc240 int32_t RTCPSender::SendLossNotification(const FeedbackState& feedback_state, in SendLossNotification() function in webrtc::RTCPSender