HomeSort by relevance Sort by last modified time
    Searched refs:GetREDStatus (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.h 79 virtual int GetREDStatus(int channel, bool& enabled, int& redPayloadtype);
voe_rtp_rtcp_impl.cc 437 int VoERTP_RTCPImpl::GetREDStatus(int channel,
442 "GetREDStatus(channel=%d, enabled=?, redPayloadtype=?)",
455 "GetREDStatus() failed to locate channel");
458 return channelPtr->GetREDStatus(enabled, redPayloadtype);
461 "GetREDStatus() RED is not supported");
channel.h 345 int GetREDStatus(bool& enabled, int& redPayloadtype);
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_rtp_rtcp.h 212 // TODO(minyue): Make GetREDStatus() pure virtual when fakewebrtcvoiceengine
214 virtual int GetREDStatus(
227 // GetREDStatus() in fakewebrtcvoiceengine.
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h     [all...]

Completed in 105 milliseconds