Searched refs:SetRecvRtpHeaderExtensions (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dhybridvideoengine.cc96 bool HybridVideoMediaChannel::SetRecvRtpHeaderExtensions( function in class:cricket::HybridVideoMediaChannel
100 ret = channel1_->SetRecvRtpHeaderExtensions(extensions);
103 ret = channel2_->SetRecvRtpHeaderExtensions(extensions);
H A Drtpdataengine.h100 virtual bool SetRecvRtpHeaderExtensions( function in class:cricket::RtpDataMediaChannel
H A Dfilemediaengine.h196 virtual bool SetRecvRtpHeaderExtensions( function in class:cricket::FileVoiceChannel
282 virtual bool SetRecvRtpHeaderExtensions( function in class:cricket::FileVideoChannel
H A Dhybridvideoengine.h70 virtual bool SetRecvRtpHeaderExtensions(
H A Dfakemediaengine.h104 virtual bool SetRecvRtpHeaderExtensions( function in class:cricket::RtpHelper
H A Dmediachannel.h538 virtual bool SetRecvRtpHeaderExtensions(
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.h168 virtual bool SetRecvRtpHeaderExtensions( function in class:cricket::SctpDataMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h150 virtual bool SetRecvRtpHeaderExtensions( function in class:cricket::LinphoneVoiceChannel
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.h275 virtual bool SetRecvRtpHeaderExtensions(
H A Dwebrtcvoiceengine.h329 virtual bool SetRecvRtpHeaderExtensions(
H A Dwebrtcvideoengine_unittest.cc724 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions));
734 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(empty_extensions));
767 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions));
777 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(empty_extensions));
H A Dwebrtcvoiceengine_unittest.cc1483 TEST_F(WebRtcVoiceEngineTestFake, SetRecvRtpHeaderExtensions) {
1491 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions));
1499 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions));
H A Dwebrtcvoiceengine.cc2085 bool WebRtcVoiceMediaChannel::SetRecvRtpHeaderExtensions( function in class:cricket::WebRtcVoiceMediaChannel
H A Dwebrtcvideoengine.cc2568 bool WebRtcVideoMediaChannel::SetRecvRtpHeaderExtensions( function in class:cricket::WebRtcVideoMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc1349 ret &= media_channel()->SetRecvRtpHeaderExtensions(

Completed in 127 milliseconds