/external/webrtc/modules/include/ |
D | module_common_types.h | 90 virtual void SendLossNotification(uint16_t last_decoded_seq_num,
|
/external/webrtc/video/ |
D | rtp_video_stream_receiver2.h | 133 void SendLossNotification(uint16_t last_decoded_seq_num, 213 void SendLossNotification(uint16_t last_decoded_seq_num,
|
D | rtp_video_stream_receiver.h | 158 void SendLossNotification(uint16_t last_decoded_seq_num, 238 void SendLossNotification(uint16_t last_decoded_seq_num,
|
D | rtp_video_stream_receiver2.cc | 156 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()
|
D | rtp_video_stream_receiver.cc | 143 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/ |
D | loss_notification_controller.cc | 166 loss_notification_sender_->SendLossNotification( in HandleLoss()
|
D | loss_notification_controller_unittest.cc | 102 void SendLossNotification(uint16_t last_decoded_seq_num, in SendLossNotification() function in webrtc::LossNotificationControllerBaseTest
|
/external/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 184 SendLossNotification,
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl2.h | 244 int32_t SendLossNotification(uint16_t last_decoded_seq_num,
|
D | rtp_rtcp_interface.h | 427 virtual int32_t SendLossNotification(uint16_t last_decoded_seq_num,
|
D | rtp_rtcp_impl2.cc | 619 int32_t ModuleRtpRtcpImpl2::SendLossNotification(uint16_t last_decoded_seq_num, in SendLossNotification() function in webrtc::ModuleRtpRtcpImpl2 623 return rtcp_sender_.SendLossNotification( in SendLossNotification()
|
D | rtp_rtcp_impl.h | 258 int32_t SendLossNotification(uint16_t last_decoded_seq_num,
|
D | rtp_rtcp_impl.cc | 715 int32_t ModuleRtpRtcpImpl::SendLossNotification(uint16_t last_decoded_seq_num, in SendLossNotification() function in webrtc::ModuleRtpRtcpImpl 719 return rtcp_sender_.SendLossNotification( in SendLossNotification()
|
D | rtcp_sender.h | 120 int32_t SendLossNotification(const FeedbackState& feedback_state,
|
D | rtcp_sender_unittest.cc | 356 EXPECT_EQ(rtcp_sender_->SendLossNotification(feedback_state(), kLastDecoded, in TEST_F() 372 EXPECT_EQ(rtcp_sender_->SendLossNotification(feedback_state(), kLastDecoded, in TEST_F()
|
D | rtcp_sender.cc | 241 int32_t RTCPSender::SendLossNotification(const FeedbackState& feedback_state, in SendLossNotification() function in webrtc::RTCPSender
|