Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dnack_requester_unittest.cc36 void SendNack(const std::vector<uint16_t>& sequence_numbers, in SendNack() function in webrtc::TestNackRequester
374 void SendNack(const std::vector<uint16_t>& sequence_numbers, in SendNack() function in webrtc::TestNackRequesterWithFieldTrial
/aosp_15_r20/external/webrtc/video/
H A Drtp_video_stream_receiver2.cc170 void RtpVideoStreamReceiver2::RtcpFeedbackBuffer::SendNack( in SendNack() function in webrtc::RtpVideoStreamReceiver2::RtcpFeedbackBuffer
754 void RtpVideoStreamReceiver2::SendNack( in SendNack() function in webrtc::RtpVideoStreamReceiver2
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DRtcpEncoderNode.cpp247 bool RtcpEncoderNode::SendNack(NackParams* param) in SendNack() function in RtcpEncoderNode
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_transceiver.cc121 void RtcpTransceiver::SendNack(uint32_t ssrc, in SendNack() function in webrtc::RtcpTransceiver
H A Drtp_rtcp_impl.cc633 void ModuleRtpRtcpImpl::SendNack( in SendNack() function in webrtc::ModuleRtpRtcpImpl
H A Drtp_rtcp_impl2.cc617 void ModuleRtpRtcpImpl2::SendNack( in SendNack() function in webrtc::ModuleRtpRtcpImpl2
H A Drtcp_transceiver_impl.cc236 void RtcpTransceiverImpl::SendNack(uint32_t ssrc, in SendNack() function in webrtc::RtcpTransceiverImpl
H A Drtcp_sender_unittest.cc364 TEST_F(RtcpSenderTest, SendNack) { in TEST_F() argument