Home
last modified time | relevance | path

Searched defs:SendNack (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/modules/video_coding/
Dnack_module_unittest.cc37 void SendNack(const std::vector<uint16_t>& sequence_numbers, in SendNack() function in webrtc::TestNackModule
345 void SendNack(const std::vector<uint16_t>& sequence_numbers, in SendNack() function in webrtc::TestNackModuleWithFieldTrial
Dnack_module2_unittest.cc40 void SendNack(const std::vector<uint16_t>& sequence_numbers, in SendNack() function in webrtc::TestNackModule2
385 void SendNack(const std::vector<uint16_t>& sequence_numbers, in SendNack() function in webrtc::TestNackModule2WithFieldTrial
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_transceiver.cc122 void RtcpTransceiver::SendNack(uint32_t ssrc, in SendNack() function in webrtc::RtcpTransceiver
Drtcp_transceiver_impl.cc191 void RtcpTransceiverImpl::SendNack(uint32_t ssrc, in SendNack() function in webrtc::RtcpTransceiverImpl
Drtp_rtcp_impl2.cc577 void ModuleRtpRtcpImpl2::SendNack( in SendNack() function in webrtc::ModuleRtpRtcpImpl2
Drtp_rtcp_impl.cc673 void ModuleRtpRtcpImpl::SendNack( in SendNack() function in webrtc::ModuleRtpRtcpImpl
Drtcp_sender_unittest.cc339 TEST_F(RtcpSenderTest, SendNack) { in TEST_F() argument
/external/webrtc/video/
Dvideo_receive_stream.cc545 void VideoReceiveStream::SendNack(const std::vector<uint16_t>& sequence_numbers, in SendNack() function in webrtc::internal::VideoReceiveStream
Dvideo_receive_stream2.cc518 void VideoReceiveStream2::SendNack( in SendNack() function in webrtc::internal::VideoReceiveStream2
Drtp_video_stream_receiver2.cc141 void RtpVideoStreamReceiver2::RtcpFeedbackBuffer::SendNack( in SendNack() function in webrtc::RtpVideoStreamReceiver2::RtcpFeedbackBuffer
Drtp_video_stream_receiver.cc128 void RtpVideoStreamReceiver::RtcpFeedbackBuffer::SendNack( in SendNack() function in webrtc::RtpVideoStreamReceiver::RtcpFeedbackBuffer
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp111 size_t GDBRemoteCommunication::SendNack() { in SendNack() function in GDBRemoteCommunication