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 466 int VoERTP_RTCPImpl::SetNACKStatus(int channel,
471 "SetNACKStatus(channel=%d, enable=%d, maxNoPackets=%d)",
479 "SetNACKStatus() failed to locate channel");
482 channelPtr->SetNACKStatus(enable, maxNoPackets);
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.cc 136 void RtpReceiverImpl::SetNACKStatus(const NACKMethod method) {
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.cc 387 int ViERTP_RTCPImpl::SetNACKStatus(const int video_channel, const bool enable) {
396 if (vie_channel->SetNACKStatus(enable) != 0) {
    [all...]
vie_channel.cc 559 int32_t ViEChannel::SetNACKStatus(const bool enable) {
581 vie_receiver_.SetNackStatus(true, max_nack_reordering_threshold_);
609 vie_receiver_.SetNackStatus(false, max_nack_reordering_threshold_);
622 SetNACKStatus(false);
    [all...]

Completed in 106 milliseconds