Home
last modified time | relevance | path

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

/external/webrtc/modules/include/
Dmodule_common_types.h90 virtual void SendLossNotification(uint16_t last_decoded_seq_num,
/external/webrtc/video/
Drtp_video_stream_receiver2.h133 void SendLossNotification(uint16_t last_decoded_seq_num,
213 void SendLossNotification(uint16_t last_decoded_seq_num,
Drtp_video_stream_receiver.h158 void SendLossNotification(uint16_t last_decoded_seq_num,
238 void SendLossNotification(uint16_t last_decoded_seq_num,
Drtp_video_stream_receiver2.cc156 void RtpVideoStreamReceiver2::RtcpFeedbackBuffer::SendLossNotification( in SendLossNotification() function in webrtc::RtpVideoStreamReceiver2::RtcpFeedbackBuffer
189 loss_notification_sender_->SendLossNotification( in SendBufferedRtcpFeedback()
688 void RtpVideoStreamReceiver2::SendLossNotification( in SendLossNotification() function in webrtc::RtpVideoStreamReceiver2
694 rtp_rtcp_->SendLossNotification(last_decoded_seq_num, last_received_seq_num, in SendLossNotification()
Drtp_video_stream_receiver.cc143 void RtpVideoStreamReceiver::RtcpFeedbackBuffer::SendLossNotification( in SendLossNotification() function in webrtc::RtpVideoStreamReceiver::RtcpFeedbackBuffer
186 loss_notification_sender_->SendLossNotification( in SendRtcpFeedback()
720 void RtpVideoStreamReceiver::SendLossNotification( in SendLossNotification() function in webrtc::RtpVideoStreamReceiver
726 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.h184 SendLossNotification,
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.h244 int32_t SendLossNotification(uint16_t last_decoded_seq_num,
Drtp_rtcp_interface.h427 virtual int32_t SendLossNotification(uint16_t last_decoded_seq_num,
Drtp_rtcp_impl2.cc619 int32_t ModuleRtpRtcpImpl2::SendLossNotification(uint16_t last_decoded_seq_num, in SendLossNotification() function in webrtc::ModuleRtpRtcpImpl2
623 return rtcp_sender_.SendLossNotification( in SendLossNotification()
Drtp_rtcp_impl.h258 int32_t SendLossNotification(uint16_t last_decoded_seq_num,
Drtp_rtcp_impl.cc715 int32_t ModuleRtpRtcpImpl::SendLossNotification(uint16_t last_decoded_seq_num, in SendLossNotification() function in webrtc::ModuleRtpRtcpImpl
719 return rtcp_sender_.SendLossNotification( in SendLossNotification()
Drtcp_sender.h120 int32_t SendLossNotification(const FeedbackState& feedback_state,
Drtcp_sender_unittest.cc356 EXPECT_EQ(rtcp_sender_->SendLossNotification(feedback_state(), kLastDecoded, in TEST_F()
372 EXPECT_EQ(rtcp_sender_->SendLossNotification(feedback_state(), kLastDecoded, in TEST_F()
Drtcp_sender.cc241 int32_t RTCPSender::SendLossNotification(const FeedbackState& feedback_state, in SendLossNotification() function in webrtc::RTCPSender