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 410 int VoERTP_RTCPImpl::SetREDStatus(int channel, bool enable, int redPayloadtype)
413 "SetREDStatus(channel=%d, enable=%d, redPayloadtype=%d)",
426 "SetREDStatus() failed to locate channel");
429 return channelPtr->SetREDStatus(enable, redPayloadtype);
432 "SetREDStatus() RED is not supported");
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_rtp_rtcp.h 206 // TODO(minyue): Make SetREDStatus() pure virtual when fakewebrtcvoiceengine
208 virtual int SetREDStatus(
219 // SetREDStatus() in fakewebrtcvoiceengine.
222 return SetREDStatus(channel, enable, redPayloadtype);
230 return SetREDStatus(channel, enabled, redPayloadtype);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc     [all...]

Completed in 102 milliseconds