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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 486 int VoERTP_RTCPImpl::SetNACKStatus(int channel,
491 "SetNACKStatus(channel=%d, enable=%d, maxNoPackets=%d)",
499 "SetNACKStatus() failed to locate channel");
502 channelPtr->SetNACKStatus(enable, maxNoPackets);
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.cc 147 void RtpReceiverImpl::SetNACKStatus(const NACKMethod method) {
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.cc 378 int ViERTP_RTCPImpl::SetNACKStatus(const int video_channel, const bool enable) {
387 if (vie_channel->SetNACKStatus(enable) != 0) {
    [all...]
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...]

Completed in 738 milliseconds