Home
last modified time | relevance | path

Searched refs:SetRecvRtpHeaderExtensions (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfilemediaengine.h195 virtual bool SetRecvRtpHeaderExtensions( in SetRecvRtpHeaderExtensions() function
282 virtual bool SetRecvRtpHeaderExtensions( in SetRecvRtpHeaderExtensions() function
Drtpdataengine.h101 virtual bool SetRecvRtpHeaderExtensions( in SetRecvRtpHeaderExtensions() function
Dmediachannel.h601 virtual bool SetRecvRtpHeaderExtensions(
Dfakemediaengine.h104 virtual bool SetRecvRtpHeaderExtensions( in SetRecvRtpHeaderExtensions() function
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2_unittest.cc719 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TestSetRecvRtpHeaderExtensions()
729 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TestSetRecvRtpHeaderExtensions()
739 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(empty_extensions)); in TestSetRecvRtpHeaderExtensions()
746 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TestSetRecvRtpHeaderExtensions()
921 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TEST_F()
953 EXPECT_FALSE(channel_->SetRecvRtpHeaderExtensions(extensions)) in TEST_F()
984 EXPECT_FALSE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TEST_F()
991 EXPECT_FALSE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TEST_F()
Dwebrtcvideoengine2.h256 virtual bool SetRecvRtpHeaderExtensions(
Dwebrtcvoiceengine.h341 virtual bool SetRecvRtpHeaderExtensions(
Dwebrtcvideoengine.h276 virtual bool SetRecvRtpHeaderExtensions(
Dwebrtcvideoengine_unittest.cc191 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TestSetRecvRtpHeaderExtensions()
194 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TestSetRecvRtpHeaderExtensions()
209 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(empty_extensions)); in TestSetRecvRtpHeaderExtensions()
Dwebrtcvoiceengine_unittest.cc308 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TestSetRecvRtpHeaderExtensions()
313 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TestSetRecvRtpHeaderExtensions()
319 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TestSetRecvRtpHeaderExtensions()
334 EXPECT_TRUE(channel_->SetRecvRtpHeaderExtensions(extensions)); in TestSetRecvRtpHeaderExtensions()
Dwebrtcvideoengine2.cc1187 bool WebRtcVideoChannel2::SetRecvRtpHeaderExtensions( in SetRecvRtpHeaderExtensions() function in cricket::WebRtcVideoChannel2
Dwebrtcvoiceengine.cc2304 bool WebRtcVoiceMediaChannel::SetRecvRtpHeaderExtensions( in SetSendCodecs() function in cricket::WebRtcVoiceMediaChannel
Dwebrtcvideoengine.cc2827 bool WebRtcVideoMediaChannel::SetRecvRtpHeaderExtensions( in SetRecvRtpHeaderExtensions() function in cricket::WebRtcVideoMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
Dsctpdataengine.h177 virtual bool SetRecvRtpHeaderExtensions( in SetRecvRtpHeaderExtensions() function
/external/chromium_org/third_party/libjingle/source/talk/media/other/
Dlinphonemediaengine.h149 virtual bool SetRecvRtpHeaderExtensions( in SetRecvRtpHeaderExtensions() function
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc891 if (!media_channel->SetRecvRtpHeaderExtensions( in SetRecvRtpHeaderExtensions_w()