HomeSort by relevance Sort by last modified time
    Searched refs:SetNACKStatus (Results 1 - 17 of 17) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_receiver.h 83 virtual void SetNACKStatus(const NACKMethod method) = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.h 53 void SetNACKStatus(const NACKMethod method) override;
nack_rtx_unittest.cc 194 rtp_receiver_->SetNACKStatus(kNackRtcp);
rtp_receiver_impl.cc 133 void RtpReceiverImpl::SetNACKStatus(const NACKMethod method) {
  /external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.h 80 int SetNACKStatus(int channel, bool enable, int maxNoPackets) override;
voe_rtp_rtcp_impl.cc 412 int VoERTP_RTCPImpl::SetNACKStatus(int channel, bool enable, int maxNoPackets) {
414 "SetNACKStatus(channel=%d, enable=%d, maxNoPackets=%d)", channel,
421 "SetNACKStatus() failed to locate channel");
424 channelPtr->SetNACKStatus(enable, maxNoPackets);
channel.h 358 void SetNACKStatus(bool enable, int maxNumberOfPackets);
channel.cc     [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h 208 virtual int SetNACKStatus(int channel, bool enable, int maxNoPackets) = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc 156 rtp_receiver_->SetNACKStatus(kNackRtcp);
test_api_video.cc 58 rtp_receiver_->SetNACKStatus(kNackRtcp);
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 205 MOCK_METHOD2(SetNACKStatus,
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc 230 handler->rtp_module_->SetNACKStatus(kNackOff);
  /external/webrtc/webrtc/test/
mock_voice_engine.h 299 MOCK_METHOD3(SetNACKStatus, int(int channel, bool enable, int maxNoPackets));
  /external/webrtc/webrtc/video/
vie_receiver.cc 104 void ViEReceiver::SetNackStatus(bool enable,
113 rtp_receiver_->SetNACKStatus(enable ? kNackRtcp : kNackOff);
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc     [all...]
fakewebrtcvoiceengine.h 644 WEBRTC_FUNC(SetNACKStatus, (int channel, bool enable, int maxNoPackets)) {

Completed in 142 milliseconds