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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 430 int VoERTP_RTCPImpl::SetREDStatus(int channel, bool enable, int redPayloadtype)
433 "SetREDStatus(channel=%d, enable=%d, redPayloadtype=%d)",
446 "SetREDStatus() failed to locate channel");
449 return channelPtr->SetREDStatus(enable, redPayloadtype);
452 "SetREDStatus() RED is not supported");
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_rtp_rtcp.h 204 // TODO(minyue): Make SetREDStatus() pure virtual when fakewebrtcvoiceengine
206 virtual int SetREDStatus(
217 // SetREDStatus() in fakewebrtcvoiceengine.
220 return SetREDStatus(channel, enable, redPayloadtype);
228 return SetREDStatus(channel, enabled, redPayloadtype);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc     [all...]

Completed in 499 milliseconds