/external/webrtc/pc/ |
D | session_description_unittest.cc | 22 TEST(MediaContentDescriptionTest, SetExtmapAllowMixed) { in TEST() argument 58 TEST(SessionDescriptionTest, SetExtmapAllowMixed) { in TEST() argument
|
D | channel.cc | 864 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/ |
D | rtp_header_extension_map.h | 62 void SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender.h | 72 void SetExtmapAllowMixed(bool extmap_allow_mixed)
|
D | rtp_sender.cc | 209 void RTPSender::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in webrtc::RTPSender 211 rtp_header_extension_map_.SetExtmapAllowMixed(extmap_allow_mixed); in SetExtmapAllowMixed()
|
D | rtp_rtcp_impl2.h | 82 void SetExtmapAllowMixed(bool extmap_allow_mixed) override;
|
D | rtp_rtcp_interface.h | 217 virtual void SetExtmapAllowMixed(bool extmap_allow_mixed) = 0;
|
D | rtp_rtcp_impl.cc | 578 void ModuleRtpRtcpImpl::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in webrtc::ModuleRtpRtcpImpl 579 rtp_sender_->packet_generator.SetExtmapAllowMixed(extmap_allow_mixed); in SetExtmapAllowMixed()
|
D | rtp_rtcp_impl.h | 75 void SetExtmapAllowMixed(bool extmap_allow_mixed) override;
|
D | rtp_rtcp_impl2.cc | 562 void ModuleRtpRtcpImpl2::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in webrtc::ModuleRtpRtcpImpl2 563 rtp_sender_->packet_generator.SetExtmapAllowMixed(extmap_allow_mixed); in SetExtmapAllowMixed()
|
D | rtp_sender_video_unittest.cc | 582 rtp_module_->SetExtmapAllowMixed(false); in TEST_F()
|
/external/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 48 MOCK_METHOD(void, SetExtmapAllowMixed, (bool extmap_allow_mixed), (override));
|
/external/webrtc/media/base/ |
D | media_channel.cc | 96 void MediaChannel::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in cricket::MediaChannel
|
D | fake_media_engine.h | 264 Base::SetExtmapAllowMixed(extmap_allow_mixed); in SetSendExtmapAllowMixed()
|
D | media_channel.h | 275 void SetExtmapAllowMixed(bool extmap_allow_mixed);
|
/external/webrtc/media/engine/ |
D | webrtc_voice_engine.cc | 802 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()
|
D | webrtc_video_engine.cc | 949 SetExtmapAllowMixed(*changed_params.extmap_allow_mixed); in ApplyChangedParams()
|
D | webrtc_voice_engine_unittest.cc | 392 channel_->SetExtmapAllowMixed(extmap_allow_mixed); in TestExtmapAllowMixedCallee()
|
D | webrtc_video_engine_unittest.cc | 2524 channel_->SetExtmapAllowMixed(extmap_allow_mixed); in TestExtmapAllowMixedCallee()
|
/external/webrtc/audio/ |
D | audio_send_stream.cc | 265 rtp_rtcp_module_->SetExtmapAllowMixed(new_config.rtp.extmap_allow_mixed); in ConfigureStream()
|
D | audio_send_stream_unittest.cc | 228 EXPECT_CALL(rtp_rtcp_, SetExtmapAllowMixed(false)).Times(1); in SetupDefaultChannelSend()
|