/external/webrtc/modules/include/ |
D | module_common_types.h | 58 virtual void SendLossNotification(uint16_t last_decoded_seq_num,
|
/external/webrtc/video/ |
D | rtp_video_stream_receiver2.h | 151 void SendLossNotification(uint16_t last_decoded_seq_num, 245 void SendLossNotification(uint16_t last_decoded_seq_num,
|
D | rtp_video_stream_receiver2.cc | 185 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/ |
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 | 177 SendLossNotification,
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl2.h | 243 int32_t SendLossNotification(uint16_t last_decoded_seq_num,
|
D | rtp_rtcp_interface.h | 455 virtual int32_t SendLossNotification(uint16_t last_decoded_seq_num,
|
D | rtp_rtcp_impl.cc | 675 int32_t ModuleRtpRtcpImpl::SendLossNotification(uint16_t last_decoded_seq_num, in SendLossNotification() function in webrtc::ModuleRtpRtcpImpl 679 return rtcp_sender_.SendLossNotification( in SendLossNotification()
|
D | rtp_rtcp_impl.h | 233 int32_t SendLossNotification(uint16_t last_decoded_seq_num,
|
D | rtp_rtcp_impl2.cc | 659 int32_t ModuleRtpRtcpImpl2::SendLossNotification(uint16_t last_decoded_seq_num, in SendLossNotification() function in webrtc::ModuleRtpRtcpImpl2 663 return rtcp_sender_.SendLossNotification( in SendLossNotification()
|
D | rtcp_sender.h | 153 int32_t SendLossNotification(const FeedbackState& feedback_state,
|
D | rtcp_sender_unittest.cc | 383 EXPECT_EQ(rtcp_sender->SendLossNotification(feedback_state(), kLastDecoded, in TEST_F() 400 EXPECT_EQ(rtcp_sender->SendLossNotification(feedback_state(), kLastDecoded, in TEST_F()
|
D | rtcp_sender.cc | 240 int32_t RTCPSender::SendLossNotification(const FeedbackState& feedback_state, in SendLossNotification() function in webrtc::RTCPSender
|