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

  /external/chromium_org/third_party/webrtc/video_engine/
vie_receiver.h 49 void SetNackStatus(bool enable, int max_nack_reordering_threshold);
vie_receiver.cc 87 void ViEReceiver::SetNackStatus(bool enable,
96 rtp_receiver_->SetNACKStatus(enable ? kNackRtcp : kNackOff);
vie_channel.cc 528 int32_t ViEChannel::SetNACKStatus(const bool enable) {
550 vie_receiver_.SetNackStatus(true, max_nack_reordering_threshold_);
578 vie_receiver_.SetNackStatus(false, max_nack_reordering_threshold_);
591 SetNACKStatus(false);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 90 int32_t SetNackStatus(const bool enable);

Completed in 1330 milliseconds