Searched refs:GetFECStatus (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | voe_codec_impl.h | 45 virtual int GetFECStatus(int channel, bool& enabled);
|
D | voe_codec_impl.cc | 315 int VoECodecImpl::GetFECStatus(int channel, bool& enabled) { in GetFECStatus() function in webrtc::VoECodecImpl
|
/external/chromium_org/third_party/webrtc/voice_engine/include/ |
D | voe_codec.h | 116 virtual int GetFECStatus(int channel, bool& enabled) { return -1; } in GetFECStatus() function
|
D | voe_rtp_rtcp.h | 228 virtual int GetFECStatus( in GetFECStatus() function
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 648 WEBRTC_FUNC(GetFECStatus, (int channel, bool& enable)) { 998 return GetFECStatus(channel, enable, redPayloadtype); 1003 WEBRTC_FUNC(GetFECStatus, (int channel, bool& enable, int& redPayloadtype)) {
|