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

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_codec.h 114 // TODO(minyue): Make GetFECStatus() pure virtual when fakewebrtcvoiceengine
116 virtual int GetFECStatus(int channel, bool& enabled) { return -1; }
voe_rtp_rtcp.h 224 // TODO(minyue): Remove GetFECStatus() when GetFECStatus() is replaced by
226 virtual int GetFECStatus(
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_codec_impl.h 45 virtual int GetFECStatus(int channel, bool& enabled);
voe_codec_impl.cc 315 int VoECodecImpl::GetFECStatus(int channel, bool& enabled) {
326 "GetFECStatus() failed to locate channel");
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 545 WEBRTC_FUNC(GetFECStatus, (int channel, bool& enable)) {
    [all...]

Completed in 87 milliseconds