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

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_codec.h 107 // TODO(minyue): Make SetFECStatus() pure virtual when fakewebrtcvoiceengine
109 virtual int SetFECStatus(int channel, bool enable) { return -1; }
voe_rtp_rtcp.h 216 // TODO(minyue): Remove SetFECStatus() when SetFECStatus() is replaced by
218 virtual int SetFECStatus(
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_codec_impl.h 43 virtual int SetFECStatus(int channel, bool enable);
voe_codec_impl.cc 298 int VoECodecImpl::SetFECStatus(int channel, bool enable) {
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.h 66 virtual int SetFECStatus(const int video_channel, const bool enable,
vie_channel.h 113 int32_t SetFECStatus(const bool enable,
vie_rtp_rtcp_impl.cc 402 int ViERTP_RTCPImpl::SetFECStatus(const int video_channel, const bool enable,
415 if (vie_channel->SetFECStatus(enable, payload_typeRED,
    [all...]
vie_channel.cc 535 SetFECStatus(false, 0, 0);
586 int32_t ViEChannel::SetFECStatus(const bool enable,
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_rtp_rtcp.h 197 virtual int SetFECStatus(const int video_channel,
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_loopback.cc 473 error = ptrViERtpRtcp->SetFECStatus(videoChannel,
vie_autotest_rtp_rtcp.cc 402 EXPECT_EQ(0, ViE.rtp_rtcp->SetFECStatus(
420 EXPECT_EQ(0, ViE.rtp_rtcp->SetFECStatus(
    [all...]
vie_autotest_custom_call.cc     [all...]
  /external/chromium_org/third_party/webrtc/video/
video_send_stream.cc 166 rtp_rtcp_->SetFECStatus(
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 540 WEBRTC_FUNC(SetFECStatus, (int channel, bool enable)) {
866 WEBRTC_FUNC(SetFECStatus, (int channel, bool enable, int redPayloadtype)) {
    [all...]
webrtcvoiceengine.cc     [all...]
fakewebrtcvideoengine.h     [all...]

Completed in 572 milliseconds