Home
last modified time | relevance | path

Searched refs:SetPadWithRedundantPayloads (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_rtp_rtcp_impl.h44 virtual int SetPadWithRedundantPayloads(int video_channel, bool enable);
Dvie_rtp_rtcp_impl.cc210 int ViERTP_RTCPImpl::SetPadWithRedundantPayloads(int video_channel, in SetPadWithRedundantPayloads() function in webrtc::ViERTP_RTCPImpl
221 vie_channel->SetPadWithRedundantPayloads(enable); in SetPadWithRedundantPayloads()
Dvie_channel.h150 void SetPadWithRedundantPayloads(bool enable);
Dvie_channel.cc870 void ViEChannel::SetPadWithRedundantPayloads(bool enable) { in SetPadWithRedundantPayloads() function in webrtc::ViEChannel
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_rtp_rtcp.h143 virtual int SetPadWithRedundantPayloads(int video_channel, bool enable) { in SetPadWithRedundantPayloads() function
/external/chromium_org/third_party/webrtc/video/
Dvideo_send_stream.cc442 rtp_rtcp_->SetPadWithRedundantPayloads(channel_, true); in ConfigureSsrcs()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h1020 WEBRTC_STUB(SetPadWithRedundantPayloads, (int, bool));
Dwebrtcvideoengine.cc3069 engine()->vie()->rtp()->SetPadWithRedundantPayloads( in SetOptions()