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

  /external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 363 int VoERTP_RTCPImpl::SetREDStatus(int channel,
367 "SetREDStatus(channel=%d, enable=%d, redPayloadtype=%d)",
378 "SetREDStatus() failed to locate channel");
381 return channelPtr->SetREDStatus(enable, redPayloadtype);
384 "SetREDStatus() RED is not supported");
channel.cc     [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h 191 // TODO(minyue): Make SetREDStatus() pure virtual when fakewebrtcvoiceengine
193 virtual int SetREDStatus(int channel, bool enable, int redPayloadtype = -1) {
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 453 int AudioCodingModuleImpl::SetREDStatus(bool enable_red) {

Completed in 85 milliseconds