Home
last modified time | relevance | path

Searched refs:SetExtmapAllowMixed (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/pc/
Dsession_description_unittest.cc22 TEST(MediaContentDescriptionTest, SetExtmapAllowMixed) { in TEST() argument
58 TEST(SessionDescriptionTest, SetExtmapAllowMixed) { in TEST() argument
Dchannel.cc864 media_channel()->SetExtmapAllowMixed(content->extmap_allow_mixed()); in SetLocalContent_w()
980 media_channel()->SetExtmapAllowMixed(content->extmap_allow_mixed()); in SetLocalContent_w()
/external/webrtc/modules/rtp_rtcp/include/
Drtp_header_extension_map.h62 void SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender.h72 void SetExtmapAllowMixed(bool extmap_allow_mixed)
Drtp_sender.cc209 void RTPSender::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in webrtc::RTPSender
211 rtp_header_extension_map_.SetExtmapAllowMixed(extmap_allow_mixed); in SetExtmapAllowMixed()
Drtp_rtcp_impl2.h82 void SetExtmapAllowMixed(bool extmap_allow_mixed) override;
Drtp_rtcp_interface.h217 virtual void SetExtmapAllowMixed(bool extmap_allow_mixed) = 0;
Drtp_rtcp_impl.cc578 void ModuleRtpRtcpImpl::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in webrtc::ModuleRtpRtcpImpl
579 rtp_sender_->packet_generator.SetExtmapAllowMixed(extmap_allow_mixed); in SetExtmapAllowMixed()
Drtp_rtcp_impl.h75 void SetExtmapAllowMixed(bool extmap_allow_mixed) override;
Drtp_rtcp_impl2.cc562 void ModuleRtpRtcpImpl2::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in webrtc::ModuleRtpRtcpImpl2
563 rtp_sender_->packet_generator.SetExtmapAllowMixed(extmap_allow_mixed); in SetExtmapAllowMixed()
Drtp_sender_video_unittest.cc582 rtp_module_->SetExtmapAllowMixed(false); in TEST_F()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h48 MOCK_METHOD(void, SetExtmapAllowMixed, (bool extmap_allow_mixed), (override));
/external/webrtc/media/base/
Dmedia_channel.cc96 void MediaChannel::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in cricket::MediaChannel
Dfake_media_engine.h264 Base::SetExtmapAllowMixed(extmap_allow_mixed); in SetSendExtmapAllowMixed()
Dmedia_channel.h275 void SetExtmapAllowMixed(bool extmap_allow_mixed);
/external/webrtc/media/engine/
Dwebrtc_voice_engine.cc802 void SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in cricket::WebRtcVoiceMediaChannel::WebRtcAudioSendStream
1310 SetExtmapAllowMixed(params.extmap_allow_mixed); in SetSendParameters()
1312 it.second->SetExtmapAllowMixed(params.extmap_allow_mixed); in SetSendParameters()
Dwebrtc_video_engine.cc949 SetExtmapAllowMixed(*changed_params.extmap_allow_mixed); in ApplyChangedParams()
Dwebrtc_voice_engine_unittest.cc392 channel_->SetExtmapAllowMixed(extmap_allow_mixed); in TestExtmapAllowMixedCallee()
Dwebrtc_video_engine_unittest.cc2524 channel_->SetExtmapAllowMixed(extmap_allow_mixed); in TestExtmapAllowMixedCallee()
/external/webrtc/audio/
Daudio_send_stream.cc265 rtp_rtcp_module_->SetExtmapAllowMixed(new_config.rtp.extmap_allow_mixed); in ConfigureStream()
Daudio_send_stream_unittest.cc228 EXPECT_CALL(rtp_rtcp_, SetExtmapAllowMixed(false)).Times(1); in SetupDefaultChannelSend()