Home
last modified time | relevance | path

Searched defs:SetNACKStatus (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_impl.cc133 void RtpReceiverImpl::SetNACKStatus(const NACKMethod method) { in SetNACKStatus() function in webrtc::RtpReceiverImpl
/external/webrtc/webrtc/voice_engine/
Dvoe_rtp_rtcp_impl.cc412 int VoERTP_RTCPImpl::SetNACKStatus(int channel, bool enable, int maxNoPackets) { in SetNACKStatus() function in webrtc::VoERTP_RTCPImpl
Dchannel.cc3327 void Channel::SetNACKStatus(bool enable, int maxNumberOfPackets) { in SetNACKStatus() function in webrtc::voe::Channel