Searched refs:SetFECStatus (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_codec_impl.h | 43 int SetFECStatus(int channel, bool enable) override;
|
D | voe_codec_impl.cc | 232 int VoECodecImpl::SetFECStatus(int channel, bool enable) { in SetFECStatus() function in webrtc::VoECodecImpl
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_codec.h | 100 virtual int SetFECStatus(int channel, bool enable) { return -1; } in SetFECStatus() function
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 133 MOCK_METHOD2(SetFECStatus, int(int channel, bool enable));
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine.cc | 1475 engine()->voe()->codec()->SetFECStatus(channel, false); in SetSendCodecs() 1564 if (engine()->voe()->codec()->SetFECStatus(channel, true) == -1) { in SetSendCodecs() 1566 LOG_RTCERR2(SetFECStatus, channel, true); in SetSendCodecs()
|
D | fakewebrtcvoiceengine.h | 488 WEBRTC_FUNC(SetFECStatus, (int channel, bool enable)) {
|